Searched refs:per_patch_slots (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_tes.c131 uint32_t per_patch_slots = prog->info.patch_inputs_read; local in function:brw_tes_populate_key
145 per_patch_slots |= tcp_prog->info.patch_outputs_written;
149 key->patch_inputs_read = per_patch_slots;
H A Dbrw_tcs.c170 uint32_t per_patch_slots = tes_prog->info.patch_inputs_read; local in function:brw_tcs_populate_key
177 per_patch_slots |= prog->info.patch_outputs_written;
183 key->patch_outputs_written = per_patch_slots;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_tes.c133 uint32_t per_patch_slots = prog->info.patch_inputs_read; local in function:brw_tes_populate_key
148 per_patch_slots |= tcp_prog->info.patch_outputs_written;
152 key->patch_inputs_read = per_patch_slots;
H A Dbrw_tcs.c173 uint32_t per_patch_slots = tes_prog->info.patch_inputs_read; local in function:brw_tcs_populate_key
180 per_patch_slots |= prog->info.patch_outputs_written;
186 key->patch_outputs_written = per_patch_slots;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_program.c704 uint32_t *per_patch_slots)
712 *per_patch_slots = tes->patch_inputs_read;
716 *per_patch_slots |= tcs->patch_outputs_written;
702 get_unified_tess_slots(const struct iris_context * ice,uint64_t * per_vertex_slots,uint32_t * per_patch_slots) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_program.c1372 uint32_t *per_patch_slots)
1380 *per_patch_slots = tes->patch_inputs_read;
1384 *per_patch_slots |= tcs->patch_outputs_written;
1370 get_unified_tess_slots(const struct crocus_context * ice,uint64_t * per_vertex_slots,uint32_t * per_patch_slots) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_program.c1460 uint32_t *per_patch_slots)
1468 *per_patch_slots = tes->patch_inputs_read;
1472 *per_patch_slots |= tcs->patch_outputs_written;
1458 get_unified_tess_slots(const struct iris_context * ice,uint64_t * per_vertex_slots,uint32_t * per_patch_slots) argument

Completed in 14 milliseconds