• Home
  • Raw
  • Download

Lines Matching refs:descriptorPool

398 …jectLifetimes::PreCallValidateResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool,  in PreCallValidateResetDescriptorPool()  argument
406 ValidateObject(device, descriptorPool, kVulkanObjectTypeDescriptorPool, false, in PreCallValidateResetDescriptorPool()
409 auto itr = object_map[kVulkanObjectTypeDescriptorPool].find(HandleToUint64(descriptorPool)); in PreCallValidateResetDescriptorPool()
420 …ObjectLifetimes::PreCallRecordResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, in PreCallRecordResetDescriptorPool() argument
425 auto itr = object_map[kVulkanObjectTypeDescriptorPool].find(HandleToUint64(descriptorPool)); in PreCallRecordResetDescriptorPool()
589 …skip |= ValidateObject(device, pAllocateInfo->descriptorPool, kVulkanObjectTypeDescriptorPool, fal… in PreCallValidateAllocateDescriptorSets()
605 AllocateDescriptorSet(device, pAllocateInfo->descriptorPool, pDescriptorSets[i]); in PostCallRecordAllocateDescriptorSets()
650 …bjectLifetimes::PreCallValidateFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, in PreCallValidateFreeDescriptorSets() argument
656 skip |= ValidateObject(device, descriptorPool, kVulkanObjectTypeDescriptorPool, false, in PreCallValidateFreeDescriptorSets()
660 skip |= ValidateDescriptorSet(device, descriptorPool, pDescriptorSets[i]); in PreCallValidateFreeDescriptorSets()
667 …s::PreCallRecordFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t desc… in PreCallRecordFreeDescriptorSets() argument
671 auto itr = object_map[kVulkanObjectTypeDescriptorPool].find(HandleToUint64(descriptorPool)); in PreCallRecordFreeDescriptorSets()
683 …ctLifetimes::PreCallValidateDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, in PreCallValidateDestroyDescriptorPool() argument
689 skip |= ValidateObject(device, descriptorPool, kVulkanObjectTypeDescriptorPool, true, in PreCallValidateDestroyDescriptorPool()
693 auto itr = object_map[kVulkanObjectTypeDescriptorPool].find(HandleToUint64(descriptorPool)); in PreCallValidateDestroyDescriptorPool()
701 … skip |= ValidateDestroyObject(device, descriptorPool, kVulkanObjectTypeDescriptorPool, pAllocator, in PreCallValidateDestroyDescriptorPool()
706 …jectLifetimes::PreCallRecordDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, in PreCallRecordDestroyDescriptorPool() argument
709 auto itr = object_map[kVulkanObjectTypeDescriptorPool].find(HandleToUint64(descriptorPool)); in PreCallRecordDestroyDescriptorPool()
717 RecordDestroyObject(device, descriptorPool, kVulkanObjectTypeDescriptorPool); in PreCallRecordDestroyDescriptorPool()