/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshotUtils.h | 27 VkCommandPool commandPool; member
|
D | DisplayVk.cpp | 724 const VulkanDispatch& vk, VkDevice device, VkCommandPool commandPool) { in create() 750 VkCommandPool commandPool, VkFence fence, in ImageBorrowResource()
|
D | CompositorVk.cpp | 529 VkCommandPool commandPool = VK_NULL_HANDLE; in setUpCommandPool() local
|
D | VkDecoderGlobalState.cpp | 6153 VkDevice device, VulkanDispatch* deviceDispatch, VkCommandPool commandPool, in destroyCommandPoolWithExclusiveInfo() 6171 VkCommandPool commandPool, in destroyCommandPoolLocked() 6184 VkDevice boxed_device, VkCommandPool commandPool, in on_vkDestroyCommandPool() 6194 VkDevice boxed_device, VkCommandPool commandPool, in on_vkResetCommandPool() 6487 auto commandPool = commandBufferInfo.cmdPool; in freeCommandBufferWithExclusiveInfos() local 6506 VkCommandPool commandPool, VkCommandBuffer commandBuffer) in freeCommandBufferLocked() 6522 VkDevice boxed_device, VkCommandPool commandPool, in on_vkFreeCommandBuffers() 9937 VkDevice device, VkCommandPool commandPool, in on_vkDestroyCommandPool() 9944 VkDevice device, VkCommandPool commandPool, in on_vkResetCommandPool() 9987 VkDevice device, VkCommandPool commandPool, in on_vkFreeCommandBuffers()
|
D | VkDecoder.cpp | 6026 VkCommandPool commandPool; in decode() local 6082 VkCommandPool commandPool; in decode() local 6204 VkCommandPool commandPool; in decode() local 9872 VkCommandPool commandPool; in decode() local 14327 VkCommandPool commandPool; in decode() local
|
D | VkDecoderSnapshot.cpp | 974 VkDevice device, VkCommandPool commandPool, in vkDestroyCommandPool() 982 VkResult input_result, VkDevice device, VkCommandPool commandPool, in vkResetCommandPool() 1008 VkDevice device, VkCommandPool commandPool, in vkFreeCommandBuffers() 1826 VkCommandPool commandPool, VkCommandPoolTrimFlags flags) {} in vkTrimCommandPool() 2623 VkDevice device, VkCommandPool commandPool, in vkTrimCommandPoolKHR() 4931 VkDevice device, VkCommandPool commandPool, in vkDestroyCommandPool() 4942 VkCommandPool commandPool, in vkResetCommandPool() 4961 VkDevice device, VkCommandPool commandPool, in vkFreeCommandBuffers() 5646 VkDevice device, VkCommandPool commandPool, in vkTrimCommandPool() 6429 VkDevice device, VkCommandPool commandPool, in vkTrimCommandPoolKHR()
|
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VulkanTestHelper.h | 95 VkCommandPool commandPool() { return mCommandPool; } in commandPool() function
|
D | VkDecoderTestDispatch.h | 174 void vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, in vkDestroyCommandPool() 226 void vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, in vkFreeCommandBuffers()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndTestUtils.cpp | 86 auto commandPool = device->createCommandPoolUnique(commandPoolCreateInfo).value; in readImageData() local
|
D | GfxstreamEnd2EndVkTests.cpp | 135 auto commandPool = local 1332 auto commandPool = device->createCommandPoolUnique(commandPoolCreateInfo).value; in TEST_P() local 2129 auto commandPool = device->createCommandPoolUnique(commandPoolCreateInfo).value; in TEST_P() local 2304 auto commandPool = in TEST_P() local
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 237 auto commandPool = VK_EXPECT_RV(device->createCommandPoolUnique(commandPoolCreateInfo)); in Load() local
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_funcs.hpp | 2805 VULKAN_HPP_NAMESPACE::CommandPool commandPool; in createCommandPool() local 2819 VULKAN_HPP_NAMESPACE::CommandPool commandPool; in createCommandPoolUnique() local 2831 …RD VULKAN_HPP_INLINE Result Device::resetCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPoo… in resetCommandPool() 2838 …ResultValueType<void>::type Device::resetCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPoo… in resetCommandPool() 2929 …VULKAN_HPP_INLINE void Device::freeCommandBuffers( VULKAN_HPP_NAMESPACE::CommandPool commandPool, … in freeCommandBuffers() 2937 …VULKAN_HPP_INLINE void Device::freeCommandBuffers( VULKAN_HPP_NAMESPACE::CommandPool commandPool, … in freeCommandBuffers() 5503 …_INLINE void Device::getCommandPoolMemoryConsumption( VULKAN_HPP_NAMESPACE::CommandPool commandPoo… in getCommandPoolMemoryConsumption() 5511 …yConsumption Device::getCommandPoolMemoryConsumption( VULKAN_HPP_NAMESPACE::CommandPool commandPoo… in getCommandPoolMemoryConsumption()
|
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 | vulkansc_handles.hpp | 3089 VULKAN_HPP_TYPESAFE_EXPLICIT CommandPool( VkCommandPool commandPool ) VULKAN_HPP_NOEXCEPT in CommandPool() 3094 CommandPool & operator=(VkCommandPool commandPool) VULKAN_HPP_NOEXCEPT in operator =()
|
D | vulkan_handles.hpp | 6260 VULKAN_HPP_TYPESAFE_EXPLICIT CommandPool( VkCommandPool commandPool ) VULKAN_HPP_NOEXCEPT in CommandPool() 6265 CommandPool & operator=(VkCommandPool commandPool) VULKAN_HPP_NOEXCEPT in operator =()
|
D | vulkansc.hpp | 1468 …VkResult vkResetCommandPool( VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags f… in vkResetCommandPool() 1480 …void vkFreeCommandBuffers( VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount… in vkFreeCommandBuffers() 2208 …void vkGetCommandPoolMemoryConsumption( VkDevice device, VkCommandPool commandPool, VkCommandBuffe… in vkGetCommandPoolMemoryConsumption()
|
D | vulkansc_raii.hpp | 2192 …PP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkCommandPool commandPool, VULKAN_… in CommandPool() 2300 …P_RAII_NAMESPACE::Device const & device, VkCommandBuffer commandBuffer, VkCommandPool commandPool ) in CommandBuffer()
|
D | vulkan.hpp | 1529 …void vkDestroyCommandPool( VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks… in vkDestroyCommandPool() 1535 …VkResult vkResetCommandPool( VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags f… in vkResetCommandPool() 1547 …void vkFreeCommandBuffers( VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount… in vkFreeCommandBuffers() 1939 …void vkTrimCommandPool( VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags )… in vkTrimCommandPool() 2881 …void vkTrimCommandPoolKHR( VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flag… in vkTrimCommandPoolKHR()
|
D | vulkan_raii.hpp | 4619 …PP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkCommandPool commandPool, VULKAN_… in CommandPool() 4732 …P_RAII_NAMESPACE::Device const & device, VkCommandBuffer commandBuffer, VkCommandPool commandPool ) in CommandBuffer()
|
D | vulkan_core.h | 3880 VkCommandPool commandPool; member
|
D | vulkansc_structs.hpp | 5525 VULKAN_HPP_NAMESPACE::CommandPool commandPool = {}; member
|
D | vulkan_structs.hpp | 13539 VULKAN_HPP_NAMESPACE::CommandPool commandPool = {}; member
|