Home
last modified time | relevance | path

Searched refs:mue_map (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.h1771 const struct brw_mue_map *mue_map; member
Dbrw_fs.cpp1768 const struct brw_mue_map *mue_map) in calculate_urb_setup() argument
1779 if (mue_map) { in calculate_urb_setup()
1837 assert(mue_map->per_vertex_header_size_dw > 8); in calculate_urb_setup()
7301 const struct brw_mue_map *mue_map) in brw_nir_populate_wm_prog_data() argument
7380 calculate_urb_setup(devinfo, key, prog_data, shader, mue_map); in brw_nir_populate_wm_prog_data()
7439 params->mue_map); in brw_compile_fs()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c1146 params.mue_map = &prev_stage->prog_data.mesh.map; in anv_pipeline_compile_fs()