HomeSort by: relevance | last modified time | path
    Searched refs:_path (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_deref.h 49 nir_deref_path *_path; member in struct:__anon774
nir_deref.c 658 if (!deref->_path) {
659 deref->_path = ralloc(mem_ctx, nir_deref_path);
660 nir_deref_path_init(deref->_path, deref->instr, mem_ctx);
662 return deref->_path;
nir_opt_copy_prop_vars.c 707 value->deref._path = NULL;

Completed in 7 milliseconds