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.h77 const char *stage_abbrev; member
Dbrw_vec4_generator.cpp1479 const char *stage_abbrev = _mesa_shader_stage_to_abbrev(nir->info.stage); in generate_code() local
2194 stage_abbrev, before_size / 16, loop_count, perf.latency, in generate_code()
2213 stage_abbrev, before_size / 16, in generate_code()
Dbrw_shader.cpp724 stage_abbrev = _mesa_shader_stage_to_abbrev(stage); in backend_shader()
Dbrw_vec4.cpp2691 stage_abbrev, nir->info.name, iteration, pass_num); \ in run()
2704 stage_abbrev, nir->info.name); in run()
Dbrw_vec4_visitor.cpp1809 msg = ralloc_asprintf(mem_ctx, "%s compile failed: %s\n", stage_abbrev, msg); in fail()
Dbrw_fs.cpp681 dispatch_width, stage_abbrev, msg); in vfail()
7610 stage_abbrev, dispatch_width, nir->info.name, iteration, pass_num); \ in optimize()
7624 stage_abbrev, dispatch_width, nir->info.name); in optimize()