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 | 77 const char *stage_abbrev; member
|
D | brw_vec4_generator.cpp | 1479 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()
|
D | brw_shader.cpp | 724 stage_abbrev = _mesa_shader_stage_to_abbrev(stage); in backend_shader()
|
D | brw_vec4.cpp | 2691 stage_abbrev, nir->info.name, iteration, pass_num); \ in run() 2704 stage_abbrev, nir->info.name); in run()
|
D | brw_vec4_visitor.cpp | 1809 msg = ralloc_asprintf(mem_ctx, "%s compile failed: %s\n", stage_abbrev, msg); in fail()
|
D | brw_fs.cpp | 681 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()
|