Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/subgroups/
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
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp2793 const vk::VkDeviceSize imageResultSize = tcu::getPixelSize(vk::mapVkFormat(format)) * maxWidth; in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() local
3021 const vk::VkDeviceSize imageResultSize = tcu::getPixelSize(vk::mapVkFormat(format)) * maxWidth; in makeGeometryFrameBufferTestRequiredSubgroupSize() local
3326 … const vk::VkDeviceSize imageResultSize = tcu::getPixelSize(vk::mapVkFormat(format)) * maxWidth; in allStagesRequiredSubgroupSize() local
3600 const vk::VkDeviceSize imageResultSize = tcu::getPixelSize(vk::mapVkFormat(format)) * maxWidth; in makeVertexFrameBufferTestRequiredSubgroupSize() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageCompressionTranscodingSupport.cpp1106 VkDeviceSize imageResultSize = getImageSizeBytes(imageDim, m_parameters.formatUncompressed); in copyResultAndCompare() local