Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_loops.c50 struct count_inst { struct
117 struct count_inst * count_inst = data; in get_incr_amount() local
123 count_inst->Index != index || in get_incr_amount()
124 (1 << GET_SWZ(count_inst->Swz,0) != mask)){ in get_incr_amount()
130 if (count_inst->BranchDepth > 0) { in get_incr_amount()
131 count_inst->Unknown = 1; in get_incr_amount()
138 count_inst->Unknown = 1; in get_incr_amount()
142 inst->U.I.SrcReg[0].Index == count_inst->Index && in get_incr_amount()
143 inst->U.I.SrcReg[0].Swizzle == count_inst->Swz){ in get_incr_amount()
146 inst->U.I.SrcReg[1].Index == count_inst->Index && in get_incr_amount()
[all …]