Home
last modified time | relevance | path

Searched refs:GetCommandPoolNode (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp236 COMMAND_POOL_NODE *CoreChecks::GetCommandPoolNode(VkCommandPool pool) { in GetCommandPoolNode() function in CoreChecks
1857 auto pool = GetCommandPoolNode(cb_node->createInfo.commandPool); in ValidateCmdQueueFlags()
2052 base_ptr = GetCommandPoolNode(reinterpret_cast<VkCommandPool &>(object_struct.handle)); in GetStateStructPtrFromObject()
2893 auto pPool = GetCommandPoolNode(pCB->createInfo.commandPool); in ValidateQueueFamilyIndices()
4802 auto pPool = GetCommandPoolNode(commandPool); in PreCallRecordFreeCommandBuffers()
4849 COMMAND_POOL_NODE *cp_state = GetCommandPoolNode(commandPool); in PreCallValidateDestroyCommandPool()
4864 COMMAND_POOL_NODE *cp_state = GetCommandPoolNode(commandPool); in PreCallRecordDestroyCommandPool()
4877 auto command_pool_state = GetCommandPoolNode(commandPool); in PreCallValidateResetCommandPool()
4887 auto command_pool_state = GetCommandPoolNode(commandPool); in PostCallRecordResetCommandPool()
6215 auto pPool = GetCommandPoolNode(pCreateInfo->commandPool); in PostCallRecordAllocateCommandBuffers()
[all …]
Dbuffer_validation.cpp856 auto pool = GetCommandPoolNode(cb_state->createInfo.commandPool); in IsReleaseOp()
865 auto pool = GetCommandPoolNode(cb_state->createInfo.commandPool); in ValidateQFOTransferBarrierUniqueness()
904 auto pool = GetCommandPoolNode(cb_state->createInfo.commandPool); in RecordQFOTransferBarriers()
1940 auto pPool = GetCommandPoolNode(cb_node->createInfo.commandPool); in GetScaledItg()
4881 auto pPool = GetCommandPoolNode(cb_node->createInfo.commandPool); in PreCallValidateCmdCopyImageToBuffer()
4970 auto pPool = GetCommandPoolNode(cb_node->createInfo.commandPool); in PreCallValidateCmdCopyBufferToImage()
Dcore_validation.h263 COMMAND_POOL_NODE* GetCommandPoolNode(VkCommandPool pool);