Home
last modified time | relevance | path

Searched defs:FragmentShadingContext (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrShadingContext.hpp38 struct FragmentShadingContext struct
42 …cVec4* varyings[3]; //!< Vertex shader outputs. Pointer will be NULL if there is no such vertex.
43 GenericVec4* const outputArray; //!< Fragment output array
44 const int primitiveID; //!< Geometry shader output
45 const int numFragmentOutputs; //!< Fragment output count
46 const int numSamples; //!< Number of samples
47 …t depths. Pointer will be NULL if there is no depth buffer. Each sample has per-sample depth values
48 FaceType visibleFace; //!< Which face (front or back) is visible
DrrShadingContext.cpp29 FragmentShadingContext::FragmentShadingContext (const GenericVec4* varying0, const GenericVec4* var… in FragmentShadingContext() function in rr::FragmentShadingContext