Home
last modified time | relevance | path

Searched refs:VulkanObjectType (Results 1 – 5 of 5) sorted by relevance

/external/vulkan-validation-layers/layers/generated/
Dvk_object_types.h38 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 …]
Dlayer_chassis_dispatch.cpp687 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/
Dobject_lifetime_validation.h64 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()
Dobject_tracker_utils.cpp230 bool ObjectLifetimes::DeviceReportUndestroyedObjects(VkDevice device, VulkanObjectType object_type,… in DeviceReportUndestroyedObjects()
243 void ObjectLifetimes::DeviceDestroyUndestroyedObjects(VkDevice device, VulkanObjectType object_type… in DeviceDestroyUndestroyedObjects()
Dcore_validation.cpp4334 static void RemoveMemoryRange(uint64_t handle, DEVICE_MEMORY_STATE *mem_info, VulkanObjectType obje… in RemoveMemoryRange()