Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_emit.c219 uint tempReg; in i915_emit_texld() local
222 tempReg = UREG(REG_TYPE_R, temp); /* make i915 register */ in i915_emit_texld()
225 tempReg, A0_DEST_CHANNEL_ALL, /* dest reg, writemask */ in i915_emit_texld()
230 coord = tempReg; in i915_emit_texld()
/external/sqlite/dist/orig/
Dsqlite3.c15827 u8 tempReg; /* iReg is a temp register that needs to be freed */ member
94185 if( pParse->aColCache[i].tempReg ){
94248 p->tempReg = 0;
94316 p->tempReg = 0;
94436 if( pParse->aColCache[i].tempReg
96242 p->tempReg = 1;
/external/sqlite/dist/
Dsqlite3.c15827 u8 tempReg; /* iReg is a temp register that needs to be freed */ member
94185 if( pParse->aColCache[i].tempReg ){
94248 p->tempReg = 0;
94316 p->tempReg = 0;
94436 if( pParse->aColCache[i].tempReg
96242 p->tempReg = 1;