Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsFragOpInteractionCase.cpp549 const int fNdx = (attribNdx+vtxNdx+m_iterNdx)%DE_LENGTH_OF_ARRAY(vtxInterpFactors); in iterate() local
550 const tcu::Vec4& f = vtxInterpFactors[fNdx]; in iterate()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp6587 for(size_t fNdx = 0; fNdx < testFunc.size(); ++fNdx) in createOpNameGroup() local
6595 specializations["ID"] = testFunc[fNdx]; in createOpNameGroup()
6602 …entryMainGroup->addChild(new SpvAsmComputeShaderCase(testCtx, (testFunc[fNdx] + cases[ndx].name).c… in createOpNameGroup()
6608 for(size_t fNdx = 0; fNdx < testFunc.size(); ++fNdx) in createOpNameGroup() local
6616 specializations["ID"] = testFunc[fNdx]; in createOpNameGroup()
6624 …entryNotGroup->addChild(new SpvAsmComputeShaderCase(testCtx, (testFunc[fNdx] + cases[ndx].name).c_… in createOpNameGroup()