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 Dsb_pass.h65 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 Dsb_expr.h71 bool fold(fetch_node &n);
H A Dsb_pass.cpp78 bool vpass::visit(fetch_node& n, bool enter) { return true; }
H A Dsb_ir.cpp38 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 Dsb_dce_cleanup.cpp100 bool dce_cleanup::visit(fetch_node& n, bool enter) {
H A Dsb_bc_finalize.cpp288 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 Dsb_bc.h47 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 Dsb_gvn.cpp111 bool gvn::visit(fetch_node& n, bool enter) {
H A Dsb_peephole.cpp56 fetch_node *f = static_cast<fetch_node*>(n);
H A Dsb_bc_builder.cpp130 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 Dsb_shader.cpp290 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 Dsb_dump.cpp188 bool dump::visit(fetch_node& n, bool enter) {
466 dump_op(*n, static_cast<fetch_node*>(n)->bc.op_ptr->name);
H A Dsb_ssa_builder.cpp81 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 Dsb_pass.h65 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 Dsb_expr.h71 bool fold(fetch_node &n);
H A Dsb_pass.cpp78 bool vpass::visit(fetch_node& n, bool enter) { return true; }
H A Dsb_ir.cpp38 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 Dsb_dce_cleanup.cpp100 bool dce_cleanup::visit(fetch_node& n, bool enter) {
H A Dsb_dump.cpp188 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 Dsb_bc_finalize.cpp288 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 Dsb_bc.h47 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 Dsb_gvn.cpp111 bool gvn::visit(fetch_node& n, bool enter) {
H A Dsb_peephole.cpp56 fetch_node *f = static_cast<fetch_node*>(n);
H A Dsb_bc_builder.cpp130 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 Dsb_shader.cpp290 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