• Home
  • Raw
  • Download

Lines Matching refs:GetCommandPoolNode

236 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()
6311 auto pPool = GetCommandPoolNode(cmdPool); in PreCallValidateBeginCommandBuffer()
6405 auto pPool = GetCommandPoolNode(cmdPool); in PreCallValidateResetCommandBuffer()
7055 auto pool = GetCommandPoolNode(cb_state->createInfo.commandPool); in ValidatePipelineBindPoint()
8495 auto pool = GetCommandPoolNode(cb_state->createInfo.commandPool); in ComputeBarrierOperationsType()
10525 auto primary_pool = GetCommandPoolNode(pCB->createInfo.commandPool); in ValidateSecondaryCommandBufferState()
10526 auto secondary_pool = GetCommandPoolNode(pSubCB->createInfo.commandPool); in ValidateSecondaryCommandBufferState()