Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp12933 …Func getFloat16VectorShuffleVerifyIOFunc(uint32_t dstComponentsCount, uint32_t src0ComponentsCount, in getFloat16VectorShuffleVerifyIOFunc() argument
12937 DE_ASSERT(src0ComponentsCount <= 4); in getFloat16VectorShuffleVerifyIOFunc()
12939 uint32_t funcCode = 100 * dstComponentsCount + 10 * src0ComponentsCount + src1ComponentsCount; in getFloat16VectorShuffleVerifyIOFunc()