Searched refs:ReportSetupProblem (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | gpu_validation.cpp | 226 void CoreChecks::ReportSetupProblem(VkDebugReportObjectTypeEXT object_type, uint64_t object_handle, in ReportSetupProblem() function in CoreChecks 269 ReportSetupProblem(VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(device), in GpuPostCallRecordCreateDevice() 288 ReportSetupProblem(VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(device), in GpuPostCallRecordCreateDevice() 334 ReportSetupProblem(VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(device), in GpuPostCallRecordCreateDevice() 393 …ReportSetupProblem(VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(device), strm.str().c_st… in GpuPreCallCreatePipelineLayout() 416 ReportSetupProblem(VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(device), in GpuPostCallCreatePipelineLayout() 445 ReportSetupProblem(VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(device), in GpuPreCallValidateCmdWaitEvents() 563 ReportSetupProblem(VK_DEBUG_REPORT_OBJECT_TYPE_SHADER_MODULE_EXT, moduleHandle, in GpuPreCallRecordPipelineCreations() 703 ReportSetupProblem(VK_DEBUG_REPORT_OBJECT_TYPE_SHADER_MODULE_EXT, VK_NULL_HANDLE, in GpuInstrumentShader() 1199 ReportSetupProblem(VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(device), in SubmitBarrier() [all …]
|
H A D | core_validation.h | 1270 …void ReportSetupProblem(VkDebugReportObjectTypeEXT object_type, uint64_t object_handle, const char…
|