OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fragmentDepths
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/referencerenderer/
rrShadingContext.cpp
34
,
fragmentDepths
(fragmentDepths_)
rrShadingContext.hpp
40
FragmentShadingContext (const GenericVec4* varying0, const GenericVec4* varying1, const GenericVec4* varying2, GenericVec4* outputArray, float*
fragmentDepths
, int primitiveID, int numFragmentOutputs, int numSamples);
47
float*
fragmentDepths
; //!< Fragment packet depths. Pointer will be NULL if there is no depth buffer. Each sample has per-sample depth values
161
DE_ASSERT(context.
fragmentDepths
);
162
return context.
fragmentDepths
[(packetNdx * 4 + fragNdx) * context.numSamples + sampleNdx];
168
DE_ASSERT(context.
fragmentDepths
);
169
context.
fragmentDepths
[(packetNdx * 4 + fragNdx) * context.numSamples + sampleNdx] = depthValue;
/external/deqp/modules/gles3/functional/
es3fFboTestUtil.cpp
846
DE_ASSERT(context.
fragmentDepths
);
[
all
...]
Completed in 42 milliseconds