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

/external/vulkan-validation-layers/layers/
H A Dobject_tracker.cpp142 uint64_t object_handle = reinterpret_cast<uint64_t>(command_buffer); local
143 if (device_data->object_map[VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_BUFFER_EXT].find(object_handle) !=
149 skip_call |= log_msg(device_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, pNode->object_type, object_handle,
157 skip_call |= log_msg(device_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, object_handle,
160 object_handle);
188 uint64_t object_handle = reinterpret_cast<uint64_t &>(descriptor_set); local
189 auto dsItem = device_data->object_map[VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_SET_EXT].find(object_handle);
194 skip_call |= log_msg(device_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, pNode->object_type, object_handle,
202 skip_call |= log_msg(device_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, object_handle,
205 object_handle);
260 auto object_handle = handle_value(object); local
280 auto object_handle = handle_value(object); local
323 auto object_handle = handle_value(object); local
[all...]

Completed in 1144 milliseconds