Home
last modified time | relevance | path

Searched refs:NST_PSI (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_psi_ops.cpp41 assert(n.subtype == NST_PSI); in visit()
71 assert(n.subtype == NST_PSI); in try_inline()
97 if (val->def->subtype == NST_PSI && ps == 3) { in try_inline()
121 assert(n.subtype == NST_PSI); in try_reduce()
139 assert(n.subtype == NST_PSI); in eliminate()
Dsb_ssa_builder.cpp176 psi = sh.create_node(NT_OP, NST_PSI); in visit()
307 if (n->pred && v->def && v->def->subtype == NST_PSI) { in rename_use()
409 assert(n.subtype == NST_PSI); in visit()
Dsb_dump.cpp41 case NST_PSI: in visit()
481 case NST_PSI: in dump_op()
Dsb_shader.cpp595 case NST_PSI: in get_queue_id()
Dsb_ir.h680 NST_PSI, enumerator
Dsb_expr.cpp168 assert(n.subtype == NST_PSI); in fold()