/external/deqp/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsTestsUtils.cpp | 158 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/ |
D | vktSubgroupsTestsUtils.cpp | 141 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/ |
D | vktBindingDescriptorCopyTests.cpp | 164 …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/ |
D | IntrinsicInst.h | 483 uint32_t getElementSizeInBytes() const { in getElementSizeInBytes() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | IntrinsicInst.h | 565 uint32_t getElementSizeInBytes() const { in getElementSizeInBytes() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | DeadStoreElimination.cpp | 944 const uint32_t ElementSize = AMI->getElementSizeInBytes(); in tryToShorten()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | DeadStoreElimination.cpp | 1098 const uint32_t ElementSize = AMI->getElementSizeInBytes(); in tryToShorten()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 706 (NumBytes->getZExtValue() % AMI->getElementSizeInBytes() != 0)) { in visitCallInst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 5909 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/ |
D | SelectionDAGBuilder.cpp | 5762 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/ |
D | Verifier.cpp | 4382 uint64_t ElementSize = AMI->getElementSizeInBytes(); in visitIntrinsicCall()
|