Searched refs:getElementSizeInBytes (Results 1 – 7 of 7) sorted by relevance
/third_party/vk-gl-cts/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() 1100 …deUint64 size = getElementSizeInBytes(extraData[i].format, extraData[i].layout) * extraData[i].num… in makeTessellationEvaluationFrameBufferTest() 1284 …deUint64 size = getElementSizeInBytes(extraData[i].format, extraData[i].layout) * extraData[i].num… in makeGeometryFrameBufferTest() 1507 const deUint64 size = getElementSizeInBytes(format, SSBOData::LayoutStd430) * shaderSize; in allStages() 1532 …const deUint64 size = getElementSizeInBytes(extraDatas[datasNdx].format, extraDatas[datasNdx].layo… in allStages() 1734 …deUint64 size = getElementSizeInBytes(extraData[i].format, extraData[i].layout) * extraData[i].num… in makeVertexFrameBufferTest() 1906 getElementSizeInBytes(extraDatas[i].format, extraDatas[i].layout) * extraDatas[i].numElements; in makeFragmentFrameBufferTest() 2059 getElementSizeInBytes(inputs[i].format, inputs[i].layout) * inputs[i].numElements; in makeComputeTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsTestsUtils.cpp | 143 deUint32 getElementSizeInBytes (const VkFormat format, in getElementSizeInBytes() function 2367 (data.isImage ? getFormatSizeInBytes(format) : getElementSizeInBytes(format, data.layout)); in initializeMemory() 2593 …vk::VkDeviceSize size = getElementSizeInBytes(extraData[i].format, extraData[i].layout) * extraDat… in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() 2830 …vk::VkDeviceSize size = getElementSizeInBytes(extraData[i].format, extraData[i].layout) * extraDat… in makeGeometryFrameBufferTestRequiredSubgroupSize() 3110 const VkDeviceSize size = getElementSizeInBytes(format, SSBOData::LayoutStd430) * shaderSize; in allStagesRequiredSubgroupSize() 3125 …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() 3600 …const vk::VkDeviceSize size = getElementSizeInBytes(extraDatas[i].format, extraDatas[i].layout) * … in makeFragmentFrameBufferTestRequiredSubgroupSize() 3855 …const vk::VkDeviceSize size = getElementSizeInBytes(inputs[i].format, inputs[i].layout) * inputs[i… in makeComputeTestRequiredSubgroupSize() 3910 …vk::VkDeviceSize size = getElementSizeInBytes(inputs[i].format, inputs[i].layout) * inputs[i].num… in makeComputeTestRequiredSubgroupSize() [all …]
|
/third_party/vk-gl-cts/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::__anon661465950111::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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicInst.h | 483 uint32_t getElementSizeInBytes() const { in getElementSizeInBytes() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | DeadStoreElimination.cpp | 944 const uint32_t ElementSize = AMI->getElementSizeInBytes(); in tryToShorten()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Verifier.cpp | 4382 uint64_t ElementSize = AMI->getElementSizeInBytes(); in visitIntrinsicCall()
|