Searched refs:kVulkanObjectTypeDescriptorPool (Results 1 – 6 of 6) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | object_tracker_utils.cpp | 117 auto itr = object_map[kVulkanObjectTypeDescriptorPool].find(HandleToUint64(descriptor_pool)); in AllocateDescriptorSet() 118 if (itr != object_map[kVulkanObjectTypeDescriptorPool].end()) { in AllocateDescriptorSet() 406 ValidateObject(device, descriptorPool, kVulkanObjectTypeDescriptorPool, false, in PreCallValidateResetDescriptorPool() 409 auto itr = object_map[kVulkanObjectTypeDescriptorPool].find(HandleToUint64(descriptorPool)); in PreCallValidateResetDescriptorPool() 410 if (itr != object_map[kVulkanObjectTypeDescriptorPool].end()) { in PreCallValidateResetDescriptorPool() 425 auto itr = object_map[kVulkanObjectTypeDescriptorPool].find(HandleToUint64(descriptorPool)); in PreCallRecordResetDescriptorPool() 426 if (itr != object_map[kVulkanObjectTypeDescriptorPool].end()) { in PreCallRecordResetDescriptorPool() 589 …skip |= ValidateObject(device, pAllocateInfo->descriptorPool, kVulkanObjectTypeDescriptorPool, fal… in PreCallValidateAllocateDescriptorSets() 656 skip |= ValidateObject(device, descriptorPool, kVulkanObjectTypeDescriptorPool, false, in PreCallValidateFreeDescriptorSets() 671 auto itr = object_map[kVulkanObjectTypeDescriptorPool].find(HandleToUint64(descriptorPool)); in PreCallRecordFreeDescriptorSets() [all …]
|
D | object_lifetime_validation.h | 203 if (object_type == kVulkanObjectTypeDescriptorPool) { in CreateObject()
|
D | descriptor_sets.cpp | 1180 …o inserted2 = cb_node->object_bindings.emplace(pool_state_->pool, kVulkanObjectTypeDescriptorPool); in UpdateDrawState()
|
D | core_validation.cpp | 2095 case kVulkanObjectTypeDescriptorPool: { in GetStateStructPtrFromObject() 4706 const VulkanTypedHandle obj_struct(descriptorPool, kVulkanObjectTypeDescriptorPool); in PreCallValidateDestroyDescriptorPool() 4719 const VulkanTypedHandle obj_struct(descriptorPool, kVulkanObjectTypeDescriptorPool); in PreCallRecordDestroyDescriptorPool()
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_object_types.h | 61 kVulkanObjectTypeDescriptorPool = 22, enumerator 445 static const VulkanObjectType kVulkanObjectType = kVulkanObjectTypeDescriptorPool; 452 template <> struct VulkanObjectTypeInfo<kVulkanObjectTypeDescriptorPool> {
|
D | object_tracker.cpp | 55 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeDescriptorPool, error_code); in ReportUndestroyedObjects() 93 DeviceDestroyUndestroyedObjects(device, kVulkanObjectTypeDescriptorPool); in DestroyUndestroyedObjects() 1298 CreateObject(device, *pDescriptorPool, kVulkanObjectTypeDescriptorPool, pAllocator); in PostCallRecordCreateDescriptorPool()
|