| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | framework.h | 63 #define _BEGIN_TEST(name, struct_name) static void struct_name(); static __attribute__((constructor)) void PASTE(add_test_, __COUNTER__)() {\ 64 tests[#name] = (TestDef){#name, ACO_TEST_BUILD_ROOT "/" __FILE__, &struct_name};\ 66 static void struct_name() {\
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_performance_query_mdapi.c | 52 #define MDAPI_QUERY_ADD_COUNTER(query, struct_name, field_name, type_name) \ 54 (uint8_t *) &struct_name.field_name - \ 55 (uint8_t *) &struct_name, \ 56 sizeof(struct_name.field_name), \ 58 #define MDAPI_QUERY_ADD_ARRAY_COUNTER(ctx, query, struct_name, field_name, idx, type_name) \ 61 (uint8_t *) &struct_name.field_name[idx] - \ 62 (uint8_t *) &struct_name, \ 63 sizeof(struct_name.field_name[0]), \
|
| /xsrc/external/mit/MesaLib/dist/src/intel/perf/ |
| H A D | intel_perf_mdapi.c | 217 #define MDAPI_QUERY_ADD_COUNTER(query, struct_name, field_name, type_name) \ 219 (uint8_t *) &struct_name.field_name - \ 220 (uint8_t *) &struct_name, \ 221 sizeof(struct_name.field_name), \ 223 #define MDAPI_QUERY_ADD_ARRAY_COUNTER(ctx, query, struct_name, field_name, idx, type_name) \ 226 (uint8_t *) &struct_name.field_name[idx] - \ 227 (uint8_t *) &struct_name, \ 228 sizeof(struct_name.field_name[0]), \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/ |
| H A D | gen_llvm_types.py | 129 struct_name = match.group(3).strip() 132 'name' : struct_name,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/ |
| H A D | gen_llvm_types.py | 128 struct_name = match.group(3).strip() 131 'name' : struct_name,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 87 const char *struct_name) 116 create_jit_texture_type(struct gallivm_state *gallivm, const char *struct_name) argument 177 create_jit_sampler_type(struct gallivm_state *gallivm, const char *struct_name) argument 218 const char *struct_name) 269 const char *struct_name) 349 const char *struct_name) 388 char struct_name[24]; local in function:create_jit_vertex_header 390 util_snprintf(struct_name, 23, "vertex_header%d", data_elems); 86 create_jit_dvbuffer_type(struct gallivm_state * gallivm,const char * struct_name) argument 216 create_jit_context_type(struct gallivm_state * gallivm,LLVMTypeRef texture_type,LLVMTypeRef sampler_type,const char * struct_name) argument 266 create_gs_jit_context_type(struct gallivm_state * gallivm,unsigned vector_length,LLVMTypeRef texture_type,LLVMTypeRef sampler_type,const char * struct_name) argument 348 create_jit_vertex_buffer_type(struct gallivm_state * gallivm,const char * struct_name) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 116 const char *struct_name) 145 create_jit_texture_type(struct gallivm_state *gallivm, const char *struct_name) argument 214 create_jit_sampler_type(struct gallivm_state *gallivm, const char *struct_name) argument 256 create_jit_image_type(struct gallivm_state *gallivm, const char *struct_name) argument 314 const char *struct_name) 381 const char *struct_name) 475 const char *struct_name) 514 char struct_name[24]; local in function:create_jit_vertex_header 516 snprintf(struct_name, 23, "vertex_header%d", data_elems); 561 const char *struct_name) 115 create_jit_dvbuffer_type(struct gallivm_state * gallivm,const char * struct_name) argument 311 create_jit_context_type(struct gallivm_state * gallivm,LLVMTypeRef texture_type,LLVMTypeRef sampler_type,LLVMTypeRef image_type,const char * struct_name) argument 377 create_gs_jit_context_type(struct gallivm_state * gallivm,unsigned vector_length,LLVMTypeRef texture_type,LLVMTypeRef sampler_type,LLVMTypeRef image_type,const char * struct_name) argument 474 create_jit_vertex_buffer_type(struct gallivm_state * gallivm,const char * struct_name) argument 557 create_tcs_jit_context_type(struct gallivm_state * gallivm,unsigned vector_length,LLVMTypeRef texture_type,LLVMTypeRef sampler_type,LLVMTypeRef image_type,const char * struct_name) argument 659 create_tes_jit_context_type(struct gallivm_state * gallivm,unsigned vector_length,LLVMTypeRef texture_type,LLVMTypeRef sampler_type,LLVMTypeRef image_type,const char * struct_name) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/ |
| H A D | nir_to_spirv.c | 951 char struct_name[100]; local in function:get_bo_struct_type 952 snprintf(struct_name, sizeof(struct_name), "struct_%s", var->name); 953 spirv_builder_emit_name(&ctx->builder, struct_type, struct_name);
|