Searched refs:num_per_patch_slots (Results 1 – 3 of 3) sorted by relevance
191 vue_map->num_per_patch_slots = 0; in brw_compute_vue_map()247 vue_map->num_per_patch_slots = slot; in brw_compute_tess_vue_map()258 vue_map->num_per_vertex_slots = slot - vue_map->num_per_patch_slots; in brw_compute_tess_vue_map()282 if (vue_map->num_per_vertex_slots > 0 || vue_map->num_per_patch_slots > 0) { in brw_print_vue_map()285 vue_map->num_per_patch_slots, in brw_print_vue_map()
440 const int num_per_patch_slots = vue_prog_data->vue_map.num_per_patch_slots; in brw_compile_tcs() local444 output_size_bytes += num_per_patch_slots * 16; in brw_compile_tcs()
550 int num_per_patch_slots; member