Home
last modified time | relevance | path

Searched refs:att_size_x (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineFramebufferAttachmentTests.cpp399 const deUint32 att_size_x = caseDef.attachmentSize.x(); in test() local
402 const VkDeviceSize colorBufferSize = att_size_x * att_size_y * att_size_z * caseDef.numLayers * tcu::getPixelSize(mapVkFormat(COLOR_FORMAT)); in test()
1083 const deUint32 att_size_x = attachmentSize.x(); in testMultiAttachments() local
1086 const VkDeviceSize colorBufferSize = att_size_x * att_size_y * att_size_z * tcu::getPixelSize(mapVkFormat(COLOR_FORMAT)); in testMultiAttachments()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineFramebufferAttachmentTests.cpp404 const deUint32 att_size_x = caseDef.attachmentSize.x(); in test() local
407 const VkDeviceSize colorBufferSize = att_size_x * att_size_y * att_size_z * caseDef.numLayers * tcu::getPixelSize(mapVkFormat(COLOR_FORMAT)); in test()
1093 const deUint32 att_size_x = attachmentSize.x(); in testMultiAttachments() local
1096 const VkDeviceSize colorBufferSize = att_size_x * att_size_y * att_size_z * tcu::getPixelSize(mapVkFormat(COLOR_FORMAT)); in testMultiAttachments()

Completed in 7 milliseconds