Home
last modified time | relevance | path

Searched refs:kVulkanObjectTypeDescriptorPool (Results 1 – 6 of 6) sorted by relevance

/external/vulkan-validation-layers/layers/
Dobject_tracker_utils.cpp117 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 …]
Dobject_lifetime_validation.h203 if (object_type == kVulkanObjectTypeDescriptorPool) { in CreateObject()
Ddescriptor_sets.cpp1180 …o inserted2 = cb_node->object_bindings.emplace(pool_state_->pool, kVulkanObjectTypeDescriptorPool); in UpdateDrawState()
Dcore_validation.cpp2095 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/
Dvk_object_types.h61 kVulkanObjectTypeDescriptorPool = 22, enumerator
445 static const VulkanObjectType kVulkanObjectType = kVulkanObjectTypeDescriptorPool;
452 template <> struct VulkanObjectTypeInfo<kVulkanObjectTypeDescriptorPool> {
Dobject_tracker.cpp55 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeDescriptorPool, error_code); in ReportUndestroyedObjects()
93 DeviceDestroyUndestroyedObjects(device, kVulkanObjectTypeDescriptorPool); in DestroyUndestroyedObjects()
1298 CreateObject(device, *pDescriptorPool, kVulkanObjectTypeDescriptorPool, pAllocator); in PostCallRecordCreateDescriptorPool()