Searched refs:per_vertex_slots (Results 1 – 2 of 2) sorted by relevance
157 uint64_t per_vertex_slots = prog->info.inputs_read; in brw_tes_populate_key() local170 per_vertex_slots |= tcp_prog->info.outputs_written & in brw_tes_populate_key()175 key->inputs_read = per_vertex_slots; in brw_tes_populate_key()
288 uint64_t per_vertex_slots = tes_prog->info.inputs_read; in brw_tcs_populate_key() local295 per_vertex_slots |= prog->info.outputs_written; in brw_tcs_populate_key()301 key->outputs_written = per_vertex_slots; in brw_tcs_populate_key()