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

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c2954 struct hash_entry *hentry; local in function:get_block
2956 hentry = _mesa_hash_table_search(ctx->block_ht, nblock);
2957 if (hentry)
2958 return hentry->data;
2970 struct hash_entry *hentry; local in function:get_block_or_continue
2972 hentry = _mesa_hash_table_search(ctx->continue_block_ht, nblock);
2973 if (hentry)
2974 return hentry->data;
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c2098 struct hash_entry *hentry; local in function:get_block
2101 hentry = _mesa_hash_table_search(ctx->block_ht, nblock);
2102 if (hentry)
2103 return hentry->data;

Completed in 10 milliseconds