Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageDepthStencilDescriptorTests.cpp573 const auto depthWrites = (m_params.depthAccess == AspectAccess::RW); in iterate() local
863 ((hasDepth && depthWrites) ? VK_ATTACHMENT_STORE_OP_STORE : VK_ATTACHMENT_STORE_OP_DONT_CARE), in iterate()
963 if (depthWrites) in iterate()
1198 const auto refDepthVal = (depthWrites ? depthPassValue : depthClearValue); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageDepthStencilDescriptorTests.cpp573 const auto depthWrites = (m_params.depthAccess == AspectAccess::RW); in iterate() local
863 ((hasDepth && depthWrites) ? VK_ATTACHMENT_STORE_OP_STORE : VK_ATTACHMENT_STORE_OP_DONT_CARE), in iterate()
963 if (depthWrites) in iterate()
1198 const auto refDepthVal = (depthWrites ? depthPassValue : depthClearValue); in iterate()

Completed in 8 milliseconds