Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp12267 const uint32_t typeComponents; in createFloat16FuncSet() member
12372 const uint32_t itemsPerType = testType.typeComponents; in createFloat16FuncSet()
12469 const uint32_t typeComponents; in createFloat16VectorExtractSet() member
12608 inputDataNdx.push_back(rnd.getUint32() % testType.typeComponents); in createFloat16VectorExtractSet()
12709 const uint32_t typeComponents; in createFloat16VectorInsertSet() member
12840 inputDataNdx.push_back(rnd.getUint32() % testType.typeComponents); in createFloat16VectorInsertSet()
13052 const uint32_t typeComponents; in createFloat16VectorShuffleSet() member
13188 … const uint32_t input0Stride = (src0Type.typeComponents == 3) ? 4 : src0Type.typeComponents; in createFloat16VectorShuffleSet()
13189 … const uint32_t input1Stride = (src1Type.typeComponents == 3) ? 4 : src1Type.typeComponents; in createFloat16VectorShuffleSet()
13190 … const uint32_t outputStride = (dstType.typeComponents == 3) ? 4 : dstType.typeComponents; in createFloat16VectorShuffleSet()
[all …]