Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.cpp158 deUint32 getElementSizeInBytes( in getElementSizeInBytes() function
968 (data.isImage ? getFormatSizeInBytes(format) : getElementSizeInBytes(format, data.layout)); in initializeMemory()
1104 …deUint64 size = getElementSizeInBytes(extraData[i].format, extraData[i].layout) * extraData[i].num… in makeTessellationEvaluationFrameBufferTest()
1288 …deUint64 size = getElementSizeInBytes(extraData[i].format, extraData[i].layout) * extraData[i].num… in makeGeometryFrameBufferTest()
1511 const deUint64 size = getElementSizeInBytes(format, SSBOData::LayoutStd430) * shaderSize; in allStages()
1536 …const deUint64 size = getElementSizeInBytes(extraDatas[datasNdx].format, extraDatas[datasNdx].layo… in allStages()
1738 …deUint64 size = getElementSizeInBytes(extraData[i].format, extraData[i].layout) * extraData[i].num… in makeVertexFrameBufferTest()
1910 getElementSizeInBytes(extraDatas[i].format, extraDatas[i].layout) * extraDatas[i].numElements; in makeFragmentFrameBufferTest()
2063 getElementSizeInBytes(inputs[i].format, inputs[i].layout) * inputs[i].numElements; in makeComputeTest()
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp141 deUint32 getElementSizeInBytes( in getElementSizeInBytes() function
2393 (data.isImage ? getFormatSizeInBytes(format) : getElementSizeInBytes(format, data.layout)); in initializeMemory()
2624 …vk::VkDeviceSize size = getElementSizeInBytes(extraData[i].format, extraData[i].layout) * extraDat… in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize()
2859 …vk::VkDeviceSize size = getElementSizeInBytes(extraData[i].format, extraData[i].layout) * extraDat… in makeGeometryFrameBufferTestRequiredSubgroupSize()
3114 const VkDeviceSize size = getElementSizeInBytes(format, SSBOData::LayoutStd430) * shaderSize; in allStagesRequiredSubgroupSize()
3129 …const vk::VkDeviceSize size = getElementSizeInBytes(extraDatas[datasNdx].format, extraDatas[datasN… in allStagesRequiredSubgroupSize()
3394 …vk::VkDeviceSize size = getElementSizeInBytes(extraData[i].format, extraData[i].layout) * extraDat… in makeVertexFrameBufferTestRequiredSubgroupSize()
3603 getElementSizeInBytes(extraDatas[i].format, extraDatas[i].layout) * extraDatas[i].numElements; in makeFragmentFrameBufferTestRequiredSubgroupSize()
3889 getElementSizeInBytes(inputs[i].format, inputs[i].layout) * inputs[i].numElements; in makeComputeTestRequiredSubgroupSize()
3957 getElementSizeInBytes(inputs[i].format, inputs[i].layout) * inputs[i].numElements; in makeComputeTestRequiredSubgroupSize()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp164 …deUint32 getElementSizeInBytes (void) const { return static_cast<deUint32>(sizeof(decltype… in getElementSizeInBytes() function in vkt::BindingModel::__anone49c327d0111::InlineUniformBlockDescriptor
165 …deUint32 getSizeInBytes (void) const { return m_blockElements * getElementSizeInBytes();… in getSizeInBytes()
676 , m_writeStartByteOffset(m_writeStart * getElementSizeInBytes()) in InlineUniformBlockDescriptor()
677 , m_bytesToWrite(m_elementsToWrite * getElementSizeInBytes()) in InlineUniformBlockDescriptor()
1444 const deUint32 elementSize = iub->getElementSizeInBytes(); in copyDescriptor()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicInst.h483 uint32_t getElementSizeInBytes() const { in getElementSizeInBytes() function
/external/llvm-project/llvm/include/llvm/IR/
DIntrinsicInst.h565 uint32_t getElementSizeInBytes() const { in getElementSizeInBytes() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp944 const uint32_t ElementSize = AMI->getElementSizeInBytes(); in tryToShorten()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp1098 const uint32_t ElementSize = AMI->getElementSizeInBytes(); in tryToShorten()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp706 (NumBytes->getZExtValue() % AMI->getElementSizeInBytes() != 0)) { in visitCallInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5909 unsigned ElemSz = MI.getElementSizeInBytes(); in visitIntrinsicCall()
5927 unsigned ElemSz = MI.getElementSizeInBytes(); in visitIntrinsicCall()
5944 unsigned ElemSz = MI.getElementSizeInBytes(); in visitIntrinsicCall()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5762 unsigned ElemSz = MI.getElementSizeInBytes(); in visitIntrinsicCall()
5780 unsigned ElemSz = MI.getElementSizeInBytes(); in visitIntrinsicCall()
5797 unsigned ElemSz = MI.getElementSizeInBytes(); in visitIntrinsicCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp4382 uint64_t ElementSize = AMI->getElementSizeInBytes(); in visitIntrinsicCall()