Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp10343 for (deUint32 testTypeIdx = 0; testTypeIdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeIdx) in createFloat16FuncSet() local
10345 const TestType& testType = testTypes[testTypeIdx]; in createFloat16FuncSet()
10956 for (deUint32 testTypeIdx = 0; testTypeIdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeIdx) in createFloat16VectorExtractSet() local
10958 const TestType& testType = testTypes[testTypeIdx]; in createFloat16VectorExtractSet()
11193 for (deUint32 testTypeIdx = 0; testTypeIdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeIdx) in createFloat16VectorInsertSet() local
11195 const TestType& testType = testTypes[testTypeIdx]; in createFloat16VectorInsertSet()
16119 …tcu::TestContext& testCtx, tcu::TestCaseGroup& testGroup, const size_t testTypeIdx, const Math16Te… in createFloat16ArithmeticFuncTest() argument
16144 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()