Home
last modified time | relevance | path

Searched refs:textureLevelResult (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassLoadStoreOpNoneTests.cpp1376 de::MovePtr<tcu::TextureLevel> textureLevelResult; in iterate() local
1384 textureLevelResult = pipeline::readDepthAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *attachmentImages[i], m_testParams.depthStencilFormat, m_imageSize, layout); in iterate()
1390 textureLevelResult = pipeline::readStencilAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *attachmentImages[i], m_testParams.depthStencilFormat, m_imageSize, layout); in iterate()
1397 textureLevelResult = pipeline::readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *attachmentImages[i], format, m_imageSize, layout); in iterate()
1401 const tcu::ConstPixelBufferAccess& access = textureLevelResult->getAccess(); in iterate()
H A DvktRenderPassUnusedAttachmentTests.cpp903 de::UniquePtr<tcu::TextureLevel> textureLevelResult (pipeline::readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *m_colorImage, VK_FORMAT_R8G8B8A8_UNORM, m_renderSize).release()); in verifyImage()
904 const tcu::ConstPixelBufferAccess& resultAccess = textureLevelResult->getAccess(); in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassLoadStoreOpNoneTests.cpp1369 de::MovePtr<tcu::TextureLevel> textureLevelResult; in iterate() local
1377 textureLevelResult = pipeline::readDepthAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *attachmentImages[i], m_testParams.depthStencilFormat, m_imageSize, layout); in iterate()
1383 textureLevelResult = pipeline::readStencilAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *attachmentImages[i], m_testParams.depthStencilFormat, m_imageSize, layout); in iterate()
1390 textureLevelResult = pipeline::readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *attachmentImages[i], format, m_imageSize, layout); in iterate()
1394 const tcu::ConstPixelBufferAccess& access = textureLevelResult->getAccess(); in iterate()
H A DvktRenderPassUnusedAttachmentTests.cpp905 de::UniquePtr<tcu::TextureLevel> textureLevelResult (pipeline::readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *m_colorImage, VK_FORMAT_R8G8B8A8_UNORM, m_renderSize).release()); in verifyImage()
906 const tcu::ConstPixelBufferAccess& resultAccess = textureLevelResult->getAccess(); in verifyImage()

Completed in 9 milliseconds