Home
last modified time | relevance | path

Searched refs:outputArraySrc1 (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrShadingContext.hpp40 … const GenericVec4* varying2, GenericVec4* outputArray, GenericVec4* outputArraySrc1, float* fragm…
44 GenericVec4* const outputArraySrc1; //!< Fragment output array for source 1. member
72 context.outputArraySrc1[outputNdx + context.numFragmentOutputs*(fragNdx + packetNdx*4)] = value1; in writeFragmentOutputDualSource()
DrrShadingContext.cpp31 , outputArraySrc1 (outputArraySrc1_) in FragmentShadingContext()