Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp12656 const TestType& src1Type = testTypes[comp1Idx]; in createFloat16VectorShuffleSet() local
12658 const deUint32 input1Stride = (src1Type.typeComponents == 3) ? 4 : src1Type.typeComponents; in createFloat16VectorShuffleSet()
12663 …pe.typeComponents) + de::toString(src0Type.typeComponents) + de::toString(src1Type.typeComponents); in createFloat16VectorShuffleSet()
12682 for (deUint32 comp1IdxLocal = 0; comp1IdxLocal < src1Type.typeComponents; ++comp1IdxLocal) in createFloat16VectorShuffleSet()
12712 specs["tt_src1"] = src1Type.typeName; in createFloat16VectorShuffleSet()
12722 … fragments["testfun"] += StringTemplate(src1Type.loadFunction).specialize({{"var", "ssbo_src1"}}); in createFloat16VectorShuffleSet()
12728 …ectorShuffleVerifyIOFunc(dstType.typeComponents, src0Type.typeComponents, src1Type.typeComponents); in createFloat16VectorShuffleSet()