Searched defs:debug_data (Results 1 - 3 of 3) sorted by relevance

/external/vulkan-validation-layers/layers/
H A Dvk_layer_data.h27 DATA_T *debug_data; local
34 debug_data = new DATA_T;
35 layer_data_map[(void *)data_key] = debug_data;
37 debug_data = got->second;
40 return debug_data;
H A Dvk_layer_logging.h49 static inline bool debug_report_log_msg(const debug_report_data *debug_data, VkFlags msgFlags,
54 static inline void AddDebugMessageCallback(debug_report_data *debug_data, VkLayerDbgFunctionNode **list_head, argument
62 static inline void RemoveDebugMessageCallback(debug_report_data *debug_data, VkLayerDbgFunctionNode **list_head, argument
68 debug_data->active_flags = 0;
76 debug_report_log_msg(debug_data, VK_DEBUG_REPORT_DEBUG_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_DEBUG_REPORT_EXT,
81 debug_data->active_flags |= cur_callback->msgFlags;
92 static inline void RemoveAllMessageCallbacks(debug_report_data *debug_data, VkLayerDbgFunctionNode **list_head) { argument
98 debug_report_log_msg(debug_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_DEBUG_REPORT_EXT,
108 static inline bool debug_report_log_msg(const debug_report_data *debug_data, VkFlags msgFlags, argument
114 if (debug_data
136 debug_report_data *debug_data = (debug_report_data *)malloc(sizeof(debug_report_data)); local
150 layer_debug_report_destroy_instance(debug_report_data *debug_data) argument
168 layer_destroy_msg_callback(debug_report_data *debug_data, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks *pAllocator) argument
174 layer_create_msg_callback(debug_report_data *debug_data, bool default_callback, const VkDebugReportCallbackCreateInfoEXT *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDebugReportCallbackEXT *pCallback) argument
201 debug_report_get_instance_proc_addr(debug_report_data *debug_data, const char *funcName) argument
275 layer_enable_tmp_callbacks(debug_report_data *debug_data, uint32_t num_callbacks, VkDebugReportCallbackCreateInfoEXT *infos, VkDebugReportCallbackEXT *callbacks) argument
292 layer_disable_tmp_callbacks(debug_report_data *debug_data, uint32_t num_callbacks, VkDebugReportCallbackEXT *callbacks) argument
302 will_log_msg(debug_report_data *debug_data, VkFlags msgFlags) argument
334 log_msg(const debug_report_data *debug_data, VkFlags msgFlags, VkDebugReportObjectTypeEXT objectType, uint64_t srcObject, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *format, ...) argument
[all...]
/external/elfutils/src/
H A Dstrip.c426 Elf_Data *debug_data; member in struct:shdr_info
817 && shdr_info[cnt].debug_data == NULL
882 shdr_info[cnt].debug_data = symdata;
924 && (shdr_info[cnt].idx == 0 || shdr_info[cnt].debug_data != NULL))
930 files by setting the .debug_data pointer to the original
937 && shdr_info[i].debug_data == NULL)
944 shdr_info[i].debug_data = shdr_info[i].data;
973 && shdr_info[cnt].debug_data == NULL
1005 else if (shdr_info[cnt].debug_data != NULL
1009 shdr_info[cnt].debug_data
[all...]

Completed in 141 milliseconds