Searched refs:stage_abbrev (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs_validate.cpp | 35 fprintf(stderr, "ASSERT: Scalar %s validation failed!\n", stage_abbrev); \
|
| H A D | brw_shader.h | 232 const char *stage_abbrev; member in struct:backend_shader
|
| H A D | brw_vec4_generator.cpp | 1499 const char *stage_abbrev = _mesa_shader_stage_to_abbrev(nir->info.stage); local in function:generate_code 2180 stage_abbrev, before_size / 16, loop_count, cfg->cycle_count, 2192 stage_abbrev, before_size / 16,
|
| H A D | brw_shader.cpp | 693 stage_abbrev = _mesa_shader_stage_to_abbrev(stage);
|
| H A D | brw_vec4.cpp | 2700 stage_abbrev, nir->info.name, iteration, pass_num); \ 2713 stage_abbrev, nir->info.name);
|
| H A D | brw_vec4_visitor.cpp | 1912 msg = ralloc_asprintf(mem_ctx, "%s compile failed: %s\n", stage_abbrev, msg);
|
| H A D | brw_fs.cpp | 685 msg = ralloc_asprintf(mem_ctx, "%s compile failed: %s\n", stage_abbrev, msg); 7044 stage_abbrev, dispatch_width, nir->info.name, iteration, pass_num); \ 7058 stage_abbrev, dispatch_width, nir->info.name);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs_validate.cpp | 35 fprintf(stderr, "ASSERT: Scalar %s validation failed!\n", stage_abbrev); \
|
| H A D | brw_shader.h | 80 const char *stage_abbrev; member in struct:backend_shader
|
| H A D | brw_vec4_generator.cpp | 1530 const char *stage_abbrev = _mesa_shader_stage_to_abbrev(nir->info.stage); local in function:generate_code 2251 stage_abbrev, before_size / 16, loop_count, perf.latency, 2270 stage_abbrev, before_size / 16,
|
| H A D | brw_shader.cpp | 741 stage_abbrev = _mesa_shader_stage_to_abbrev(stage);
|
| H A D | brw_vec4.cpp | 2754 stage_abbrev, nir->info.name, iteration, pass_num); \ 2767 stage_abbrev, nir->info.name);
|
| H A D | brw_vec4_visitor.cpp | 1800 msg = ralloc_asprintf(mem_ctx, "%s compile failed: %s\n", stage_abbrev, msg);
|
| H A D | brw_fs.cpp | 681 dispatch_width, stage_abbrev, msg); 8498 stage_abbrev, dispatch_width, nir->info.name, iteration, pass_num); \ 8512 stage_abbrev, dispatch_width, nir->info.name);
|
Completed in 41 milliseconds