Home
last modified time | relevance | path

Searched refs:stage_abbrev (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_validate.cpp35 fprintf(stderr, "ASSERT: Scalar %s validation failed!\n", stage_abbrev); \
Dbrw_shader.h223 const char *stage_abbrev; member
Dbrw_vec4_generator.cpp1500 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()
Dbrw_shader.cpp656 stage_abbrev = _mesa_shader_stage_to_abbrev(stage); in backend_shader()
Dbrw_vec4.cpp2632 stage_abbrev, nir->info.name, iteration, pass_num); \ in run()
2645 stage_abbrev, nir->info.name); in run()
Dbrw_vec4_visitor.cpp1904 msg = ralloc_asprintf(mem_ctx, "%s compile failed: %s\n", stage_abbrev, msg); in fail()
Dbrw_fs.cpp617 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()