Searched refs:per_vertex_slots (Results 1 – 4 of 4) sorted by relevance
132 uint64_t per_vertex_slots = prog->info.inputs_read; in brw_tes_populate_key() local146 per_vertex_slots |= tcp_prog->info.outputs_written & in brw_tes_populate_key()151 key->inputs_read = per_vertex_slots; in brw_tes_populate_key()
172 uint64_t per_vertex_slots = tes_prog->info.inputs_read; in brw_tcs_populate_key() local179 per_vertex_slots |= prog->info.outputs_written; in brw_tcs_populate_key()185 key->outputs_written = per_vertex_slots; in brw_tcs_populate_key()
1459 uint64_t *per_vertex_slots, in get_unified_tess_slots() argument1467 *per_vertex_slots = tes->inputs_read; in get_unified_tess_slots()1471 *per_vertex_slots |= tcs->outputs_written; in get_unified_tess_slots()
1371 uint64_t *per_vertex_slots, in get_unified_tess_slots() argument1379 *per_vertex_slots = tes->inputs_read; in get_unified_tess_slots()1383 *per_vertex_slots |= tcs->outputs_written; in get_unified_tess_slots()