/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferSparseBinding.cpp | 238 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, comput… in iterate() local
|
D | vktSparseResourcesImageSparseBinding.cpp | 282 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, compu… in iterate() local
|
D | vktSparseResourcesBufferSparseResidency.cpp | 296 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, compu… in iterate() local
|
D | vktSparseResourcesBufferMemoryAliasing.cpp | 298 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, compu… in iterate() local
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 432 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, compu… in iterate() local
|
D | vktSparseResourcesImageSparseResidency.cpp | 542 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, compu… in iterate() local
|
D | vktSparseResourcesTestsUtil.cpp | 284 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer()
|
/external/vulkan-validation-layers/layers/ |
D | object_tracker.h | 462 static void alloc_command_buffer(VkDevice device, VkCommandPool commandPool, VkCommandBuffer vkObj, in alloc_command_buffer() 484 static void free_command_buffer(VkDevice device, VkCommandPool commandPool, VkCommandBuffer command… in free_command_buffer() 834 void explicit_FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBuffer… in explicit_FreeCommandBuffers() 925 void explicit_DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCall… in explicit_DestroyCommandPool()
|
D | device_limits.cpp | 482 vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllo… in vkDestroyCommandPool() 488 vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) { in vkResetCommandPool() 502 vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t count, const VkCommandBuf… in vkFreeCommandBuffers()
|
D | threading.cpp | 323 void VKAPI_CALL vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBu… in vkFreeCommandBuffers()
|
D | parameter_validation.cpp | 3980 vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllo… in vkDestroyCommandPool() 3992 bool PostResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags… in PostResetCommandPool() 4005 vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) { in vkResetCommandPool() 4056 …_EXPORT VKAPI_ATTR void VKAPI_CALL vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, in vkFreeCommandBuffers()
|
D | core_validation.cpp | 301 static void delete_cmd_buf_info(layer_data *my_data, VkCommandPool commandPool, const VkCommandBuff… in delete_cmd_buf_info() 6044 vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const… in vkFreeCommandBuffers() 6110 VkBool32 validateCommandBuffersNotInUse(const layer_data *dev_data, VkCommandPool commandPool) { in validateCommandBuffersNotInUse() 6129 vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllo… in vkDestroyCommandPool() 6184 vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) { in vkResetCommandPool()
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeTestsUtil.cpp | 101 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSwapchainTests.cpp | 1363 const VkCommandPool commandPool, in allocateCommandBuffers() 1406 …const Unique<VkCommandPool> commandPool (createCommandPool(vkd, device, VK_COMMAND_POOL_CREAT… in basicRenderTest() local 1555 …const Unique<VkCommandPool> commandPool (createCommandPool(vkd, device, VK_COMMAND_POOL_CREAT… in resizeSwapchainTest() local
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 1862 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in prepare() local 2344 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in verify() local 2514 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in prepare() local 2624 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in verify() local 2759 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in prepare() local 3009 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in verify() local 3194 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in prepare() local 3417 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in prepare() local 3532 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in verify() local 3663 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in prepare() local [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 237 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktSynchronization.cpp | 400 vk::Move<VkCommandPool> commandPool; in createCommandBuffer() local 578 vk::Move<VkCommandPool> commandPool; member
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 350 void DeviceDriver::destroyCommandPool (VkDevice device, VkCommandPool commandPool, const VkAllocati… 355 VkResult DeviceDriver::resetCommandPool (VkDevice device, VkCommandPool commandPool, VkCommandPoolR… 365 void DeviceDriver::freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 command…
|
D | vkNullDriver.cpp | 651 VKAPI_ATTR void VKAPI_CALL freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32… in freeCommandBuffers()
|
D | vkNullDriverImpl.inl | 296 VKAPI_ATTR void VKAPI_CALL destroyCommandPool (VkDevice device, VkCommandPool commandPool, const Vk… 576 VKAPI_ATTR VkResult VKAPI_CALL resetCommandPool (VkDevice device, VkCommandPool commandPool, VkComm…
|
D | vkStructTypes.inl | 1007 VkCommandPool commandPool; member
|
/external/vulkan-validation-layers/loader/ |
D | trampoline.c | 1602 vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, 1612 vkResetCommandPool(VkDevice device, VkCommandPool commandPool, 1643 vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool,
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineEarlyFragmentTests.cpp | 195 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 2010 CommandPool::Parameters commandPool; member 2022 Dependency<CommandPool> commandPool; member 2429 CaseDescription<CommandPool> commandPool; member
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 2046 VkCommandPool commandPool; member
|