OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_PPC_TEMPS
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_ppc.c
63
#define
MAX_PPC_TEMPS
3
88
* XXX currently only do this for TGSI temps [0..
MAX_PPC_TEMPS
-1].
90
int temps_map[
MAX_PPC_TEMPS
][4];
125
for (i = 0; i <
MAX_PPC_TEMPS
; i++) {
141
reg->Register.Index <
MAX_PPC_TEMPS
);
152
reg->Register.Index <
MAX_PPC_TEMPS
);
[
all
...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ppc.c
63
#define
MAX_PPC_TEMPS
3
88
* XXX currently only do this for TGSI temps [0..
MAX_PPC_TEMPS
-1].
90
int temps_map[
MAX_PPC_TEMPS
][4];
125
for (i = 0; i <
MAX_PPC_TEMPS
; i++) {
141
reg->Register.Index <
MAX_PPC_TEMPS
);
152
reg->Register.Index <
MAX_PPC_TEMPS
);
[
all
...]
Completed in 243 milliseconds