Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/runtime/
Dvk_pipeline_cache.c504 const struct vk_pipeline_cache_object_ops *const *import_ops = in find_type_for_ops() local
507 if (import_ops == NULL) in find_type_for_ops()
510 for (int32_t i = 0; import_ops[i]; i++) { in find_type_for_ops()
511 if (import_ops[i] == ops) in find_type_for_ops()
522 const struct vk_pipeline_cache_object_ops *const *import_ops = in find_ops_for_type() local
525 if (import_ops == NULL || type < 0) in find_ops_for_type()
528 return import_ops[type]; in find_ops_for_type()