Home | History | Annotate | Download | only in layers

Lines Matching refs:object_type

5908                                   VkDebugReportObjectTypeEXT object_type) {
5909 if (object_type == VK_DEBUG_REPORT_OBJECT_TYPE_BUFFER_EXT) {
5910 return log_msg(dev_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, object_type, object_handle, 0,
5914 return log_msg(dev_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, object_type, object_handle, 0,
5921 VkDebugReportObjectTypeEXT object_type) {
5931 skip_call |= print_memory_range_error(dev_data, new_range.handle, range.handle, object_type);
5938 const vector<MEMORY_RANGE> &other_ranges, VkDebugReportObjectTypeEXT object_type) {
5945 return validate_memory_range(dev_data, other_ranges, range, object_type);