Searched refs:sampleIndices (Results 1 – 1 of 1) sorted by relevance
3814 …const int sampleIndices[4] = { 2, 3, 1, 0 }; // \note Gather returns the samples in a non-obvious … in gather() local3817 result[i] = sampleColors[sampleIndices[i]][componentNdx]; in gather()