Home
last modified time | relevance | path

Searched refs:r_temps_discard (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c49 unsigned r_temps_discard; member
79 vpc->r_temps_discard |= (1 << idx); in temp()
86 vpc->r_temps &= ~vpc->r_temps_discard; in release_temps()
87 vpc->r_temps_discard = 0; in release_temps()
813 vpc->r_temps_discard = 0; in nvfx_vertprog_parse_decl_output()
950 vpc->r_temps_discard = 0; in nvfx_vertprog_prepare()
989 vpc->r_temps_discard = 0; in _nvfx_vertprog_translate()
Dnvfx_fragprog.c27 unsigned long long r_temps_discard; member
59 fpc->r_temps_discard |= (1ULL << idx); in temp()
66 fpc->r_temps &= ~fpc->r_temps_discard; in release_temps()
67 fpc->r_temps_discard = 0ULL; in release_temps()
1048 fpc->r_temps_discard = 0ULL; in nvfx_fragprog_prepare()