Searched refs:testTypeIdx (Results 1 – 1 of 1) sorted by relevance
10343 for (deUint32 testTypeIdx = 0; testTypeIdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeIdx) in createFloat16FuncSet() local10345 const TestType& testType = testTypes[testTypeIdx]; in createFloat16FuncSet()10956 for (deUint32 testTypeIdx = 0; testTypeIdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeIdx) in createFloat16VectorExtractSet() local10958 const TestType& testType = testTypes[testTypeIdx]; in createFloat16VectorExtractSet()11193 for (deUint32 testTypeIdx = 0; testTypeIdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeIdx) in createFloat16VectorInsertSet() local11195 const TestType& testType = testTypes[testTypeIdx]; in createFloat16VectorInsertSet()16119 …tcu::TestContext& testCtx, tcu::TestCaseGroup& testGroup, const size_t testTypeIdx, const Math16Te… in createFloat16ArithmeticFuncTest() argument16144 DE_ASSERT(testTypeIdx == testTypes[testTypeIdx].typeComponents); in createFloat16ArithmeticFuncTest()16523 const Math16TestType& testType = testTypes[testTypeIdx]; in createFloat16ArithmeticFuncTest()16670 …ata = testFunc.getInputDataFunc(seed, numFloatsPerItem * iterations, testTypeIdx, numFloatsPerIt… in createFloat16ArithmeticFuncTest()