Searched refs:brw_compute_vue_map (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/intel/blorp/ |
D | blorp.c | 242 brw_compute_vue_map(compiler->devinfo, in blorp_compile_vs() 304 brw_compute_vue_map(blorp->compiler->devinfo, &vue_map, slots_valid, false, 1); 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 | 377 brw_compute_vue_map(devinfo, &input_vue_map, nir->info.inputs_read, in brw_compile_tcs()
|
D | brw_compiler.h | 1134 void brw_compute_vue_map(const struct gen_device_info *devinfo,
|
D | brw_vec4_gs_visitor.cpp | 610 brw_compute_vue_map(compiler->devinfo, in brw_compile_gs()
|
D | brw_shader.cpp | 1296 brw_compute_vue_map(devinfo, &prog_data->base.vue_map, in brw_compile_tes()
|
D | brw_fs.cpp | 1760 brw_compute_vue_map(devinfo, &prev_stage_vue_map, in calculate_urb_setup()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_gs.c | 80 brw_compute_vue_map(devinfo, in brw_codegen_gs_prog()
|
D | brw_vs.c | 160 brw_compute_vue_map(devinfo, in brw_codegen_vs_prog()
|
D | brw_wm.c | 616 brw_compute_vue_map(&brw->screen->devinfo, &vue_map, in brw_fs_precompile()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pipeline.c | 818 brw_compute_vue_map(compiler->devinfo, in anv_pipeline_compile_vs() 965 brw_compute_vue_map(compiler->devinfo, in anv_pipeline_compile_gs()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_program.c | 1135 brw_compute_vue_map(devinfo, in iris_compile_vs() 1591 brw_compute_vue_map(devinfo, in iris_compile_gs()
|