Searched refs:stage_abbrev (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/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 | 81 const char *stage_abbrev; member
|
H A D | brw_vec4_generator.cpp | 1525 const char *stage_abbrev = _mesa_shader_stage_to_abbrev(nir->info.stage); in generate_code() local 2236 stage_abbrev, before_size / 16, loop_count, perf.latency, in generate_code() 2255 stage_abbrev, before_size / 16, in generate_code()
|
H A D | brw_shader.cpp | 738 stage_abbrev = _mesa_shader_stage_to_abbrev(stage); in backend_shader()
|
H A D | brw_vec4.cpp | 2400 stage_abbrev, nir->info.name, iteration, pass_num); \ in run() 2413 stage_abbrev, nir->info.name); in run()
|
H A D | brw_vec4_visitor.cpp | 1401 msg = ralloc_asprintf(mem_ctx, "%s compile failed: %s\n", stage_abbrev, msg); in fail()
|
H A D | brw_fs.cpp | 591 dispatch_width, stage_abbrev, msg); in vfail() 6054 stage_abbrev, dispatch_width, nir->info.name, iteration, pass_num); \ 6068 stage_abbrev, dispatch_width, nir->info.name);
|
Completed in 27 milliseconds