Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp16072 const size_t typeArrayStride; member
16529 …const size_t numFloatsPerArg0Type = testTypes[testFunc.typeArg0].typeArrayStride / sizeof(deFlo… in createFloat16ArithmeticFuncTest()
16531 …const size_t numFloatsPerResultType = testTypes[testFunc.typeResult].typeArrayStride / sizeof(d… in createFloat16ArithmeticFuncTest()
16666 …numFloatsPerItem = (inputArgNdx == 0) ? testTypes[testFunc.typeArg0].typeArrayStride / sizeof(deFl… in createFloat16ArithmeticFuncTest()
16667 : (inputArgNdx == 1) ? testTypes[testFunc.typeArg1].typeArrayStride / sizeof(deFloat16) in createFloat16ArithmeticFuncTest()
16668 : (inputArgNdx == 2) ? testTypes[testFunc.typeArg2].typeArrayStride / sizeof(deFloat16) in createFloat16ArithmeticFuncTest()