Searched refs:brw_compute_vue_map (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/intel/blorp/ |
D | blorp.c | 219 brw_compute_vue_map(compiler->devinfo, in blorp_compile_vs() 279 brw_compute_vue_map(blorp->compiler->devinfo, &vue_map, slots_valid, false); in blorp_ensure_sf_program()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vue_map.c | 60 brw_compute_vue_map(const struct gen_device_info *devinfo, in brw_compute_vue_map() function
|
D | brw_vec4_tcs.cpp | 397 brw_compute_vue_map(devinfo, &input_vue_map, nir->info.inputs_read, in brw_compile_tcs()
|
D | brw_compiler.h | 886 void brw_compute_vue_map(const struct gen_device_info *devinfo,
|
D | brw_vec4_gs_visitor.cpp | 639 brw_compute_vue_map(compiler->devinfo, in brw_compile_gs()
|
D | brw_shader.cpp | 1169 brw_compute_vue_map(devinfo, &prog_data->base.vue_map, in brw_compile_tes()
|
D | brw_fs.cpp | 1519 brw_compute_vue_map(devinfo, &prev_stage_vue_map, in calculate_urb_setup()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_gs.c | 102 brw_compute_vue_map(devinfo, in brw_codegen_gs_prog()
|
D | brw_vs.c | 194 brw_compute_vue_map(devinfo, in brw_codegen_vs_prog()
|
D | brw_wm.c | 655 brw_compute_vue_map(&brw->screen->devinfo, &vue_map, in brw_fs_precompile()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pipeline.c | 541 brw_compute_vue_map(&pipeline->device->info, in anv_pipeline_compile_vs() 804 brw_compute_vue_map(&pipeline->device->info, in anv_pipeline_compile_gs()
|