Home
last modified time | relevance | path

Searched refs:getFormatSizeInBytes (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.cpp108 deUint32 getFormatSizeInBytes(const subgroups::Format format) in getFormatSizeInBytes() function
162 deUint32 bytes = getFormatSizeInBytes(format); in getElementSizeInBytes()
978 (data.isImage ? getFormatSizeInBytes(format) : getElementSizeInBytes(format, data.layout)); in initializeMemory()
1177 const deUint64 imageResultSize = getFormatSizeInBytes(format) * maxWidth; in makeTessellationEvaluationFrameBufferTest()
1360 const deUint64 imageResultSize = getFormatSizeInBytes(format) * maxWidth; in makeGeometryFrameBufferTest()
1581 const deUint64 imageResultSize = getFormatSizeInBytes(format) * maxWidth; in allStages()
1814 const deUint64 imageResultSize = getFormatSizeInBytes(format) * maxWidth; in makeVertexFrameBufferTest()
1981 deUint64 formatSize = getFormatSizeInBytes(format); in makeFragmentFrameBufferTest()
2045 deUint64 elementSize = getFormatSizeInBytes(format); in makeComputeTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp67 deUint32 getFormatSizeInBytes (const VkFormat format) in getFormatSizeInBytes() function
148 const deUint32 bytes = getFormatSizeInBytes(format); in getElementSizeInBytes()
2478 (data.isImage() ? getFormatSizeInBytes(format) : getElementSizeInBytes(format, data.layout)); in initializeMemory()
3823 const VkDeviceSize formatSize = getFormatSizeInBytes(format); in makeFragmentFrameBufferTestRequiredSubgroupSize()
4042 const VkDeviceSize elementSize = getFormatSizeInBytes(format); in makeComputeOrMeshTestRequiredSubgroupSize()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp67 deUint32 getFormatSizeInBytes (const VkFormat format) in getFormatSizeInBytes() function
148 const deUint32 bytes = getFormatSizeInBytes(format); in getElementSizeInBytes()
2466 (data.isImage() ? getFormatSizeInBytes(format) : getElementSizeInBytes(format, data.layout)); in initializeMemory()
3811 const VkDeviceSize formatSize = getFormatSizeInBytes(format); in makeFragmentFrameBufferTestRequiredSubgroupSize()
4024 const VkDeviceSize elementSize = getFormatSizeInBytes(format); in makeComputeOrMeshTestRequiredSubgroupSize()

Completed in 18 milliseconds