Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp935 for (deUint32 maskNdx = 0; maskNdx < maskCount; maskNdx++) in MultisampleTest() local
936 m_sampleMask.push_back(m_multisampleStateParams.pSampleMask[maskNdx]); in MultisampleTest()
3111 for (deUint32 maskNdx = 0; maskNdx < sampleMaskCount; maskNdx++) in createMultisampleTests() local
/external/deqp/modules/gles31/functional/
Des31fSampleVariableTests.cpp1927 for (int maskNdx = 0; maskNdx < m_numTargetSamples; ++maskNdx) in postTest() local
1929 const deUint32 mask = sampleCoverage[maskNdx].getAccess().getPixelUint(x, y).x(); in postTest()