Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/
DCompositorVk.cpp133 VkCommandPool commandPool, VkSampler sampler) { in create()
152 VkCommandPool commandPool, uint32_t maxFramesInFlight) in CompositorVk()
/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/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DContextVk.h46 vk::CommandPool commandPool; member
DContextVk.cpp409 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/
DVkCommonOperations.h109 VkCommandPool commandPool = VK_NULL_HANDLE; member
DVkDecoderGlobalState.cpp3692 VkCommandPool commandPool, in on_vkDestroyCommandPool()
3710 VkCommandPool commandPool, in on_vkResetCommandPool()
3835 VkCommandPool commandPool, in on_vkFreeCommandBuffers()
7574 VkCommandPool commandPool, in on_vkDestroyCommandPool()
7582 VkCommandPool commandPool, in on_vkResetCommandPool()
7621 VkCommandPool commandPool, in on_vkFreeCommandBuffers()
DVkDecoderSnapshot.cpp1325 VkCommandPool commandPool, in vkDestroyCommandPool()
1339 VkCommandPool commandPool, in vkResetCommandPool()
1370 VkCommandPool commandPool, in vkFreeCommandBuffers()
2107 VkCommandPool commandPool, in vkTrimCommandPool()
3072 VkCommandPool commandPool, in vkTrimCommandPoolKHR()
8172 VkCommandPool commandPool, in vkDestroyCommandPool()
8185 VkCommandPool commandPool, in vkResetCommandPool()
8210 VkCommandPool commandPool, in vkFreeCommandBuffers()
9072 VkCommandPool commandPool, in vkTrimCommandPool()
10108 VkCommandPool commandPool, in vkTrimCommandPoolKHR()
DVkDecoder.cpp5189 VkCommandPool commandPool; in decode() local
5239 VkCommandPool commandPool; in decode() local
5334 VkCommandPool commandPool; in decode() local
8510 VkCommandPool commandPool; in decode() local
12993 VkCommandPool commandPool; in decode() local
/device/generic/vulkan-cereal/include/vulkan/
Dvulkan_funcs.hpp4176 VULKAN_HPP_NAMESPACE::CommandPool commandPool; in createCommandPool() local
4195 VULKAN_HPP_NAMESPACE::CommandPool commandPool; in createCommandPoolUnique() local
4210 …N_HPP_INLINE void Device::destroyCommandPool( VULKAN_HPP_NAMESPACE::CommandPool co… in destroyCommandPool()
4223 … Device::destroyCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool, in destroyCommandPool()
4236 …VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::CommandPool commandP… in destroy()
4248 …VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::CommandPool … in destroy()
4263 Device::resetCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool, in resetCommandPool()
4274 Device::resetCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool, in resetCommandPool()
4397 …LKAN_HPP_INLINE void Device::freeCommandBuffers( VULKAN_HPP_NAMESPACE::CommandPool comma… in freeCommandBuffers()
4412 …Device::freeCommandBuffers( VULKAN_HPP_NAMESPACE::CommandPool commandP… in freeCommandBuffers()
[all …]
Dvk_dispatch_table_helper.h50 static VKAPI_ATTR void VKAPI_CALL StubTrimCommandPool(VkDevice device, VkCommandPool commandPool, V… in StubTrimCommandPool()
174 static VKAPI_ATTR void VKAPI_CALL StubTrimCommandPoolKHR(VkDevice device, VkCommandPool commandPool in StubTrimCommandPoolKHR()
Dvulkan_handles.hpp5399 VULKAN_HPP_TYPESAFE_EXPLICIT CommandPool( VkCommandPool commandPool ) VULKAN_HPP_NOEXCEPT in CommandPool()
5404 CommandPool & operator=( VkCommandPool commandPool ) VULKAN_HPP_NOEXCEPT in operator =()
Dvulkan.hpp2057 VkCommandPool commandPool, in vkDestroyCommandPool()
2064 VkCommandPool commandPool, in vkResetCommandPool()
2078 VkCommandPool commandPool, in vkFreeCommandBuffers()
2644 VkCommandPool commandPool, in vkTrimCommandPool()
3568 VkCommandPool commandPool, in vkTrimCommandPoolKHR()
Dvulkan_raii.hpp4352VkCommandPool commandPool, in CommandPool()
4443 VkCommandPool commandPool ) in CommandBuffer()
Dvulkan_core.h3418 VkCommandPool commandPool; member
Dvulkan_structs.hpp11387 VULKAN_HPP_NAMESPACE::CommandPool commandPool = {}; member
/device/generic/goldfish-opengl/system/vulkan_enc/
DResourceTracker.cpp526 forAllObjects(cb->poolObjects, [cb](void* commandPool) { in unregister_VkCommandBuffer()
7974 void resetCommandPoolStagingInfo(VkCommandPool commandPool) { in resetCommandPoolStagingInfo()
7984 void addToCommandPool(VkCommandPool commandPool, in addToCommandPool()
7995 void clearCommandPool(VkCommandPool commandPool) { in clearCommandPool()
8119 void ResourceTracker::addToCommandPool(VkCommandPool commandPool, in addToCommandPool()
8124 void ResourceTracker::resetCommandPoolStagingInfo(VkCommandPool commandPool) { in resetCommandPoolStagingInfo()
Dfunc_table.cpp1002 VkCommandPool commandPool, in entry_vkDestroyCommandPool()
1011 VkCommandPool commandPool, in entry_vkResetCommandPool()
1040 VkCommandPool commandPool, in entry_vkFreeCommandBuffers()
1851 VkCommandPool commandPool, in entry_vkTrimCommandPool()
1860 VkCommandPool commandPool, in dynCheck_entry_vkTrimCommandPool()
3437 VkCommandPool commandPool, in entry_vkTrimCommandPoolKHR()
3446 VkCommandPool commandPool, in dynCheck_entry_vkTrimCommandPoolKHR()
DVkEncoder.cpp7142 VkCommandPool commandPool, in vkDestroyCommandPool()
7219 VkCommandPool commandPool, in vkResetCommandPool()
7356 VkCommandPool commandPool, in vkFreeCommandBuffers()
12108 VkCommandPool commandPool, in vkTrimCommandPool()
18344 VkCommandPool commandPool, in vkTrimCommandPoolKHR()
/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
/device/generic/vulkan-cereal/protocols/vulkan/include/vulkan/
Dvulkan_core.h2592 VkCommandPool commandPool; member
/device/generic/vulkan-cereal/protocols/vulkan/gen/include/vulkan/
Dvulkan_core.h3435 VkCommandPool commandPool; member