OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:high_temp
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c
1021
int
high_temp
= -1, i;
local
[
all
...]
nvfx_vertprog.c
892
int high_const = -1,
high_temp
= -1, high_addr = -1, nr_imm = 0, i;
local
910
if (fdec->Range.Last >
high_temp
) {
911
high_temp
=
947
if (++
high_temp
) {
948
vpc->r_temp = CALLOC(
high_temp
, sizeof(struct nvfx_reg));
949
for (i = 0; i <
high_temp
; i++)
[
all
...]
Completed in 520 milliseconds