| /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/vulkan-cereal/stream-servers/ |
| D | CompositorVk.cpp | 139 VkCommandPool commandPool) { in create()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
| D | ContextVk.h | 46 vk::CommandPool commandPool; member
|
| D | ContextVk.cpp | 409 vk::CommandPool *commandPool, in releaseToCommandBatch() 445 const vk::CommandPool &commandPool, in allocatePrimaryCommandBuffer() 530 vk::CommandPool *commandPool, in submitFrame()
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/ |
| D | VkCommonOperations.h | 95 VkCommandPool commandPool = VK_NULL_HANDLE; member
|
| D | VkDecoderGlobalState.cpp | 3577 VkCommandPool commandPool, in on_vkDestroyCommandPool() 3595 VkCommandPool commandPool, in on_vkResetCommandPool() 3706 VkCommandPool commandPool, in on_vkFreeCommandBuffers() 7122 VkCommandPool commandPool, in on_vkDestroyCommandPool() 7130 VkCommandPool commandPool, in on_vkResetCommandPool() 7169 VkCommandPool commandPool, in on_vkFreeCommandBuffers()
|
| D | VkDecoderSnapshot.cpp | 1325 VkCommandPool commandPool, in vkDestroyCommandPool() 1339 VkCommandPool commandPool, in vkResetCommandPool() 1370 VkCommandPool commandPool, in vkFreeCommandBuffers() 2107 VkCommandPool commandPool, in vkTrimCommandPool() 2911 VkCommandPool commandPool, in vkTrimCommandPoolKHR() 7407 VkCommandPool commandPool, in vkDestroyCommandPool() 7420 VkCommandPool commandPool, in vkResetCommandPool() 7445 VkCommandPool commandPool, in vkFreeCommandBuffers() 8307 VkCommandPool commandPool, in vkTrimCommandPool() 9158 VkCommandPool commandPool, in vkTrimCommandPoolKHR()
|
| D | VkDecoder.cpp | 5193 VkCommandPool commandPool; in decode() local 5243 VkCommandPool commandPool; in decode() local 5338 VkCommandPool commandPool; in decode() local 8517 VkCommandPool commandPool; in decode() local 12299 VkCommandPool commandPool; in decode() local
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | ResourceTracker.cpp | 503 forAllObjects(cb->poolObjects, [cb](void* commandPool) { in unregister_VkCommandBuffer() 6918 void resetCommandPoolStagingInfo(VkCommandPool commandPool) { in resetCommandPoolStagingInfo() 6928 void addToCommandPool(VkCommandPool commandPool, in addToCommandPool() 6939 void clearCommandPool(VkCommandPool commandPool) { in clearCommandPool() 7066 void ResourceTracker::addToCommandPool(VkCommandPool commandPool, in addToCommandPool() 7071 void ResourceTracker::resetCommandPoolStagingInfo(VkCommandPool commandPool) { in resetCommandPoolStagingInfo()
|
| D | func_table.cpp | 999 VkCommandPool commandPool, in entry_vkDestroyCommandPool() 1008 VkCommandPool commandPool, in entry_vkResetCommandPool() 1037 VkCommandPool commandPool, in entry_vkFreeCommandBuffers() 1815 VkCommandPool commandPool, in entry_vkTrimCommandPool() 1824 VkCommandPool commandPool, in dynCheck_entry_vkTrimCommandPool() 2938 VkCommandPool commandPool, in entry_vkTrimCommandPoolKHR() 2947 VkCommandPool commandPool, in dynCheck_entry_vkTrimCommandPoolKHR()
|
| D | VkEncoder.cpp | 7142 VkCommandPool commandPool, in vkDestroyCommandPool() 7219 VkCommandPool commandPool, in vkResetCommandPool() 7356 VkCommandPool commandPool, in vkFreeCommandBuffers() 12107 VkCommandPool commandPool, in vkTrimCommandPool() 17225 VkCommandPool commandPool, in vkTrimCommandPoolKHR()
|
| /device/generic/vulkan-cereal/include/vulkan/ |
| D | vk_dispatch_table_helper.h | 52 static VKAPI_ATTR void VKAPI_CALL StubTrimCommandPool(VkDevice device, VkCommandPool commandPool, V… in StubTrimCommandPool() 135 static VKAPI_ATTR void VKAPI_CALL StubTrimCommandPoolKHR(VkDevice device, VkCommandPool commandPool… in StubTrimCommandPoolKHR()
|
| D | vulkan.hpp | 2299 …void vkDestroyCommandPool( VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks… in vkDestroyCommandPool() 2514 …void vkFreeCommandBuffers( VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount… in vkFreeCommandBuffers() 3365 …VkResult vkResetCommandPool( VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags f… in vkResetCommandPool() 3440 …void vkTrimCommandPool( VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags )… in vkTrimCommandPool() 3445 …void vkTrimCommandPoolKHR( VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flag… in vkTrimCommandPoolKHR() 23965 VULKAN_HPP_TYPESAFE_EXPLICIT CommandPool( VkCommandPool commandPool ) VULKAN_HPP_NOEXCEPT in CommandPool() 23970 CommandPool & operator=(VkCommandPool commandPool) VULKAN_HPP_NOEXCEPT in operator =() 24137 VULKAN_HPP_NAMESPACE::CommandPool commandPool = {}; member 84197 VULKAN_HPP_NAMESPACE::CommandPool commandPool; in createCommandPool() local 84206 VULKAN_HPP_NAMESPACE::CommandPool commandPool; in createCommandPoolUnique() local [all …]
|
| D | vulkan_core.h | 3009 VkCommandPool 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
|
| /device/generic/vulkan-cereal/protocols/vulkan/include/vulkan/ |
| D | vulkan_core.h | 2592 VkCommandPool commandPool; member
|