Searched refs:num_per_patch_slots (Results 1 – 3 of 3) sorted by relevance
192 vue_map->num_per_patch_slots = 0; in brw_compute_vue_map()248 vue_map->num_per_patch_slots = slot; in brw_compute_tess_vue_map()259 vue_map->num_per_vertex_slots = slot - vue_map->num_per_patch_slots; in brw_compute_tess_vue_map()283 if (vue_map->num_per_vertex_slots > 0 || vue_map->num_per_patch_slots > 0) { in brw_print_vue_map()286 vue_map->num_per_patch_slots, in brw_print_vue_map()
429 const int num_per_patch_slots = vue_prog_data->vue_map.num_per_patch_slots; in brw_compile_tcs() local433 output_size_bytes += num_per_patch_slots * 16; in brw_compile_tcs()
857 int num_per_patch_slots; member