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()
531 assert(i != SLOT_TRANS); in try_reserve()
579 bool itrans = i == SLOT_TRANS; in try_reserve()
1701 allowed_slots &= (1 << SLOT_TRANS); in try_add_instruction()
2171 a->bc.slot = SLOT_TRANS; in create_ar_load()
Dsb_bc_finalize.cpp321 assert(fdst.chan() == slot || slot == SLOT_TRANS); in finalize_alu_group()
326 n->bc.dst_chan = d ? fdst.chan() : slot < SLOT_TRANS ? slot : 0; in finalize_alu_group()
Dsb_bc_parser.cpp479 ((unsigned)SLOT_TRANS) : src.chan; in prepare_alu_group()
482 if (prev_slot == SLOT_TRANS && ctx.is_cayman()) in prepare_alu_group()
Dsb_bc_dump.cpp400 if (n.bc.slot == SLOT_TRANS) in dump()
Dsb_bc.h242 SLOT_TRANS = 4 enumerator
Dsb_shader.cpp52 slot = SLOT_TRANS; in assign_slot()