Searched refs:GetReportData (Results 1 – 5 of 5) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | shader_validation.cpp | 1975 …skip |= log_msg(GetReportData(), VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_PIPELI… in ValidatePointListShaderState() 1982 … log_msg(GetReportData(), VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_PIPELINE_EXT, in ValidatePointListShaderState() 1995 auto report_data = GetReportData(); in ValidatePipelineShaderStage() 2185 auto report_data = GetReportData(); in ValidateAndCapturePipelineShaderState()
|
D | gpu_validation.cpp | 356 …log_msg(GetReportData(), VK_DEBUG_REPORT_INFORMATION_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_E… in GpuPostCallRecordCreateDevice() 1006 …log_msg(GetReportData(), VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_QUEUE_EXT, Han… in AnalyzeAndReportError()
|
D | descriptor_sets.cpp | 1870 …return ValidateUpdateDescriptorSets(GetReportData(), device_data, static_cast<uint32_t>(decoded_up… in ValidateUpdateDescriptorSetsWithTemplateKHR()
|
D | core_validation.h | 517 const debug_report_data* GetReportData();
|
D | core_validation.cpp | 5008 const debug_report_data *CoreChecks::GetReportData() { return report_data; } in GetReportData() function in CoreChecks
|