Searched refs:const_ctx (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs_combine_constants.cpp | 320 void *const_ctx = ralloc_context(NULL); local in function:fs_visitor::opt_combine_constants 325 table.imm = ralloc_array(const_ctx, struct imm, table.size); 358 imm->uses->push_tail(link(const_ctx, &inst->src[i])); 365 imm = new_imm(&table, const_ctx); 368 imm->uses = new(const_ctx) exec_list(); 369 imm->uses->push_tail(link(const_ctx, &inst->src[i])); 395 ralloc_free(const_ctx); 517 ralloc_free(const_ctx);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs_combine_constants.cpp | 427 void *const_ctx = ralloc_context(NULL); local in function:fs_visitor::opt_combine_constants 432 table.imm = ralloc_array(const_ctx, struct imm, table.size); 468 imm->uses->push_tail(link(const_ctx, &inst->src[i])); 475 imm = new_imm(&table, const_ctx); 478 imm->uses = new(const_ctx) exec_list(); 479 imm->uses->push_tail(link(const_ctx, &inst->src[i])); 505 ralloc_free(const_ctx); 627 ralloc_free(const_ctx);
|
Completed in 3 milliseconds