Home
last modified time | relevance | path

Searched defs:imageResultSize (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.cpp1178 const uint64_t imageResultSize = getFormatSizeInBytes(format) * maxWidth; in makeTessellationEvaluationFrameBufferTest() local
1362 const uint64_t imageResultSize = getFormatSizeInBytes(format) * maxWidth; in makeGeometryFrameBufferTest() local
1602 const uint64_t imageResultSize = getFormatSizeInBytes(format) * maxWidth; in allStages() local
1841 const uint64_t imageResultSize = getFormatSizeInBytes(format) * maxWidth; in makeVertexFrameBufferTest() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp2794 const vk::VkDeviceSize imageResultSize = tcu::getPixelSize(vk::mapVkFormat(format)) * maxWidth; in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() local
3022 const vk::VkDeviceSize imageResultSize = tcu::getPixelSize(vk::mapVkFormat(format)) * maxWidth; in makeGeometryFrameBufferTestRequiredSubgroupSize() local
3327 … const vk::VkDeviceSize imageResultSize = tcu::getPixelSize(vk::mapVkFormat(format)) * maxWidth; in allStagesRequiredSubgroupSize() local
3602 const vk::VkDeviceSize imageResultSize = tcu::getPixelSize(vk::mapVkFormat(format)) * maxWidth; in makeVertexFrameBufferTestRequiredSubgroupSize() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp1108 VkDeviceSize imageResultSize = getImageSizeBytes(imageDim, m_parameters.formatUncompressed); in copyResultAndCompare() local