HomeSort by relevance Sort by last modified time
    Searched refs:storage_idx (Results 1 - 3 of 3) sorted by null

  /external/vulkan-validation-layers/loader/
debug_report.c 285 uint32_t storage_idx; local
307 storage_idx = 0;
313 res = icd_term->dispatch.CreateDebugReportCallbackEXT(icd_term->instance, pCreateInfo, pAllocator, &icd_info[storage_idx]);
318 storage_idx++;
354 storage_idx = 0;
360 if (icd_info && icd_info[storage_idx]) {
361 icd_term->dispatch.DestroyDebugReportCallbackEXT(icd_term->instance, icd_info[storage_idx], pAllocator);
363 storage_idx++;
393 uint32_t storage_idx; local
399 storage_idx = 0
    [all...]
  /external/opencv/ml/include/
ml.h 782 int storage_idx, int offset );
    [all...]
  /external/opencv/ml/src/
mltree.cpp 802 int storage_idx, int offset )
815 node->buf_idx = storage_idx;
    [all...]

Completed in 249 milliseconds