Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktGlobalPriorityQueueTests.cpp216 void submitCommands (VkCommandBuffer producerCmd,
378 void GPQInstanceBase::submitCommands (VkCommandBuffer producerCmd, VkCommandBuffer consumerCmd) con… in submitCommands() function in vkt::synchronization::__anon66461ea50111::GPQInstanceBase
818 submitCommands(*producerCmd, *consumerCmd); in iterate()
969 submitCommands(*producerCmd, *consumerCmd); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryExternalMemoryHostTests.cpp162 void submitCommands (VkCommandBuffer commandBuffer, VkFence fence);
859 submitCommands(*m_cmdBuffer, *m_fence_1); in iterate()
960 void ExternalMemoryHostSynchronizationTestInstance::submitCommands (VkCommandBuffer commandBuffer, … in submitCommands() function in vkt::memory::__anonc40f74470111::ExternalMemoryHostSynchronizationTestInstance
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.hpp197 void submitCommands (const vk::DeviceInterface& vk,
DvktSparseResourcesTestsUtil.cpp317 void submitCommands (const DeviceInterface& vk, in submitCommands() function
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderQueryTestsEXT.cpp365 void submitCommands (const VkCommandBuffer cmdBuffer) const;
670 void MeshQueryInstance::submitCommands (const VkCommandBuffer cmdBuffer) const in submitCommands() function in vkt::MeshShader::__anonec52e5090111::MeshQueryInstance
1119 submitCommands(cmdBuffer); in iterate()
/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.h584 angle::Result submitCommands(ContextVk *context,
DCommandProcessor.h401 angle::Result submitCommands(Context *context,
DCommandProcessor.cpp704 ANGLE_TRY(mCommandQueue->submitCommands( in processTask()
1343 angle::Result CommandQueue::submitCommands(Context *context, in submitCommands() function in rx::vk::CommandQueue
DRendererVk.h490 angle::Result submitCommands(vk::Context *context,
DCommandGraph.cpp991 angle::Result CommandGraph::submitCommands(ContextVk *context, in submitCommands() function in rx::vk::CommandGraph
DRendererVk.cpp5460 angle::Result RendererVk::submitCommands(vk::Context *context, in submitCommands() function in rx::RendererVk
5485 ANGLE_TRY(mCommandQueue.submitCommands(context, protectionType, contextPriority, in submitCommands()
5523 ANGLE_TRY(submitCommands(context, protectionType, srcContextPriority, signalSemaphore, in submitPriorityDependency()
DContextVk.h1244 angle::Result submitCommands(const vk::Semaphore *signalSemaphore,
DContextVk.cpp3513 angle::Result ContextVk::submitCommands(const vk::Semaphore *signalSemaphore, in submitCommands() function in rx::ContextVk
3533 ANGLE_TRY(mRenderer->submitCommands(this, getProtectionType(), mContextPriority, in submitCommands()
7205 ANGLE_TRY(submitCommands(signalSemaphore, externalFence, Submit::AllCommands)); in flushImpl()
7746 return submitCommands(nullptr, nullptr, Submit::OutsideRenderPassCommandsOnly); in flushAndSubmitOutsideRenderPassCommands()