Home
last modified time | relevance | path

Searched refs:sampleDepths (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrFragmentOperations.hpp52 const float* sampleDepths; member
59 , sampleDepths (sampleDepths_) in Fragment()
68 , sampleDepths (sampleDepths_) in Fragment()
76 , sampleDepths (DE_NULL) in Fragment()
DrrFragmentOperations.cpp229 float sampleDepthFloat = frag.sampleDepths[fragSampleNdx]; \ in executeDepthCompare()
247 float sampleDepthFloat = frag.sampleDepths[fragSampleNdx]; \ in executeDepthCompare()
313 const float clampedDepth = de::clamp(frag.sampleDepths[fragSampleNdx], 0.0f, 1.0f); in executeDepthWrite()
DrrRenderer.cpp1058 …fragment.sampleDepths = (depthValues) ? (&depthValues[(packetNdx*4 + yo*2 + xo)*numSamples]) : (DE… in writeFragmentPackets()