Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp4978 class WriteSupport : public OperationSupport class
4981 WriteSupport (const ResourceDescription& resourceDesc) in WriteSupport() function in vkt::synchronization::__anon28830::IndirectBuffer::WriteSupport
5804 case OPERATION_NAME_WRITE_INDIRECT_BUFFER_DRAW: return de::MovePtr<OperationSupport>(new IndirectBuffer ::WriteSupport (resourceDesc)); in makeOperationSupport()
5805 case OPERATION_NAME_WRITE_INDIRECT_BUFFER_DRAW_INDEXED: return de::MovePtr<OperationSupport>(new IndirectBuffer ::WriteSupport (resourceDesc)); in makeOperationSupport()
5806 case OPERATION_NAME_WRITE_INDIRECT_BUFFER_DISPATCH: return de::MovePtr<OperationSupport>(new IndirectBuffer ::WriteSupport (resourceDesc)); in makeOperationSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp4839 class WriteSupport : public OperationSupport class
4842 WriteSupport (const ResourceDescription& resourceDesc) in WriteSupport() function in vkt::synchronization::__anon29979::IndirectBuffer::WriteSupport
5592 case OPERATION_NAME_WRITE_INDIRECT_BUFFER_DRAW: return de::MovePtr<OperationSupport>(new IndirectBuffer ::WriteSupport (resourceDesc)); in makeOperationSupport()
5593 case OPERATION_NAME_WRITE_INDIRECT_BUFFER_DRAW_INDEXED: return de::MovePtr<OperationSupport>(new IndirectBuffer ::WriteSupport (resourceDesc)); in makeOperationSupport()
5594 case OPERATION_NAME_WRITE_INDIRECT_BUFFER_DISPATCH: return de::MovePtr<OperationSupport>(new IndirectBuffer ::WriteSupport (resourceDesc)); in makeOperationSupport()

Completed in 20 milliseconds