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.c49 struct count_inst { struct
116 struct count_inst * count_inst = data; in get_incr_amount() local
122 count_inst->Index != index || in get_incr_amount()
123 (1 << GET_SWZ(count_inst->Swz,0) != mask)){ in get_incr_amount()
129 if (count_inst->BranchDepth > 0) { in get_incr_amount()
130 count_inst->Unknown = 1; in get_incr_amount()
137 count_inst->Unknown = 1; in get_incr_amount()
141 inst->U.I.SrcReg[0].Index == count_inst->Index && in get_incr_amount()
142 inst->U.I.SrcReg[0].Swizzle == count_inst->Swz){ in get_incr_amount()
145 inst->U.I.SrcReg[1].Index == count_inst->Index && in get_incr_amount()
[all …]