Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/loader/
Ddebug_report.c192 VkDebugReportCallbackEXT *icd_info; in terminator_CreateDebugReportCallback() local
198 icd_info = calloc(sizeof(VkDebugReportCallbackEXT), inst->total_icd_count); in terminator_CreateDebugReportCallback()
199 if (!icd_info) { in terminator_CreateDebugReportCallback()
210 icd->instance, pCreateInfo, pAllocator, &icd_info[storage_idx]); in terminator_CreateDebugReportCallback()
222 if (icd_info[storage_idx]) { in terminator_CreateDebugReportCallback()
224 icd->instance, icd_info[storage_idx], pAllocator); in terminator_CreateDebugReportCallback()
232 *(VkDebugReportCallbackEXT **)pCallback = icd_info; in terminator_CreateDebugReportCallback()
246 VkDebugReportCallbackEXT *icd_info; in terminator_DestroyDebugReportCallback() local
250 icd_info = *(VkDebugReportCallbackEXT **)&callback; in terminator_DestroyDebugReportCallback()
253 if (icd_info[storage_idx]) { in terminator_DestroyDebugReportCallback()
[all …]