Home
last modified time | relevance | path

Searched refs:m_colorSubresourceRange (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp312 , m_colorSubresourceRange (makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u)) in ScissorRenderer()
324 …eView (vk, device, *m_colorImage, VK_IMAGE_VIEW_TYPE_2D, m_colorFormat, m_colorSubresourceRange); in ScissorRenderer()
374 const VkImageSubresourceRange m_colorSubresourceRange; member in vkt::FragmentOperations::__anondb019e040111::ScissorRenderer
DvktFragmentOperationsScissorTests.cpp346 , m_colorSubresourceRange (makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u)) in ScissorRenderer()
360 …mageView(vk, device, *m_colorImage, VK_IMAGE_VIEW_TYPE_2D, m_colorFormat, m_colorSubresourceRange); in ScissorRenderer()
413 const VkImageSubresourceRange m_colorSubresourceRange; member in vkt::FragmentOperations::__anone43b86990111::ScissorRenderer
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderLayerTests.cpp597 …, m_colorSubresourceRange (makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, numLay… in Renderer()
610 … (vk, device, *m_colorImage, VK_IMAGE_VIEW_TYPE_2D_ARRAY, m_colorFormat, m_colorSubresourceRange); in Renderer()
672 …_ATTACHMENT_WRITE_BIT, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, m_colorSubresourceRange.layerCoun… in draw()
681 const VkImageSubresourceRange m_colorSubresourceRange; member in vkt::Draw::__anon7bd3a9a60111::Renderer
DvktDrawShaderViewportIndexTests.cpp662 , m_colorSubresourceRange (makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u)) in Renderer()
677 …View (vk, device, *m_colorImage, VK_IMAGE_VIEW_TYPE_2D, m_colorFormat, m_colorSubresourceRange); in Renderer()
776 const VkImageSubresourceRange m_colorSubresourceRange; member in vkt::Draw::__anond1ac37210111::Renderer
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp494 , m_colorSubresourceRange (makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u)) in Renderer()
501 …ageView (vk, device, *m_colorImage, VK_IMAGE_VIEW_TYPE_2D, m_colorFormat, m_colorSubresourceRange); in Renderer()
563 const VkImageSubresourceRange m_colorSubresourceRange; member in vkt::sparse::__anonf4c2cf810111::Renderer
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp3935 m_colorSubresourceRange = m_resource.getImage().subresourceRange; in Implementation()
3941 …ageView (vk, device, m_colorImage, VK_IMAGE_VIEW_TYPE_2D, m_colorFormat, m_colorSubresourceRange); in Implementation()
3977 m_colorSubresourceRange // VkImageSubresourceRange subresourceRange in recordCommands()
4064 VkImageSubresourceRange m_colorSubresourceRange; member in vkt::synchronization::__anon3d1a14f80111::Draw::Implementation