Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp827 deUint32 m_vectorSize; member in vkt::SpirVAssembly::SpvAsmTypeTests
848 , m_vectorSize (vectorSize) in SpvAsmTypeTests()
867 if (m_vectorSize > 1) in SpvAsmTypeTests()
868 m_spirvTestType = "v" + de::toString(m_vectorSize) + scalarType; in SpvAsmTypeTests()
894 const bool scalarInput = (m_vectorSize != 1) && isScalarInput(spirvOpertaion, numInput); in createInputPreMain()
903 const bool scalarInput = (m_vectorSize != 1) && isScalarInput(spirvOpertaion, numInput); in createInputTestfun()
927 const deUint32 sizeWithPadding = (m_vectorSize == 3) ? 4 : m_vectorSize; in combine()
928 const deUint32 totalPadding = (m_vectorSize == 3) ? (datasize / m_vectorSize) : 0; in combine()
930 deUint32 padCount = m_vectorSize; in combine()
946 if (m_vectorSize == 3) in combine()
[all …]