/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktGlobalPriorityQueueTests.cpp | 216 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/ |
D | vktMemoryExternalMemoryHostTests.cpp | 162 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/ |
D | vktSparseResourcesTestsUtil.hpp | 197 void submitCommands (const vk::DeviceInterface& vk,
|
D | vktSparseResourcesTestsUtil.cpp | 317 void submitCommands (const DeviceInterface& vk, in submitCommands() function
|
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderQueryTestsEXT.cpp | 365 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/ |
D | CommandGraph.h | 584 angle::Result submitCommands(ContextVk *context,
|
D | CommandProcessor.h | 401 angle::Result submitCommands(Context *context,
|
D | CommandProcessor.cpp | 704 ANGLE_TRY(mCommandQueue->submitCommands( in processTask() 1343 angle::Result CommandQueue::submitCommands(Context *context, in submitCommands() function in rx::vk::CommandQueue
|
D | RendererVk.h | 490 angle::Result submitCommands(vk::Context *context,
|
D | CommandGraph.cpp | 991 angle::Result CommandGraph::submitCommands(ContextVk *context, in submitCommands() function in rx::vk::CommandGraph
|
D | RendererVk.cpp | 5460 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()
|
D | ContextVk.h | 1244 angle::Result submitCommands(const vk::Semaphore *signalSemaphore,
|
D | ContextVk.cpp | 3513 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()
|