Home
last modified time | relevance | path

Searched refs:NST_ALU_CLAUSE (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_dump.cpp474 case NST_ALU_CLAUSE: in dump_op()
Dsb_ir.h678 NST_ALU_CLAUSE, enumerator
807 bool is_alu_clause() { return subtype == NST_ALU_CLAUSE; } in is_alu_clause()
Dsb_gcm.cpp442 nst = NST_ALU_CLAUSE; in bu_sched_bb()
Dsb_shader.cpp91 case NST_ALU_CLAUSE: n->bc.set_op(CF_OP_ALU); break; in create_clause()
Dsb_bc_finalize.cpp79 cf_node *c = sh.create_clause(NST_ALU_CLAUSE); in run()
Dsb_bc_parser.cpp252 cf->subtype = NST_ALU_CLAUSE; in decode_alu_clause()
Dsb_sched.cpp2001 clause = sh.create_clause(NST_ALU_CLAUSE); in emit_group()