HomeSort by relevance Sort by last modified time
    Searched refs:sampleDepths (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/referencerenderer/
rrFragmentOperations.hpp 52 const float* sampleDepths;
59 , sampleDepths (sampleDepths_)
68 , sampleDepths (sampleDepths_)
76 , sampleDepths (DE_NULL)
rrFragmentOperations.cpp 229 float sampleDepthFloat = frag.sampleDepths[fragSampleNdx]; \
247 float sampleDepthFloat = frag.sampleDepths[fragSampleNdx]; \
313 const float clampedDepth = de::clamp(frag.sampleDepths[fragSampleNdx], 0.0f, 1.0f);
    [all...]
rrRenderer.cpp     [all...]

Completed in 412 milliseconds