| /device/generic/vulkan-cereal/stream-servers/vulkan/testing/ |
| D | VulkanTestHelper.h | 95 VkCommandPool commandPool() { return mCommandPool; } in commandPool() function
|
| D | VkDecoderTestDispatch.h | 163 void vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, in vkDestroyCommandPool() 214 void vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, in vkFreeCommandBuffers()
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/ |
| D | DisplayVk.cpp | 731 const VulkanDispatch& vk, VkDevice device, VkCommandPool commandPool) { in create() 757 VkCommandPool commandPool, VkFence fence, in ImageBorrowResource()
|
| D | CompositorVk.cpp | 496 VkCommandPool commandPool = VK_NULL_HANDLE; in setUpCommandPool() local
|
| D | VkCommonOperations.h | 145 VkCommandPool commandPool = VK_NULL_HANDLE; member
|
| D | VkDecoderGlobalState.cpp | 3872 VkCommandPool commandPool, in on_vkDestroyCommandPool() 3887 VkCommandPool commandPool, VkCommandPoolResetFlags flags) { in on_vkResetCommandPool() 3992 VkCommandPool commandPool, uint32_t commandBufferCount, in on_vkFreeCommandBuffers() 7025 VkCommandPool commandPool, in on_vkDestroyCommandPool() 7031 VkCommandPool commandPool, in on_vkResetCommandPool() 7060 VkCommandPool commandPool, in on_vkFreeCommandBuffers()
|
| D | VkDecoderSnapshot.cpp | 935 VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) { in vkDestroyCommandPool() 943 VkCommandPool commandPool, VkCommandPoolResetFlags flags) { in vkResetCommandPool() 971 VkCommandPool commandPool, uint32_t commandBufferCount, in vkFreeCommandBuffers() 1363 VkCommandPool commandPool, VkCommandPoolTrimFlags flags) { in vkTrimCommandPool() 2193 VkCommandPool commandPool, VkCommandPoolTrimFlags flags) { in vkTrimCommandPoolKHR() 6270 VkCommandPool commandPool, in vkDestroyCommandPool() 6280 VkCommandPool commandPool, in vkResetCommandPool() 6301 VkCommandPool commandPool, uint32_t commandBufferCount, in vkFreeCommandBuffers() 6939 VkDevice device, VkCommandPool commandPool, in vkTrimCommandPool() 8065 VkCommandPool commandPool, in vkTrimCommandPoolKHR()
|
| D | VkDecoder.cpp | 6016 VkCommandPool commandPool; in decode() local 6071 VkCommandPool commandPool; in decode() local 6192 VkCommandPool commandPool; in decode() local 9894 VkCommandPool commandPool; in decode() local 17122 VkCommandPool commandPool; in decode() local
|
| /device/generic/vulkan-cereal/fake-android-guest/androidImpl/ |
| D | vulkanhal_unittest.cpp | 1694 VkCommandPool commandPool; in TEST_P() local 1871 VkCommandPool commandPool; in TEST_P() local 2111 VkCommandPool commandPool; in TEST_P() local 2343 VkCommandPool commandPool; in TEST_P() local
|
| /device/generic/vulkan-cereal/fake-android-guest/libvulkan/ |
| D | api_gen.cpp | 1111 VKAPI_ATTR void DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCa… in DestroyCommandPool() 1115 VKAPI_ATTR VkResult ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolReset… in ResetCommandPool() 1123 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBuff… in FreeCommandBuffers() 1379 VKAPI_ATTR void TrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags … in TrimCommandPool() 1932 VKAPI_ATTR void vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocation… in vkDestroyCommandPool() 1937 VKAPI_ATTR VkResult vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolRes… in vkResetCommandPool() 1947 VKAPI_ATTR void vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBu… in vkFreeCommandBuffers() 2272 VKAPI_ATTR void vkTrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlag… in vkTrimCommandPool()
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | ResourceTracker.cpp | 484 forAllObjects(cb->poolObjects, [cb](void* commandPool) { in unregister_VkCommandBuffer() 7599 void resetCommandPoolStagingInfo(VkCommandPool commandPool) { in resetCommandPoolStagingInfo() 7609 void addToCommandPool(VkCommandPool commandPool, in addToCommandPool() 7620 void clearCommandPool(VkCommandPool commandPool) { in clearCommandPool() 7772 void ResourceTracker::addToCommandPool(VkCommandPool commandPool, in addToCommandPool() 7777 void ResourceTracker::resetCommandPoolStagingInfo(VkCommandPool commandPool) { in resetCommandPoolStagingInfo()
|
| D | func_table.cpp | 805 static void entry_vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, in entry_vkDestroyCommandPool() 811 static VkResult entry_vkResetCommandPool(VkDevice device, VkCommandPool commandPool, in entry_vkResetCommandPool() 838 static void entry_vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, in entry_vkFreeCommandBuffers() 1419 static void entry_vkTrimCommandPool(VkDevice device, VkCommandPool commandPool, in entry_vkTrimCommandPool() 1425 static void dynCheck_entry_vkTrimCommandPool(VkDevice device, VkCommandPool commandPool, in dynCheck_entry_vkTrimCommandPool() 3050 static void entry_vkTrimCommandPoolKHR(VkDevice device, VkCommandPool commandPool, in entry_vkTrimCommandPoolKHR() 3056 static void dynCheck_entry_vkTrimCommandPoolKHR(VkDevice device, VkCommandPool commandPool, in dynCheck_entry_vkTrimCommandPoolKHR()
|
| D | VkEncoder.cpp | 10829 void VkEncoder::vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, in vkDestroyCommandPool() 10949 VkResult VkEncoder::vkResetCommandPool(VkDevice device, VkCommandPool commandPool, in vkResetCommandPool() 11173 void VkEncoder::vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, in vkFreeCommandBuffers() 18412 void VkEncoder::vkTrimCommandPool(VkDevice device, VkCommandPool commandPool, in vkTrimCommandPool() 32092 void VkEncoder::vkTrimCommandPoolKHR(VkDevice device, VkCommandPool commandPool, in vkTrimCommandPoolKHR()
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan_funcs.hpp | 3249 VULKAN_HPP_NAMESPACE::CommandPool commandPool; in createCommandPool() local 3263 VULKAN_HPP_NAMESPACE::CommandPool commandPool; in createCommandPoolUnique() local 3274 …VULKAN_HPP_INLINE void Device::destroyCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool, … in destroyCommandPool() 3282 …VULKAN_HPP_INLINE void Device::destroyCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool, … in destroyCommandPool() 3297 …VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::CommandPool commandPool, const VULKA… in destroy() 3305 …VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::CommandPool commandPool, Optional<co… in destroy() 3321 …RD VULKAN_HPP_INLINE Result Device::resetCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPoo… in resetCommandPool() 3328 …ResultValueType<void>::type Device::resetCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPoo… in resetCommandPool() 3419 …VULKAN_HPP_INLINE void Device::freeCommandBuffers( VULKAN_HPP_NAMESPACE::CommandPool commandPool, … in freeCommandBuffers() 3427 …VULKAN_HPP_INLINE void Device::freeCommandBuffers( VULKAN_HPP_NAMESPACE::CommandPool commandPool, … in freeCommandBuffers() [all …]
|
| D | vulkan_handles.hpp | 5459 VULKAN_HPP_TYPESAFE_EXPLICIT CommandPool( VkCommandPool commandPool ) VULKAN_HPP_NOEXCEPT in CommandPool() 5464 CommandPool & operator=(VkCommandPool commandPool) VULKAN_HPP_NOEXCEPT in operator =()
|
| D | vulkan.hpp | 1867 …void vkDestroyCommandPool( VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks… in vkDestroyCommandPool() 1873 …VkResult vkResetCommandPool( VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags f… in vkResetCommandPool() 1885 …void vkFreeCommandBuffers( VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount… in vkFreeCommandBuffers() 2277 …void vkTrimCommandPool( VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags )… in vkTrimCommandPool() 3219 …void vkTrimCommandPoolKHR( VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flag… in vkTrimCommandPoolKHR()
|
| D | vulkan_raii.hpp | 4690 VkCommandPool commandPool; in create() local 4714 …PP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkCommandPool commandPool, VULKAN_… in CommandPool() 4829 …P_RAII_NAMESPACE::Device const & device, VkCommandBuffer commandBuffer, VkCommandPool commandPool ) in CommandBuffer()
|
| D | vulkan_core.h | 3707 VkCommandPool commandPool; member
|
| D | vulkan_structs.hpp | 12948 VULKAN_HPP_NAMESPACE::CommandPool commandPool = {}; member
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/ |
| D | goldfish_vk_baseprotodefs.proto | 2444 optional uint64 commandPool = 2; field 2453 optional uint64 commandPool = 2; field 2464 optional uint64 commandPool = 3; field 2484 optional uint64 commandPool = 2; field 3812 optional uint64 commandPool = 2; field 5125 optional uint64 commandPool = 2; field
|