Searched refs:sampleDepths (Results 1 – 3 of 3) sorted by relevance
52 const float* sampleDepths; member59 , sampleDepths (sampleDepths_) in Fragment()68 , sampleDepths (sampleDepths_) in Fragment()76 , sampleDepths (DE_NULL) in Fragment()
229 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()
1058 …fragment.sampleDepths = (depthValues) ? (&depthValues[(packetNdx*4 + yo*2 + xo)*numSamples]) : (DE… in writeFragmentPackets()