Home
last modified time | relevance | path

Searched refs:per_vertex_slots (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_tes.c132 uint64_t per_vertex_slots = prog->info.inputs_read; in brw_tes_populate_key() local
146 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()
Dbrw_tcs.c172 uint64_t per_vertex_slots = tes_prog->info.inputs_read; in brw_tcs_populate_key() local
179 per_vertex_slots |= prog->info.outputs_written; in brw_tcs_populate_key()
185 key->outputs_written = per_vertex_slots; in brw_tcs_populate_key()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c1459 uint64_t *per_vertex_slots, in get_unified_tess_slots() argument
1467 *per_vertex_slots = tes->inputs_read; in get_unified_tess_slots()
1471 *per_vertex_slots |= tcs->outputs_written; in get_unified_tess_slots()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c1371 uint64_t *per_vertex_slots, in get_unified_tess_slots() argument
1379 *per_vertex_slots = tes->inputs_read; in get_unified_tess_slots()
1383 *per_vertex_slots |= tcs->outputs_written; in get_unified_tess_slots()