Home
last modified time | relevance | path

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

/external/angle/src/tests/perf_tests/
DVulkanCommandBufferPerf.cpp499 reset_command_pool(info, VK_COMMAND_POOL_RESET_RELEASE_RESOURCES_BIT); in CommandPoolHardResetBenchmark()
510 reset_command_pool(info, 0); in CommandPoolSoftResetBenchmark()
/external/rust/crates/vulkano/src/command_buffer/pool/
Dsys.rs135 .reset_command_pool(self.device.internal_object(), self.pool, flags), in reset()
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h558 void reset_command_pool(struct sample_info &info, VkCommandPoolResetFlags cmd_pool_reset_flags);
Dvulkan_command_buffer_utils.cpp1874 void reset_command_pool(struct sample_info &info, VkCommandPoolResetFlags cmd_pool_reset_flags) in reset_command_pool() function
/external/rust/crates/ash/src/vk/
Dfeatures.rs1550 pub reset_command_pool: PFN_vkResetCommandPool, field
2875 reset_command_pool: unsafe { in load()
2876 unsafe extern "system" fn reset_command_pool( in load() function
2881 panic!(concat!("Unable to load ", stringify!(reset_command_pool))) in load()
2887 reset_command_pool in load()
4505 pub unsafe fn reset_command_pool( in reset_command_pool() method
4511 (self.reset_command_pool)(device, command_pool, flags) in reset_command_pool()
/external/rust/crates/ash/src/
Ddevice.rs1021 pub unsafe fn reset_command_pool( in reset_command_pool() method
1027 .reset_command_pool(self.handle(), command_pool, flags) in reset_command_pool()