Home
last modified time | relevance | path

Searched refs:num_per_vertex_slots (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vue_map.c208 vue_map->num_per_vertex_slots = 0; in brw_compute_vue_map()
276 vue_map->num_per_vertex_slots = slot - vue_map->num_per_patch_slots; in brw_compute_tess_vue_map()
300 if (vue_map->num_per_vertex_slots > 0 || vue_map->num_per_patch_slots > 0) { in brw_print_vue_map()
304 vue_map->num_per_vertex_slots, in brw_print_vue_map()
Dbrw_vec4_tcs.cpp429 const int num_per_vertex_slots = vue_prog_data->vue_map.num_per_vertex_slots; in brw_compile_tcs() local
434 num_per_vertex_slots * 16; in brw_compile_tcs()
Dbrw_nir.c135 vue_map->num_per_vertex_slots; in remap_patch_urb_offsets()
144 vue_map->num_per_vertex_slots)); in remap_patch_urb_offsets()
Dbrw_compiler.h1111 int num_per_vertex_slots; member