Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp13306 for (deUint32 structItemNdx = 0; structItemNdx < structItemsCount; ++structItemNdx) in createFloat16CompositeConstructSet() local
13307 expectedIterationOutput.push_back(tcu::Float16(float(structItemNdx)).bits()); in createFloat16CompositeConstructSet()
13309 …for (deUint32 structItemNdx = 0; structItemNdx < DE_LENGTH_OF_ARRAY(exceptionIndices); ++structIte… in createFloat16CompositeConstructSet() local
13310 expectedIterationOutput[exceptionIndices[structItemNdx]] = exceptionValue; in createFloat16CompositeConstructSet()
14204 for (deUint32 structItemNdx = 0; structItemNdx < structItemsCount; ++structItemNdx) in createFloat16CompositeInsertExtractSet() local
14205 …inputFP16.push_back((accessPath[structItemNdx] == DE_NULL) ? exceptionValue : tcu::Float16(float(s… in createFloat16CompositeInsertExtractSet()