Searched refs:import_ops (Results 1 – 1 of 1) sorted by relevance
531 const struct vk_pipeline_cache_object_ops *const *import_ops = in find_type_for_ops() local534 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() local552 if (import_ops == NULL || type < 0) in find_ops_for_type()555 return import_ops[type]; in find_ops_for_type()