OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:r_temps_discard
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/nv30/
nvfx_vertprog.c
47
unsigned
r_temps_discard
;
member in struct:nvfx_vpc
76
vpc->
r_temps_discard
|= (1 << idx);
83
vpc->r_temps &= ~vpc->
r_temps_discard
;
84
vpc->
r_temps_discard
= 0;
831
vpc->
r_temps_discard
= 0;
965
vpc->
r_temps_discard
= 0;
1004
vpc->
r_temps_discard
= 0;
[
all
...]
nvfx_fragprog.c
24
unsigned long long
r_temps_discard
;
member in struct:nvfx_fpc
56
fpc->
r_temps_discard
|= (1ULL << idx);
63
fpc->r_temps &= ~fpc->
r_temps_discard
;
64
fpc->
r_temps_discard
= 0ULL;
[
all
...]
Completed in 4610 milliseconds