Home
last modified time | relevance | path

Searched defs:colorBufferSize (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryInstancedRenderingTests.cpp638 …const VkDeviceSize colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVk… in test() local
DvktGeometryLayeredRenderingTests.cpp913 …const VkDeviceSize colorBufferSize = params.image.size.width * params.image.size.height * par… in test() local
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp730 …const VkDeviceSize colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVk… in test() local
DvktFragmentOperationsScissorTests.cpp710 …const VkDeviceSize colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(map… in test() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp909 …const VkDeviceSize colorBufferSize = product(checkSize) * tcu::getPixelSize(mapVkFormat(caseDe… in testWithSizeReduction() local
1384 const VkDeviceSize colorBufferSize = sum(mipLevelStorageSizes); in testRenderToMipMaps() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp1003 VkDeviceSize colorBufferSize; member
1739 …const VkDeviceSize colorBufferSize = caseDef.size.x() * caseDef.size.y() * caseDef.size.z() * c… in testMutable() local