Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.cpp158 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/
DvktSubgroupsTestsUtils.cpp143 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/
DvktBindingDescriptorCopyTests.cpp164 …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/
DIntrinsicInst.h483 uint32_t getElementSizeInBytes() const { in getElementSizeInBytes() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp944 const uint32_t ElementSize = AMI->getElementSizeInBytes(); in tryToShorten()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp4382 uint64_t ElementSize = AMI->getElementSizeInBytes(); in visitIntrinsicCall()