Searched refs:textureLevelResult (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 1376 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 D | vktRenderPassUnusedAttachmentTests.cpp | 903 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 D | vktRenderPassLoadStoreOpNoneTests.cpp | 1369 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 D | vktRenderPassUnusedAttachmentTests.cpp | 905 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