Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c50 unsigned r_temps_discard; member
80 vpc->r_temps_discard |= (1 << idx); in temp()
87 vpc->r_temps &= ~vpc->r_temps_discard; in release_temps()
88 vpc->r_temps_discard = 0; in release_temps()
814 vpc->r_temps_discard = 0; in nvfx_vertprog_parse_decl_output()
951 vpc->r_temps_discard = 0; in nvfx_vertprog_prepare()
990 vpc->r_temps_discard = 0; in _nvfx_vertprog_translate()
H A 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()

Completed in 4 milliseconds