Searched refs:stage_abbrev (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_fs_validate.cpp | 35 fprintf(stderr, "ASSERT: Scalar %s validation failed!\n", stage_abbrev); \
|
D | brw_shader.h | 219 const char *stage_abbrev; member
|
D | brw_vec4_generator.cpp | 1498 const char *stage_abbrev = _mesa_shader_stage_to_abbrev(nir->stage); in generate_code() local 2180 stage_abbrev, before_size / 16, loop_count, cfg->cycle_count, in generate_code() 2193 stage_abbrev, before_size / 16, in generate_code()
|
D | brw_shader.cpp | 667 stage_abbrev = _mesa_shader_stage_to_abbrev(stage); in backend_shader()
|
D | brw_vec4.cpp | 2581 stage_abbrev, nir->info->name, iteration, pass_num); \ in run() 2594 stage_abbrev, nir->info->name); in run()
|
D | brw_fs.cpp | 609 msg = ralloc_asprintf(mem_ctx, "%s compile failed: %s\n", stage_abbrev, msg); in vfail() 5639 stage_abbrev, dispatch_width, nir->info->name, iteration, pass_num); \ in optimize() 5653 stage_abbrev, dispatch_width, nir->info->name); in optimize()
|
D | brw_vec4_visitor.cpp | 1907 msg = ralloc_asprintf(mem_ctx, "%s compile failed: %s\n", stage_abbrev, msg); in fail()
|