Searched refs:ReportSetupProblem (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | gpu_validation.cpp | 305 void CoreChecks::ReportSetupProblem(const layer_data *dev_data, VkDebugReportObjectTypeEXT object_t… in ReportSetupProblem() function in CoreChecks 337 … ReportSetupProblem(dev_data, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(GetDevice()), in GpuPostCallRecordCreateDevice() 350 … ReportSetupProblem(dev_data, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(GetDevice()), in GpuPostCallRecordCreateDevice() 389 … ReportSetupProblem(dev_data, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(GetDevice()), in GpuPostCallRecordCreateDevice() 446 …ReportSetupProblem(device_data, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(GetDevice()… in GpuPreCallCreatePipelineLayout() 470 …ReportSetupProblem(device_data, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(GetDevice()… in GpuPostCallCreatePipelineLayout() 503 … ReportSetupProblem(dev_data, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(GetDevice()), in GpuPreCallValidateCmdWaitEvents() 551 ReportSetupProblem(dev_data, VK_DEBUG_REPORT_OBJECT_TYPE_SHADER_MODULE_EXT, in GpuPreCallRecordCreateGraphicsPipelines() 637 ReportSetupProblem(dev_data, VK_DEBUG_REPORT_OBJECT_TYPE_SHADER_MODULE_EXT, VK_NULL_HANDLE, in GpuInstrumentShader() 1071 … ReportSetupProblem(dev_data, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(GetDevice()), in SubmitBarrier() [all …]
|
D | core_validation.h | 660 …void ReportSetupProblem(const layer_data* dev_data, VkDebugReportObjectTypeEXT object_type, uint64…
|