Searched defs:imageResultSize (Results 1 – 3 of 3) sorted by relevance
1178 const uint64_t imageResultSize = getFormatSizeInBytes(format) * maxWidth; in makeTessellationEvaluationFrameBufferTest() local1362 const uint64_t imageResultSize = getFormatSizeInBytes(format) * maxWidth; in makeGeometryFrameBufferTest() local1602 const uint64_t imageResultSize = getFormatSizeInBytes(format) * maxWidth; in allStages() local1841 const uint64_t imageResultSize = getFormatSizeInBytes(format) * maxWidth; in makeVertexFrameBufferTest() local
2793 const vk::VkDeviceSize imageResultSize = tcu::getPixelSize(vk::mapVkFormat(format)) * maxWidth; in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() local3021 const vk::VkDeviceSize imageResultSize = tcu::getPixelSize(vk::mapVkFormat(format)) * maxWidth; in makeGeometryFrameBufferTestRequiredSubgroupSize() local3326 … const vk::VkDeviceSize imageResultSize = tcu::getPixelSize(vk::mapVkFormat(format)) * maxWidth; in allStagesRequiredSubgroupSize() local3600 const vk::VkDeviceSize imageResultSize = tcu::getPixelSize(vk::mapVkFormat(format)) * maxWidth; in makeVertexFrameBufferTestRequiredSubgroupSize() local
1106 VkDeviceSize imageResultSize = getImageSizeBytes(imageDim, m_parameters.formatUncompressed); in copyResultAndCompare() local