Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp1215 TYPE_BLIT, enumerator
1232 DE_ASSERT(m_type != TYPE_BLIT || !isDepthStencil); in Support()
1255 else if (m_type == TYPE_BLIT) in build()
1449 …m_requiredQueueFlags = (isDepthStencil || m_type == TYPE_BLIT ? VK_QUEUE_GRAPHICS_BIT : VK_QUEUE_… in CopySupport()
1452 DE_ASSERT(m_type != TYPE_BLIT || !isDepthStencil); in CopySupport()
5553 …new CopyBlitResolveImage ::Support (resourceDesc, CopyBlitResolveImage::TYPE_BLIT, ACCESS_MODE_WRI… in makeOperationSupport()
5585 …new CopyBlitResolveImage::Support (resourceDesc, CopyBlitResolveImage::TYPE_BLIT, ACCESS_MODE_RE… in makeOperationSupport()
5616 …onSupport>(new CopyBlitResolveImage::CopySupport (resourceDesc, CopyBlitResolveImage::TYPE_BLIT)); in makeOperationSupport()