/external/skia/src/gpu/vk/ |
D | GrVkCommandPool.cpp | 28 GrVkCommandPool::GrVkCommandPool(const GrVkGpu* gpu, VkCommandPool commandPool) in GrVkCommandPool()
|
D | GrVkCommandBuffer.h | 74 GrVkCommandPool* commandPool() { return fCmdPool; } in commandPool() function
|
/external/skqp/src/gpu/vk/ |
D | GrVkCommandPool.cpp | 28 GrVkCommandPool::GrVkCommandPool(const GrVkGpu* gpu, VkCommandPool commandPool) in GrVkCommandPool()
|
D | GrVkCommandBuffer.h | 73 GrVkCommandPool* commandPool() { return fCmdPool; } in commandPool() function
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiPipelineTests.cpp | 67 …uffer> createCommandBuffer (const DeviceInterface& vkd, VkDevice device, VkCommandPool commandPool) in createCommandBuffer() 135 …const Unique<VkCommandPool> commandPool (createCommandPool(vk, device, &commandPoolParam… in renderpassLifetimeTest() local 513 …const Unique<VkCommandPool> commandPool (createCommandPool(vk, device, &commandPoolParams, DE_… in framebufferCompatibleRenderPassTest() local 866 …const Unique<VkCommandPool> commandPool (createCommandPool(vk, device, &commandPoolParams, … in pipelineLayoutLifetimeGraphicsTest() local 1190 …const Unique<VkCommandPool> commandPool (createCommandPool(vk, device, &commandPoolParams, … in pipelineLayoutLifetimeComputeTest() local
|
D | vktApiNullHandleTests.cpp | 52 inline void release (Context& context, VkCommandPool commandPool, const VkAllocationCallbacks* pAll… in release()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_cmd_buffer.c | 278 VkCommandPool commandPool, in anv_FreeCommandBuffers() 813 VkCommandPool commandPool, in anv_DestroyCommandPool() 832 VkCommandPool commandPool, in anv_ResetCommandPool() 847 VkCommandPool commandPool, in anv_TrimCommandPoolKHR()
|
D | anv_dump.c | 267 VkCommandPool commandPool; in anv_dump_image_to_ppm() local
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryBindingTests.cpp | 399 VkCommandPool commandPool) in createCommandBuffer() 630 …Move<VkCommandPool> commandPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE… in fillUpResource() local 657 …Move<VkCommandPool> commandPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE… in fillUpResource() local 709 …Move<VkCommandPool> commandPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE… in readUpResource() local 742 …Move<VkCommandPool> commandPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE… in layoutTransitionResource() local
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkRefUtil.cpp | 121 VkCommandPool commandPool, in allocateCommandBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleBaseResolve.cpp | 274 …const Unique<VkCommandPool> commandPool(createCommandPool(deviceInterface, device, VK_COMMAND_PO… in iterate() local
|
D | vktPipelineMakeUtil.cpp | 75 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer()
|
D | vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp | 532 …const Unique<VkCommandPool> commandPool(createCommandPool(deviceInterface, device, VK_COMMAND_PO… in iterate() local
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferSparseBinding.cpp | 247 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQueu… in iterate() local
|
D | vktSparseResourcesBufferSparseResidency.cpp | 295 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQue… in iterate() local
|
D | vktSparseResourcesBufferMemoryAliasing.cpp | 302 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQue… in iterate() local
|
D | vktSparseResourcesShaderIntrinsicsBase.cpp | 485 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), extractQue… in iterate() local
|
D | vktSparseResourcesImageSparseBinding.cpp | 271 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQue… in iterate() local
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 377 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQue… in iterate() local
|
/external/vulkan-validation-layers/layers/ |
D | object_tracker_utils.cpp | 656 bool ObjectLifetimes::PreCallValidateFreeCommandBuffers(VkDevice device, VkCommandPool commandPool,… in PreCallValidateFreeCommandBuffers() 673 void ObjectLifetimes::PreCallRecordFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, u… in PreCallRecordFreeCommandBuffers() 768 bool ObjectLifetimes::PreCallValidateDestroyCommandPool(VkDevice device, VkCommandPool commandPool, in PreCallValidateDestroyCommandPool() 791 void ObjectLifetimes::PreCallRecordDestroyCommandPool(VkDevice device, VkCommandPool commandPool, in PreCallRecordDestroyCommandPool()
|
/external/swiftshader/src/Vulkan/ |
D | VkPromotedExtensions.cpp | 168 VKAPI_ATTR void VKAPI_CALL vkTrimCommandPoolKHR(VkDevice device, VkCommandPool commandPool, VkComma… in vkTrimCommandPoolKHR()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSwapchainTests.cpp | 1170 const VkCommandPool commandPool, in allocateCommandBuffers() 1204 …const Unique<VkCommandPool> commandPool (createCommandPool(vkd, device, VK_COMMAND_POOL_CREAT… in basicRenderTest() local 1354 …const Unique<VkCommandPool> commandPool (createCommandPool(vkd, device, VK_COMMAND_POOL_CREAT… in resizeSwapchainTest() local
|
D | vktWsiColorSpaceTests.cpp | 783 const VkCommandPool commandPool, in allocateCommandBuffers() 855 …const Unique<VkCommandPool> commandPool (createCommandPool(vkd, device, VK_COMMAND_POOL_CREAT… in surfaceFormatRenderTest() local
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemWsiSwapchainTests.cpp | 1093 const vk::VkCommandPool commandPool, in allocateCommandBuffers() 1133 …const vk::Unique<vk::VkCommandPool> commandPool (makeCommandPool(vkd, device, PROTECTION_ENAB… in basicRenderTest() local
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationUtil.cpp | 52 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer()
|