Searched defs:count_inst (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_loops.c49 struct count_inst { struct
116 struct count_inst * count_inst = data; local
122 count_inst->Index != index ||
123 (1 << GET_SWZ(count_inst->Swz,0) != mask)){
129 if (count_inst->BranchDepth > 0) {
130 count_inst->Unknown = 1;
137 count_inst->Unknown = 1;
141 inst->U.I.SrcReg[0].Index == count_inst->Index &&
142 inst->U.I.SrcReg[0].Swizzle == count_inst
190 struct count_inst count_inst; local
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_loops.c49 struct count_inst { struct
116 struct count_inst * count_inst = data; local
122 count_inst->Index != index ||
123 (1 << GET_SWZ(count_inst->Swz,0) != mask)){
129 if (count_inst->BranchDepth > 0) {
130 count_inst->Unknown = 1;
137 count_inst->Unknown = 1;
141 inst->U.I.SrcReg[0].Index == count_inst->Index &&
142 inst->U.I.SrcReg[0].Swizzle == count_inst
190 struct count_inst count_inst; local
[all...]

Completed in 249 milliseconds