Searched refs:cso_data_first_node (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c159 static struct cso_node *cso_data_first_node(struct cso_hash *hash) function in typeref:struct:cso_node *
272 struct cso_hash_iter iter = {hash, cso_data_first_node(hash)};
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c179 static struct cso_node *cso_data_first_node(struct cso_hash_data *hash) function in typeref:struct:cso_node *
382 struct cso_hash_iter iter = {hash, cso_data_first_node(hash->data.d)};

Completed in 3 milliseconds