Searched refs:fetch_node (Results 1 - 25 of 42) sorted by relevance
12
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_pass.h | 65 virtual bool visit(fetch_node &n, bool enter); 109 virtual bool visit(fetch_node &n, bool enter); 115 void dump(fetch_node& n); 136 virtual bool visit(fetch_node &n, bool enter); 183 virtual bool visit(fetch_node &n, bool enter); 325 virtual bool visit(fetch_node &n, bool enter); 379 virtual bool visit(fetch_node &n, bool enter); 604 virtual bool visit(fetch_node &n, bool enter); 658 virtual bool visit(fetch_node &n, bool enter); 712 void emit_set_grad(fetch_node* [all...] |
| H A D | sb_expr.h | 71 bool fold(fetch_node &n);
|
| H A D | sb_pass.cpp | 78 bool vpass::visit(fetch_node& n, bool enter) { return true; }
|
| H A D | sb_ir.cpp | 38 bool fetch_node::accept(vpass& p, bool enter) { return p.visit(*this, enter); } 307 bool fetch_node::fold_dispatch(expr_handler* ex) { return ex->fold(*this); } 384 fetch_node *c = static_cast<fetch_node*>(this); 418 fetch_node *c = static_cast<fetch_node*>(this);
|
| H A D | sb_dce_cleanup.cpp | 100 bool dce_cleanup::visit(fetch_node& n, bool enter) {
|
| H A D | sb_bc_finalize.cpp | 288 finalize_fetch(static_cast<fetch_node*>(n)); 488 void bc_finalizer::copy_fetch_src(fetch_node &dst, fetch_node &src, unsigned arg_start) 546 void bc_finalizer::emit_set_grad(fetch_node* f) { 554 fetch_node *n = sh.create_fetch(); 566 void bc_finalizer::emit_set_texture_offsets(fetch_node &f) { 569 fetch_node *n = sh.create_fetch(); 578 void bc_finalizer::finalize_fetch(fetch_node* f) {
|
| H A D | sb_bc.h | 47 class fetch_node; 990 int build_fetch_tex(fetch_node *n); 991 int build_fetch_vtx(fetch_node *n); 992 int build_fetch_gds(fetch_node *n); 993 int build_fetch_mem(fetch_node* n);
|
| H A D | sb_gvn.cpp | 111 bool gvn::visit(fetch_node& n, bool enter) {
|
| H A D | sb_peephole.cpp | 56 fetch_node *f = static_cast<fetch_node*>(n);
|
| H A D | sb_bc_builder.cpp | 130 fetch_node *f = static_cast<fetch_node*>(*I); 501 int bc_builder::build_fetch_tex(fetch_node* n) { 565 int bc_builder::build_fetch_gds(fetch_node *n) { 605 int bc_builder::build_fetch_vtx(fetch_node* n) { 704 int bc_builder::build_fetch_mem(fetch_node* n) {
|
| H A D | sb_shader.cpp | 290 fetch_node* shader::create_fetch() { 291 fetch_node* n = new (pool.allocate(sizeof(fetch_node))) fetch_node(); 598 fetch_node *f = static_cast<fetch_node*>(n);
|
| H A D | sb_dump.cpp | 188 bool dump::visit(fetch_node& n, bool enter) { 466 dump_op(*n, static_cast<fetch_node*>(n)->bc.op_ptr->name);
|
| H A D | sb_ssa_builder.cpp | 81 bool ssa_prepare::visit(fetch_node& n, bool enter) { 231 bool ssa_rename::visit(fetch_node& n, bool enter) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_pass.h | 65 virtual bool visit(fetch_node &n, bool enter); 109 virtual bool visit(fetch_node &n, bool enter); 115 void dump(fetch_node& n); 136 virtual bool visit(fetch_node &n, bool enter); 183 virtual bool visit(fetch_node &n, bool enter); 325 virtual bool visit(fetch_node &n, bool enter); 379 virtual bool visit(fetch_node &n, bool enter); 604 virtual bool visit(fetch_node &n, bool enter); 658 virtual bool visit(fetch_node &n, bool enter); 712 void emit_set_grad(fetch_node* [all...] |
| H A D | sb_expr.h | 71 bool fold(fetch_node &n);
|
| H A D | sb_pass.cpp | 78 bool vpass::visit(fetch_node& n, bool enter) { return true; }
|
| H A D | sb_ir.cpp | 38 bool fetch_node::accept(vpass& p, bool enter) { return p.visit(*this, enter); } 307 bool fetch_node::fold_dispatch(expr_handler* ex) { return ex->fold(*this); } 384 fetch_node *c = static_cast<fetch_node*>(this); 418 fetch_node *c = static_cast<fetch_node*>(this);
|
| H A D | sb_dce_cleanup.cpp | 100 bool dce_cleanup::visit(fetch_node& n, bool enter) {
|
| H A D | sb_dump.cpp | 188 bool dump::visit(fetch_node& n, bool enter) { 371 fetch_node *f = static_cast<fetch_node*>(&n); 473 dump_op(*n, static_cast<fetch_node*>(n)->bc.op_ptr->name);
|
| H A D | sb_bc_finalize.cpp | 288 finalize_fetch(static_cast<fetch_node*>(n)); 488 void bc_finalizer::copy_fetch_src(fetch_node &dst, fetch_node &src, unsigned arg_start) 546 void bc_finalizer::emit_set_grad(fetch_node* f) { 554 fetch_node *n = sh.create_fetch(); 566 void bc_finalizer::emit_set_texture_offsets(fetch_node &f) { 569 fetch_node *n = sh.create_fetch(); 578 void bc_finalizer::finalize_fetch(fetch_node* f) {
|
| H A D | sb_bc.h | 47 class fetch_node; 1029 int build_fetch_tex(fetch_node *n); 1030 int build_fetch_vtx(fetch_node *n); 1031 int build_fetch_gds(fetch_node *n); 1032 int build_fetch_mem(fetch_node* n);
|
| H A D | sb_gvn.cpp | 111 bool gvn::visit(fetch_node& n, bool enter) {
|
| H A D | sb_peephole.cpp | 56 fetch_node *f = static_cast<fetch_node*>(n);
|
| H A D | sb_bc_builder.cpp | 130 fetch_node *f = static_cast<fetch_node*>(*I); 501 int bc_builder::build_fetch_tex(fetch_node* n) { 565 int bc_builder::build_fetch_gds(fetch_node *n) { 605 int bc_builder::build_fetch_vtx(fetch_node* n) { 704 int bc_builder::build_fetch_mem(fetch_node* n) {
|
| H A D | sb_shader.cpp | 290 fetch_node* shader::create_fetch() { 291 fetch_node* n = new (pool.allocate(sizeof(fetch_node))) fetch_node(); 598 fetch_node *f = static_cast<fetch_node*>(n);
|
Completed in 26 milliseconds
12