Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp16664 for (size_t inputArgNdx = 0; inputArgNdx < testFunc.funcArgsCount; ++inputArgNdx) in createFloat16ArithmeticFuncTest() local
16666 …const size_t numFloatsPerItem = (inputArgNdx == 0) ? testTypes[testFunc.typeArg0].typeArrayStrid… in createFloat16ArithmeticFuncTest()
16667 : (inputArgNdx == 1) ? testTypes[testFunc.typeArg1].typeArrayStride / sizeof(deFloat16) in createFloat16ArithmeticFuncTest()
16668 : (inputArgNdx == 2) ? testTypes[testFunc.typeArg2].typeArrayStride / sizeof(deFloat16) in createFloat16ArithmeticFuncTest()
16670 …numFloatsPerItem * iterations, testTypeIdx, numFloatsPerItem, testFunc.funcArgsCount, inputArgNdx); in createFloat16ArithmeticFuncTest()