OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tempReg
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc_emit.c
220
uint
tempReg
;
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/
i915_fpc_emit.c
220
uint
tempReg
;
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/
program.c
805
GLint
tempReg
= _mesa_find_free_register(usedTemps, MAX_PROGRAM_TEMPS,
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 */ );
[
all
...]
/external/mesa3d/src/mesa/program/
program.c
805
GLint
tempReg
= _mesa_find_free_register(usedTemps, MAX_PROGRAM_TEMPS,
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 */ );
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
sqliteInt.h
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 2275 milliseconds