mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-17 20:00:20 +01:00
swr: [rasterizer core] remove CanEarlyZ function
Test is now in SetupPipeline. Signed-off-by: Tim Rowley <timothy.o.rowley@intel.com>
This commit is contained in:
parent
b365989875
commit
4034f48833
1 changed files with 0 additions and 6 deletions
|
|
@ -397,12 +397,6 @@ const __m256 vULOffsetsY = {0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0};
|
|||
#error Unsupported vector width
|
||||
#endif
|
||||
|
||||
INLINE
|
||||
bool CanEarlyZ(const SWR_PS_STATE *pPSState)
|
||||
{
|
||||
return (pPSState->forceEarlyZ || (!pPSState->writesODepth && !pPSState->usesSourceDepth && !pPSState->usesUAV));
|
||||
}
|
||||
|
||||
simdmask ComputeUserClipMask(uint8_t clipMask, float* pUserClipBuffer, simdscalar vI, simdscalar vJ)
|
||||
{
|
||||
simdscalar vClipMask = _simd_setzero_ps();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue