Searched refs:m_numInputElements (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmComputeShaderTestUtil.hpp | 82 : m_numInputElements(numInputElements) in OpAtomicBuffer() 91 std::vector<int32_t> inputInts(m_numInputElements, 0); in getBytes() 94 fillRandomScalars(rnd, 1, 100, &inputInts.front(), m_numInputElements); in getBytes() 99 size_t inputSize = m_numInputElements * sizeof(int32_t); in getBytes() 110 for (size_t ndx = 0; ndx < m_numInputElements; ndx++) in getBytes() 144 bytes.resize(m_numInputElements * sizeof(int32_t), 0xff); in getBytes() 149 for (size_t ndx = 0; ndx < m_numInputElements; ndx++) in getBytes() 168 return m_numInputElements * sizeof(int32_t); in getByteSize() 285 const uint32_t m_numInputElements; member in vkt::SpirVAssembly::OpAtomicBuffer
|
/aosp_15_r20/external/deqp/framework/randomshaders/ |
H A D | rsgExpression.cpp | 1369 , m_numInputElements(0) in SwizzleOp() 1382 m_numInputElements = state.getRandom().getInt(deMax32(numOutputElements, 2), 4); in SwizzleOp() 1385 for (int ndx = 0; ndx < m_numInputElements; ndx++) in SwizzleOp() 1413 …ariableType inVarType = VariableType(m_outValueRange.getType().getBaseType(), m_numInputElements); in createNextChild()
|
H A D | rsgExpression.hpp | 322 int m_numInputElements; member in rsg::SwizzleOp
|