Searched refs:perpatch_output_offset (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.c89 unsigned perpatch_output_offset, lds_size; local in function:si_emit_derived_tess_state
212 perpatch_output_offset = output_patch0_offset + pervertex_output_patch_size;
220 assert(((perpatch_output_offset / 16) & ~0xffff) == 0);
233 ((perpatch_output_offset / 16) << 16);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.cpp664 unsigned perpatch_output_offset = output_patch0_offset + pervertex_output_patch_size; local in function:si_emit_derived_tess_state
672 assert(((perpatch_output_offset / 16) & ~0xffff) == 0);
685 unsigned tcs_out_offsets = (output_patch0_offset / 16) | ((perpatch_output_offset / 16) << 16);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Devergreen_state.c4494 * uint32_t perpatch_output_offset
4509 unsigned output_patch0_offset, perpatch_output_offset, lds_size; local in function:evergreen_setup_tess_constants
4556 perpatch_output_offset = output_patch0_offset + pervertex_output_patch_size;
4568 values[7] = perpatch_output_offset;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Devergreen_state.c4527 * uint32_t perpatch_output_offset
4542 unsigned output_patch0_offset, perpatch_output_offset, lds_size; local in function:evergreen_setup_tess_constants
4589 perpatch_output_offset = output_patch0_offset + pervertex_output_patch_size;
4601 values[7] = perpatch_output_offset;

Completed in 20 milliseconds