Searched refs:cse_ctx (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ | ||
| H A D | brw_vec4_cse.cpp | 171 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 D | brw_fs_cse.cpp | 250 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 D | brw_vec4_cse.cpp | 171 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 D | brw_fs_cse.cpp | 251 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