Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/loader/
Ddebug_report.c196 uint32_t storage_idx; in terminator_CreateDebugReportCallback() local
203 storage_idx = 0; in terminator_CreateDebugReportCallback()
210 icd->instance, pCreateInfo, pAllocator, &icd_info[storage_idx]); in terminator_CreateDebugReportCallback()
215 storage_idx++; in terminator_CreateDebugReportCallback()
220 storage_idx = 0; in terminator_CreateDebugReportCallback()
222 if (icd_info[storage_idx]) { in terminator_CreateDebugReportCallback()
224 icd->instance, icd_info[storage_idx], pAllocator); in terminator_CreateDebugReportCallback()
226 storage_idx++; in terminator_CreateDebugReportCallback()
245 uint32_t storage_idx; in terminator_DestroyDebugReportCallback() local
251 storage_idx = 0; in terminator_DestroyDebugReportCallback()
[all …]
/external/opencv/ml/include/
Dml.h782 int storage_idx, int offset );
/external/opencv/ml/src/
Dmltree.cpp802 int storage_idx, int offset ) in new_node() argument
815 node->buf_idx = storage_idx; in new_node()