Searched refs:num_per_patch_slots (Results 1 – 3 of 3) sorted by relevance
209 vue_map->num_per_patch_slots = 0; in brw_compute_vue_map()265 vue_map->num_per_patch_slots = slot; in brw_compute_tess_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()303 vue_map->num_per_patch_slots, in brw_print_vue_map()
428 const int num_per_patch_slots = vue_prog_data->vue_map.num_per_patch_slots; in brw_compile_tcs() local432 output_size_bytes += num_per_patch_slots * 16; in brw_compile_tcs()
1105 int num_per_patch_slots; member