Home
last modified time | relevance | path

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

12

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseBinding.cpp238 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, comput… in iterate() local
DvktSparseResourcesImageSparseBinding.cpp282 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, compu… in iterate() local
DvktSparseResourcesBufferSparseResidency.cpp296 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, compu… in iterate() local
DvktSparseResourcesBufferMemoryAliasing.cpp298 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, compu… in iterate() local
DvktSparseResourcesMipmapSparseResidency.cpp432 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, compu… in iterate() local
DvktSparseResourcesImageSparseResidency.cpp542 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, compu… in iterate() local
DvktSparseResourcesTestsUtil.cpp284 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer()
/external/vulkan-validation-layers/layers/
Dobject_tracker.h462 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()
Ddevice_limits.cpp482 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()
Dthreading.cpp323 void VKAPI_CALL vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBu… in vkFreeCommandBuffers()
Dparameter_validation.cpp3980 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()
Dcore_validation.cpp301 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/
DvktComputeTestsUtil.cpp101 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp1363 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/
DvktMemoryPipelineBarrierTests.cpp1862 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/
DvktImageTestsUtil.cpp237 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer()
/external/deqp/external/vulkancts/modules/vulkan/
DvktSynchronization.cpp400 vk::Move<VkCommandPool> commandPool; in createCommandBuffer() local
578 vk::Move<VkCommandPool> commandPool; member
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl350 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…
DvkNullDriver.cpp651 VKAPI_ATTR void VKAPI_CALL freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32… in freeCommandBuffers()
DvkNullDriverImpl.inl296 VKAPI_ATTR void VKAPI_CALL destroyCommandPool (VkDevice device, VkCommandPool commandPool, const Vk…
576 VKAPI_ATTR VkResult VKAPI_CALL resetCommandPool (VkDevice device, VkCommandPool commandPool, VkComm…
DvkStructTypes.inl1007 VkCommandPool commandPool; member
/external/vulkan-validation-layers/loader/
Dtrampoline.c1602 vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool,
1612 vkResetCommandPool(VkDevice device, VkCommandPool commandPool,
1643 vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool,
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineEarlyFragmentTests.cpp195 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2010 CommandPool::Parameters commandPool; member
2022 Dependency<CommandPool> commandPool; member
2429 CaseDescription<CommandPool> commandPool; member
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2046 VkCommandPool commandPool; member

12