Searched refs:per_patch_slots (Results 1 – 3 of 3) sorted by relevance
131 uint32_t per_patch_slots = prog->info.patch_inputs_read; in brw_tes_populate_key() local146 per_patch_slots |= tcp_prog->info.patch_outputs_written; in brw_tes_populate_key()150 key->patch_inputs_read = per_patch_slots; in brw_tes_populate_key()
171 uint32_t per_patch_slots = tes_prog->info.patch_inputs_read; in brw_tcs_populate_key() local178 per_patch_slots |= prog->info.patch_outputs_written; in brw_tcs_populate_key()184 key->patch_outputs_written = per_patch_slots; in brw_tcs_populate_key()
1259 uint32_t *per_patch_slots) in get_unified_tess_slots() argument1267 *per_patch_slots = tes->patch_inputs_read; in get_unified_tess_slots()1271 *per_patch_slots |= tcs->patch_outputs_written; in get_unified_tess_slots()