Searched refs:tempReg (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_fpc_emit.c220 uint tempReg; local
223 tempReg = UREG(REG_TYPE_R, temp); /* make i915 register */
226 tempReg, A0_DEST_CHANNEL_ALL, /* dest reg, writemask */
230 /* new src texcoord is tempReg */
231 coord = tempReg;
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_emit.c220 uint tempReg; local
223 tempReg = UREG(REG_TYPE_R, temp); /* make i915 register */
226 tempReg, A0_DEST_CHANNEL_ALL, /* dest reg, writemask */
230 /* new src texcoord is tempReg */
231 coord = tempReg;
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram.c805 GLint tempReg = _mesa_find_free_register(usedTemps, MAX_PROGRAM_TEMPS, local
807 if (tempReg < 0) {
810 tempReg = 31;
812 firstTemp = tempReg + 1;
814 /* replace writes to result.color[0] with tempReg */
817 PROGRAM_TEMPORARY, tempReg);
818 /* replace reads from the input color with tempReg */
821 PROGRAM_TEMPORARY, tempReg /* replace with */ );
/external/mesa3d/src/mesa/program/
H A Dprogram.c805 GLint tempReg = _mesa_find_free_register(usedTemps, MAX_PROGRAM_TEMPS, local
807 if (tempReg < 0) {
810 tempReg = 31;
812 firstTemp = tempReg + 1;
814 /* replace writes to result.color[0] with tempReg */
817 PROGRAM_TEMPORARY, tempReg);
818 /* replace reads from the input color with tempReg */
821 PROGRAM_TEMPORARY, tempReg /* replace with */ );
/external/chromium_org/third_party/sqlite/src/src/
H A Dexpr.c1981 if( p->tempReg ){
1985 p->tempReg = 0;
2036 p->tempReg = 0;
2057 p->tempReg = 0;
2119 p->tempReg = 0;
3724 p->tempReg = 1;
H A DsqliteInt.h2195 u8 tempReg; /* iReg is a temp register that needs to be freed */ member in struct:Parse::yColCache
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10540 u8 tempReg; /* iReg is a temp register that needs to be freed */ member in struct:Parse::yColCache
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11939 u8 tempReg; /* iReg is a temp register that needs to be freed */ member in struct:Parse::yColCache
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11939 u8 tempReg; /* iReg is a temp register that needs to be freed */ member in struct:Parse::yColCache
[all...]

Completed in 595 milliseconds