Searched refs:per_patch_slots (Results 1 – 2 of 2) sorted by relevance
172 uint32_t per_patch_slots = prog->info.patch_inputs_read; in brw_tes_populate_key() local186 per_patch_slots |= tcp_prog->info.patch_outputs_written; in brw_tes_populate_key()190 key->patch_inputs_read = per_patch_slots; in brw_tes_populate_key()
301 uint32_t per_patch_slots = tes_prog->info.patch_inputs_read; in brw_tcs_populate_key() local308 per_patch_slots |= prog->info.patch_outputs_written; in brw_tcs_populate_key()314 key->patch_outputs_written = per_patch_slots; in brw_tcs_populate_key()