Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_tes.c133 uint32_t per_patch_slots = prog->info.patch_inputs_read; in brw_tes_populate_key() local
148 per_patch_slots |= tcp_prog->info.patch_outputs_written; in brw_tes_populate_key()
152 key->patch_inputs_read = per_patch_slots; in brw_tes_populate_key()
Dbrw_tcs.c173 uint32_t per_patch_slots = tes_prog->info.patch_inputs_read; in brw_tcs_populate_key() local
180 per_patch_slots |= prog->info.patch_outputs_written; in brw_tcs_populate_key()
186 key->patch_outputs_written = per_patch_slots; in brw_tcs_populate_key()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c1460 uint32_t *per_patch_slots) in get_unified_tess_slots() argument
1468 *per_patch_slots = tes->patch_inputs_read; in get_unified_tess_slots()
1472 *per_patch_slots |= tcs->patch_outputs_written; in get_unified_tess_slots()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c1372 uint32_t *per_patch_slots) in get_unified_tess_slots() argument
1380 *per_patch_slots = tes->patch_inputs_read; in get_unified_tess_slots()
1384 *per_patch_slots |= tcs->patch_outputs_written; in get_unified_tess_slots()