Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.cpp232 unsigned trans = n->bc.slot == SLOT_TRANS; in unreserve()
260 unsigned trans = n->bc.slot == SLOT_TRANS; in try_reserve()
527 assert(i != SLOT_TRANS); in try_reserve()
575 bool itrans = i == SLOT_TRANS; in try_reserve()
1673 allowed_slots &= (1 << SLOT_TRANS); in try_add_instruction()
2136 a->bc.slot = SLOT_TRANS; in create_ar_load()
Dsb_bc_parser.cpp438 SLOT_TRANS : src.chan; in prepare_alu_group()
441 if (prev_slot == SLOT_TRANS && ctx.is_cayman()) in prepare_alu_group()
Dsb_bc_finalize.cpp303 assert(fdst.chan() == slot || slot == SLOT_TRANS); in finalize_alu_group()
308 n->bc.dst_chan = d ? fdst.chan() : slot < SLOT_TRANS ? slot : 0; in finalize_alu_group()
Dsb_bc_dump.cpp374 if (n.bc.slot == SLOT_TRANS) in dump()
Dsb_bc.h242 SLOT_TRANS = 4 enumerator
Dsb_shader.cpp52 slot = SLOT_TRANS; in assign_slot()