Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp3332 …const int sampleIndices[4] = { 2, 3, 1, 0 }; // \note Gather returns the samples in a non-obvious … in gather() local
3335 result[i] = sampleColors[sampleIndices[i]][componentNdx]; in gather()