Home
last modified time | relevance | path

Searched defs:commandPool (Results 1 – 20 of 20) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/vulkan/testing/
DVulkanTestHelper.h95 VkCommandPool commandPool() { return mCommandPool; } in commandPool() function
DVkDecoderTestDispatch.h163 void vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, in vkDestroyCommandPool()
214 void vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, in vkFreeCommandBuffers()
/device/generic/vulkan-cereal/stream-servers/vulkan/
DDisplayVk.cpp731 const VulkanDispatch& vk, VkDevice device, VkCommandPool commandPool) { in create()
757 VkCommandPool commandPool, VkFence fence, in ImageBorrowResource()
DCompositorVk.cpp496 VkCommandPool commandPool = VK_NULL_HANDLE; in setUpCommandPool() local
DVkCommonOperations.h145 VkCommandPool commandPool = VK_NULL_HANDLE; member
DVkDecoderGlobalState.cpp3872 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()
DVkDecoderSnapshot.cpp935 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()
DVkDecoder.cpp6016 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/
Dvulkanhal_unittest.cpp1694 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/
Dapi_gen.cpp1111 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/
DResourceTracker.cpp484 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()
Dfunc_table.cpp805 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()
DVkEncoder.cpp10829 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/
Dvulkan_funcs.hpp3249 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 …]
Dvulkan_handles.hpp5459 VULKAN_HPP_TYPESAFE_EXPLICIT CommandPool( VkCommandPool commandPool ) VULKAN_HPP_NOEXCEPT in CommandPool()
5464 CommandPool & operator=(VkCommandPool commandPool) VULKAN_HPP_NOEXCEPT in operator =()
Dvulkan.hpp1867 …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()
Dvulkan_raii.hpp4690 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()
Dvulkan_core.h3707 VkCommandPool commandPool; member
Dvulkan_structs.hpp12948 VULKAN_HPP_NAMESPACE::CommandPool commandPool = {}; member
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto2444 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