Home
last modified time | relevance | path

Searched refs:VkDebugReportObjectTypeEXT (Results 1 – 25 of 38) sorted by relevance

12

/external/deqp/external/vulkancts/framework/vulkan/
DvkDebugReportUtil.cpp49 const char* getShortObjectTypeName (VkDebugReportObjectTypeEXT objectType) in getShortObjectTypeName()
89 tcu::Format::Enum<VkDebugReportObjectTypeEXT> shortObjectTypeStr (VkDebugReportObjectTypeEXT object… in shortObjectTypeStr()
91 return tcu::Format::Enum<VkDebugReportObjectTypeEXT>(getShortObjectTypeName, objectType); in shortObjectTypeStr()
114 VkDebugReportObjectTypeEXT objectType, in debugReportCallback()
DvkDebugReportUtil.hpp38 VkDebugReportObjectTypeEXT objectType;
47 , objectType ((VkDebugReportObjectTypeEXT)0) in DebugReportMessage()
54 VkDebugReportObjectTypeEXT objectType_, in DebugReportMessage()
DvkDefs.hpp145 VkDebugReportObjectTypeEXT objectType,
DvkStrUtil.inl48 const char* getDebugReportObjectTypeEXTName (VkDebugReportObjectTypeEXT value);
95VkDebugReportObjectTypeEXT> getDebugReportObjectTypeEXTStr (VkDebugReportObjectTypeEXT value) …
142 inline std::ostream& operator<< (std::ostream& s, VkDebugReportObjectTypeEXT value) { return s <<…
DvkConcreteInstanceInterface.inl52 …eEXT (VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectTy…
DvkVirtualInstanceInterface.inl52 …eEXT (VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectTy…
DvkInstanceDriverImpl.inl245 …tMessageEXT (VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectTy…
/external/vulkan-validation-layers/layers/
Dvk_layer_logging.h50VkDebugReportObjectTypeEXT objectType, uint64_t srcObject, size_t location, int32_t msgCode,
109VkDebugReportObjectTypeEXT objectType, uint64_t srcObject, size_t location, int32_t msgCode, in debug_report_log_msg()
330 …log_msg(const debug_report_data *debug_data, VkFlags msgFlags, VkDebugReportObjectTypeEXT objectTy…
334 …log_msg(const debug_report_data *debug_data, VkFlags msgFlags, VkDebugReportObjectTypeEXT objectTy… in log_msg()
356 … VKAPI_ATTR VkBool32 VKAPI_CALL log_callback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType,… in log_callback()
370 …TR VkBool32 VKAPI_CALL win32_debug_output_msg(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in win32_debug_output_msg()
Dcore_validation.cpp400 …DABLE *GetObjectMemBinding(layer_data *my_data, uint64_t handle, VkDebugReportObjectTypeEXT type) { in GetObjectMemBinding()
419 … uint64_t obj_handle, VkDebugReportObjectTypeEXT obj_type, char const *ty_str, in validate_usage_flags()
475 static const char *object_type_to_string(VkDebugReportObjectTypeEXT type) { in object_type_to_string()
516 VkDebugReportObjectTypeEXT type, const char *functionName) { in ValidateMemoryIsValid()
681 …learMemoryObjectBinding(layer_data *dev_data, uint64_t handle, VkDebugReportObjectTypeEXT type, Vk… in ClearMemoryObjectBinding()
696 …ClearMemoryObjectBindings(layer_data *dev_data, uint64_t handle, VkDebugReportObjectTypeEXT type) { in ClearMemoryObjectBindings()
757 …Binding(layer_data *dev_data, VkDeviceMemory mem, uint64_t handle, VkDebugReportObjectTypeEXT type, in SetMemBinding()
815 …inding(layer_data *dev_data, MEM_BINDING binding, uint64_t handle, VkDebugReportObjectTypeEXT type, in SetSparseMemBinding()
836 static bool get_mem_for_type(layer_data *dev_data, uint64_t handle, VkDebugReportObjectTypeEXT type… in get_mem_for_type()
1685 …log_msg(report_data, VK_DEBUG_REPORT_PERFORMANCE_WARNING_BIT_EXT, VkDebugReportObjectTypeEXT(0), 0, in validate_interface_between_stages()
[all …]
Dimage.cpp108 DebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT in DebugReportMessageEXT()
412 … log_msg(my_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, 0, __… in CreateRenderPass()
421 … log_msg(my_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, 0, __… in CreateRenderPass()
429 … log_msg(my_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, 0, __… in CreateRenderPass()
437 … log_msg(my_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, 0, __… in CreateRenderPass()
453 …l |= log_msg(my_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, 0, in CreateRenderPass()
477 …_msg(device_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, 0, __… in CreateImageView()
484 …_msg(device_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, 0, __… in CreateImageView()
490 …_msg(device_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, 0, __… in CreateImageView()
496 …_msg(device_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, 0, __… in CreateImageView()
[all …]
Dobject_tracker.h62 VkDebugReportObjectTypeEXT object_type; // Object type identifier
Dthreading.h74 VkDebugReportObjectTypeEXT objectType;
204 …counter(const char *name = "", VkDebugReportObjectTypeEXT type = VK_DEBUG_REPORT_OBJECT_TYPE_UNKNO…
Dparameter_validation.cpp141VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, in DebugReportMessageEXT()
1260 …p_call |= log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, 0, __… in validate_queue_family_index()
1265 …p_call |= log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, 0, __… in validate_queue_family_index()
1285 …p_call |= log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, 0, __… in validate_queue_family_indices()
1290 …p_call |= log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, 0, __… in validate_queue_family_indices()
2506 …p_call |= log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, 0, __… in CreateImage()
2516 …p_call |= log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, 0, __… in CreateImage()
2524 …log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, 0, __LINE__, 1,… in CreateImage()
2533 …log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, 0, __LINE__, 1,… in CreateImage()
2543 …log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, 0, __LINE__, 1,… in CreateImage()
[all …]
Dobject_tracker.cpp118VkDebugReportObjectTypeEXT object_type, VkCommandBufferLevel level) { in AllocateCommandBuffer()
157 …_msg(device_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, objec… in ValidateCommandBuffer()
166 VkDebugReportObjectTypeEXT object_type) { in AllocateDescriptorSet()
202 …_msg(device_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, objec… in ValidateDescriptorSet()
210 static void CreateQueue(VkDevice device, VkQueue vkObj, VkDebugReportObjectTypeEXT object_type) { in CreateQueue()
257 static void CreateObject(T1 dispatchable_object, T2 object, VkDebugReportObjectTypeEXT object_type,… in CreateObject()
277 static void DestroyObject(T1 dispatchable_object, T2 object, VkDebugReportObjectTypeEXT object_type… in DestroyObject()
310 …_msg(device_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, objec… in DestroyObject()
318 static bool ValidateObject(T1 dispatchable_object, T2 object, VkDebugReportObjectTypeEXT object_typ… in ValidateObject()
339 static void DeviceReportUndestroyedObjects(VkDevice device, VkDebugReportObjectTypeEXT object_type)… in DeviceReportUndestroyedObjects()
[all …]
Dunique_objects.cpp518VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, in DebugReportMessageEXT()
690VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, in vkDebugReportMessageEXT()
Dthreading.cpp412 …rtMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType,… in vkDebugReportMessageEXT()
Dparameter_validation_utils.h125 …p_call |= log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, 0, __… in ValidateGreaterThan()
Dcore_validation_types.h83 VkDebugReportObjectTypeEXT type;
/external/vulkan-validation-layers/loader/
Ddebug_report.h124 VkDebugReportObjectTypeEXT objType,
157 VkDebugReportObjectTypeEXT objectType,
Ddebug_report.c115 VkDebugReportObjectTypeEXT objectType,
294 VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location,
460 VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location,
/external/vulkan-validation-layers/demos/smoke/
DShell.h106 VkDebugReportObjectTypeEXT obj_type,
114 VkDebugReportObjectTypeEXT obj_type, in debug_report_callback()
DShell.cpp68 VkDebugReportObjectTypeEXT obj_type, in debug_report_callback()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h3743 typedef enum VkDebugReportObjectTypeEXT { enum
3777 } VkDebugReportObjectTypeEXT; typedef
3801 VkDebugReportObjectTypeEXT objectType,
3821 …tMessageEXT)(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectTy…
3838 VkDebugReportObjectTypeEXT objectType,
3895 VkDebugReportObjectTypeEXT objectType;
3903 VkDebugReportObjectTypeEXT objectType;
/external/mesa3d/include/vulkan/
Dvulkan.h3752 typedef enum VkDebugReportObjectTypeEXT { enum
3790 } VkDebugReportObjectTypeEXT; typedef
3814 VkDebugReportObjectTypeEXT objectType,
3834 …tMessageEXT)(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectTy…
3851 VkDebugReportObjectTypeEXT objectType,
3908 VkDebugReportObjectTypeEXT objectType;
3916 VkDebugReportObjectTypeEXT objectType;
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h3912 typedef enum VkDebugReportObjectTypeEXT { enum
3951 } VkDebugReportObjectTypeEXT; typedef
3975 VkDebugReportObjectTypeEXT objectType,
3995 …tMessageEXT)(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectTy…
4012 VkDebugReportObjectTypeEXT objectType,
4069 VkDebugReportObjectTypeEXT objectType;
4077 VkDebugReportObjectTypeEXT objectType;

12