Searched refs:per_vertex_slots (Results 1 – 2 of 2) sorted by relevance
171 uint64_t per_vertex_slots = prog->info.inputs_read; in brw_tes_populate_key() local184 per_vertex_slots |= tcp_prog->info.outputs_written & in brw_tes_populate_key()189 key->inputs_read = per_vertex_slots; in brw_tes_populate_key()
300 uint64_t per_vertex_slots = tes_prog->info.inputs_read; in brw_tcs_populate_key() local307 per_vertex_slots |= prog->info.outputs_written; in brw_tcs_populate_key()313 key->outputs_written = per_vertex_slots; in brw_tcs_populate_key()