Searched refs:cse_ctx (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_cse.cpp171 void *cse_ctx = ralloc_context(NULL); local in function:vec4_visitor::opt_cse_local
198 aeb_entry *entry = ralloc(cse_ctx, aeb_entry);
303 ralloc_free(cse_ctx);
H A Dbrw_fs_cse.cpp250 void *cse_ctx = ralloc_context(NULL); local in function:fs_visitor::opt_cse_local
278 aeb_entry *entry = ralloc(cse_ctx, aeb_entry);
364 ralloc_free(cse_ctx);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_cse.cpp171 void *cse_ctx = ralloc_context(NULL); local in function:vec4_visitor::opt_cse_local
198 aeb_entry *entry = ralloc(cse_ctx, aeb_entry);
303 ralloc_free(cse_ctx);
H A Dbrw_fs_cse.cpp251 void *cse_ctx = ralloc_context(NULL); local in function:fs_visitor::opt_cse_local
278 aeb_entry *entry = ralloc(cse_ctx, aeb_entry);
374 ralloc_free(cse_ctx);

Completed in 4 milliseconds