Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp479 BUFFER_OP_FILL, enumerator
494 DE_ASSERT(m_bufferOp == BUFFER_OP_FILL || m_resource.getBuffer().size <= MAX_UPDATE_BUFFER_SIZE); in Implementation()
498 if (m_bufferOp == BUFFER_OP_FILL) in Implementation()
520 if (m_bufferOp == BUFFER_OP_FILL) in recordCommands()
588 …DE_ASSERT(m_bufferOp == BUFFER_OP_FILL || m_bufferOp == BUFFER_OP_UPDATE || m_bufferOp == BUFFER_O… in Support()
604 …if (m_bufferOp == BUFFER_OP_FILL && !context.isDeviceFunctionalitySupported("VK_KHR_maintenance1")) in getQueueFlags()
5547 …perationSupport>(new FillUpdateBuffer ::Support (resourceDesc, FillUpdateBuffer::BUFFER_OP_FILL)); in makeOperationSupport()