Home
last modified time | relevance | path

Searched refs:ReportSetupProblem (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dgpu_validation.cpp305 void CoreChecks::ReportSetupProblem(const layer_data *dev_data, VkDebugReportObjectTypeEXT object_t… in ReportSetupProblem() function in CoreChecks
337ReportSetupProblem(dev_data, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(GetDevice()), in GpuPostCallRecordCreateDevice()
350ReportSetupProblem(dev_data, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(GetDevice()), in GpuPostCallRecordCreateDevice()
389ReportSetupProblem(dev_data, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(GetDevice()), in GpuPostCallRecordCreateDevice()
446ReportSetupProblem(device_data, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(GetDevice()… in GpuPreCallCreatePipelineLayout()
470ReportSetupProblem(device_data, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(GetDevice()… in GpuPostCallCreatePipelineLayout()
503ReportSetupProblem(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()
1071ReportSetupProblem(dev_data, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(GetDevice()), in SubmitBarrier()
[all …]
Dcore_validation.h660 …void ReportSetupProblem(const layer_data* dev_data, VkDebugReportObjectTypeEXT object_type, uint64…