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.cpp13187 const TestType &src1Type = testTypes[comp1Idx]; in createFloat16VectorShuffleSet() local
13189 … const uint32_t input1Stride = (src1Type.typeComponents == 3) ? 4 : src1Type.typeComponents; in createFloat16VectorShuffleSet()
13195 de::toString(src1Type.typeComponents); in createFloat16VectorShuffleSet()
13214 … for (uint32_t comp1IdxLocal = 0; comp1IdxLocal < src1Type.typeComponents; ++comp1IdxLocal) in createFloat16VectorShuffleSet()
13244 specs["tt_src1"] = src1Type.typeName; in createFloat16VectorShuffleSet()
13254 … fragments["testfun"] += StringTemplate(src1Type.loadFunction).specialize({{"var", "ssbo_src1"}}); in createFloat16VectorShuffleSet()
13264 dstType.typeComponents, src0Type.typeComponents, src1Type.typeComponents); in createFloat16VectorShuffleSet()