Searched defs:chanNdx (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessVertexAccessTests.cpp287 for (int chanNdx = 0; chanNdx < numChannels; chanNdx++)
295 attributeUse << "[" << chanNdx << "];\n"; local
/external/deqp/framework/common/
H A DtcuTexture.cpp1716 static inline float execCompare (const tcu::Vec4& color, Sampler::CompareMode compare, int chanNdx, float ref_, bool isFixedPoint) argument
1719 const float cmp = (clampValues) ? (de::clamp(color[chanNdx], 0.0f, 1.0f)) : (color[chanNdx]);

Completed in 406 milliseconds