Searched refs:VulkanObjectType (Results 1 – 5 of 5) sorted by relevance
/external/vulkan-validation-layers/layers/generated/ |
D | vk_object_types.h | 38 typedef enum VulkanObjectType { enum 82 } VulkanObjectType; typedef 301 template <VulkanObjectType id> struct VulkanObjectTypeInfo {}; 310 static const VulkanObjectType kVulkanObjectType = kVulkanObjectTypeUnknown; 323 static const VulkanObjectType kVulkanObjectType = kVulkanObjectTypeCommandBuffer; 334 static const VulkanObjectType kVulkanObjectType = kVulkanObjectTypeDevice; 345 static const VulkanObjectType kVulkanObjectType = kVulkanObjectTypeInstance; 356 static const VulkanObjectType kVulkanObjectType = kVulkanObjectTypePhysicalDevice; 367 static const VulkanObjectType kVulkanObjectType = kVulkanObjectTypeQueue; 379 static const VulkanObjectType kVulkanObjectType = kVulkanObjectTypeAccelerationStructureNV; [all …]
|
D | layer_chassis_dispatch.cpp | 687 std::vector<std::tuple<size_t, VulkanObjectType, uint64_t, size_t>> template_entries; in BuildUnwrappedUpdateTemplateBuffer() 747 VulkanObjectType type = std::get<1>(this_entry); in BuildUnwrappedUpdateTemplateBuffer()
|
/external/vulkan-validation-layers/layers/ |
D | object_lifetime_validation.h | 64 VulkanObjectType object_type; // Object type identifier 95 void InsertObject(object_map_type &map, uint64_t object_handle, VulkanObjectType object_type, in InsertObject() 110 …bool DeviceReportUndestroyedObjects(VkDevice device, VulkanObjectType object_type, const std::stri… 111 void DeviceDestroyUndestroyedObjects(VkDevice device, VulkanObjectType object_type); 138 …bool ValidateObject(T1 dispatchable_object, T2 object, VulkanObjectType object_type, bool null_all… in ValidateObject() 190 …void CreateObject(T1 dispatchable_object, T2 object, VulkanObjectType object_type, const VkAllocat… in CreateObject() 210 void DestroyObjectSilently(T1 object, VulkanObjectType object_type) { in DestroyObjectSilently() 235 void RecordDestroyObject(T1 dispatchable_object, T2 object, VulkanObjectType object_type) { in RecordDestroyObject() 245 bool ValidateDestroyObject(T1 dispatchable_object, T2 object, VulkanObjectType object_type, in ValidateDestroyObject()
|
D | object_tracker_utils.cpp | 230 bool ObjectLifetimes::DeviceReportUndestroyedObjects(VkDevice device, VulkanObjectType object_type,… in DeviceReportUndestroyedObjects() 243 void ObjectLifetimes::DeviceDestroyUndestroyedObjects(VkDevice device, VulkanObjectType object_type… in DeviceDestroyUndestroyedObjects()
|
D | core_validation.cpp | 4334 static void RemoveMemoryRange(uint64_t handle, DEVICE_MEMORY_STATE *mem_info, VulkanObjectType obje… in RemoveMemoryRange()
|