/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkCmdUtil.cpp | 356 const auto fence = submitCommands(vk, device, queue, commandBuffer, useDeviceGroups, deviceMask, waitSemaphoreCount, waitSemaphores, waitStages); in submitCommandsAndWait() 365 vk::Move<VkFence> submitCommands (const DeviceInterface& vk, in submitCommands() function
|
H A D | vkCmdUtil.hpp | 163 vk::Move<VkFence> submitCommands (const DeviceInterface& vk,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesTestsUtil.hpp | 197 void submitCommands (const vk::DeviceInterface& vk,
|
H A D | vktSparseResourcesTestsUtil.cpp | 317 void submitCommands (const DeviceInterface& vk, in submitCommands() function
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesTestsUtil.hpp | 197 void submitCommands (const vk::DeviceInterface& vk,
|
H A D | vktSparseResourcesTestsUtil.cpp | 317 void submitCommands (const DeviceInterface& vk, in submitCommands() function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A 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, VkFence fence) in submitCommands() function in vkt::memory::__anon28053::ExternalMemoryHostSynchronizationTestInstance
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A 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, VkFence fence) in submitCommands() function in vkt::memory::__anon29284::ExternalMemoryHostSynchronizationTestInstance
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueTests.cpp | 138 void submitCommands (VkCommandBuffer producerCmd, 322 void GPQInstanceBase::submitCommands (VkCommandBuffer producerCmd, VkCommandBuffer consumerCmd) const in submitCommands() function in vkt::synchronization::__anon28813::GPQInstanceBase 740 submitCommands(*producerCmd, *consumerCmd); in iterate() 885 submitCommands(*producerCmd, *consumerCmd); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueTests.cpp | 216 void submitCommands (VkCommandBuffer producerCmd, 378 void GPQInstanceBase::submitCommands (VkCommandBuffer producerCmd, VkCommandBuffer consumerCmd) const in submitCommands() function in vkt::synchronization::__anon29962::GPQInstanceBase 817 submitCommands(*producerCmd, *consumerCmd); in iterate() 968 submitCommands(*producerCmd, *consumerCmd); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderQueryTestsEXT.cpp | 365 void submitCommands (const VkCommandBuffer cmdBuffer) const; 670 void MeshQueryInstance::submitCommands (const VkCommandBuffer cmdBuffer) const in submitCommands() function in vkt::MeshShader::__anon28112::MeshQueryInstance 1119 submitCommands(cmdBuffer); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderQueryTestsEXT.cpp | 365 void submitCommands (const VkCommandBuffer cmdBuffer) const; 669 void MeshQueryInstance::submitCommands (const VkCommandBuffer cmdBuffer) const in submitCommands() function in vkt::MeshShader::__anon29343::MeshQueryInstance 1118 submitCommands(cmdBuffer); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktPrimitivesGeneratedQueryTests.cpp | 649 const auto fence = submitCommands(vk, device, queue, *cmdBuffer); in iterate()
|