Searched refs:stage_abbrev (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_validate.cpp | 35 fprintf(stderr, "ASSERT: Scalar %s validation failed!\n", stage_abbrev); \
|
D | brw_shader.h | 223 const char *stage_abbrev; member
|
D | brw_vec4_generator.cpp | 1500 const char *stage_abbrev = _mesa_shader_stage_to_abbrev(nir->info.stage); in generate_code() local 2200 stage_abbrev, before_size / 16, loop_count, cfg->cycle_count, in generate_code() 2212 stage_abbrev, before_size / 16, in generate_code()
|
D | brw_shader.cpp | 656 stage_abbrev = _mesa_shader_stage_to_abbrev(stage); in backend_shader()
|
D | brw_vec4.cpp | 2632 stage_abbrev, nir->info.name, iteration, pass_num); \ in run() 2645 stage_abbrev, nir->info.name); in run()
|
D | brw_vec4_visitor.cpp | 1904 msg = ralloc_asprintf(mem_ctx, "%s compile failed: %s\n", stage_abbrev, msg); in fail()
|
D | brw_fs.cpp | 617 msg = ralloc_asprintf(mem_ctx, "%s compile failed: %s\n", stage_abbrev, msg); in vfail() 5956 stage_abbrev, dispatch_width, nir->info.name, iteration, pass_num); \ in optimize() 5970 stage_abbrev, dispatch_width, nir->info.name); in optimize()
|