Searched refs:num_arg_types (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_module.h300 size_t num_arg_types);
H A Ddxil_module.c885 size_t num_arg_types)
891 num_arg_types);
896 sizeof(struct dxil_type *) * num_arg_types);
897 type->function_def.args.num_types = num_arg_types;
882 dxil_module_add_function_type(struct dxil_module * m,const struct dxil_type * ret_type,const struct dxil_type ** arg_types,size_t num_arg_types) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1527 unsigned num_arg_types = ARRAY_SIZE(arg_types); local in function:draw_llvm_generate
1594 arg_types, num_arg_types, 0);
1600 for (i = 0; i < num_arg_types; ++i)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1922 unsigned num_arg_types = ARRAY_SIZE(arg_types); local in function:draw_llvm_generate
1991 arg_types, num_arg_types, 0);
1997 for (i = 0; i < num_arg_types; ++i)

Completed in 18 milliseconds