Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_pipeline_cache.c531 const struct vk_pipeline_cache_object_ops *const *import_ops = in find_type_for_ops() local
534 if (import_ops == NULL) in find_type_for_ops()
537 for (int32_t i = 0; import_ops[i]; i++) { in find_type_for_ops()
538 if (import_ops[i] == ops) in find_type_for_ops()
549 const struct vk_pipeline_cache_object_ops *const *import_ops = in find_ops_for_type() local
552 if (import_ops == NULL || type < 0) in find_ops_for_type()
555 return import_ops[type]; in find_ops_for_type()