Home
last modified time | relevance | path

Searched refs:getFormatSizeInBytes (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.cpp108 deUint32 getFormatSizeInBytes(const subgroups::Format format) in getFormatSizeInBytes() function
162 deUint32 bytes = getFormatSizeInBytes(format); in getElementSizeInBytes()
968 (data.isImage ? getFormatSizeInBytes(format) : getElementSizeInBytes(format, data.layout)); in initializeMemory()
1167 const deUint64 imageResultSize = getFormatSizeInBytes(format) * maxWidth; in makeTessellationEvaluationFrameBufferTest()
1350 const deUint64 imageResultSize = getFormatSizeInBytes(format) * maxWidth; in makeGeometryFrameBufferTest()
1571 const deUint64 imageResultSize = getFormatSizeInBytes(format) * maxWidth; in allStages()
1804 const deUint64 imageResultSize = getFormatSizeInBytes(format) * maxWidth; in makeVertexFrameBufferTest()
1971 deUint64 formatSize = getFormatSizeInBytes(format); in makeFragmentFrameBufferTest()
2035 deUint64 elementSize = getFormatSizeInBytes(format); in makeComputeTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp65 deUint32 getFormatSizeInBytes (const VkFormat format) in getFormatSizeInBytes() function
146 const deUint32 bytes = getFormatSizeInBytes(format); in getElementSizeInBytes()
2367 (data.isImage ? getFormatSizeInBytes(format) : getElementSizeInBytes(format, data.layout)); in initializeMemory()
3702 const VkDeviceSize formatSize = getFormatSizeInBytes(format); in makeFragmentFrameBufferTestRequiredSubgroupSize()
3838 const VkDeviceSize elementSize = getFormatSizeInBytes(format); in makeComputeTestRequiredSubgroupSize()