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