Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/tnl/
Dt_vb_vertex.c49 GLubyte andmask; member
185 store->andmask = CLIP_FRUSTUM_BITS; in run_vertex_stage()
193 &store->andmask, in run_vertex_stage()
202 &store->andmask, in run_vertex_stage()
206 if (store->andmask) in run_vertex_stage()
218 &store->andmask ); in run_vertex_stage()
220 if (store->andmask) in run_vertex_stage()
224 VB->ClipAndMask = store->andmask; in run_vertex_stage()
Dt_vb_program.c70 GLubyte ormask, andmask; /**< for clipping */ member
134 store->andmask = CLIP_FRUSTUM_BITS; in do_ndc_cliptest()
144 &store->andmask, in do_ndc_cliptest()
153 &store->andmask, in do_ndc_cliptest()
157 if (store->andmask) { in do_ndc_cliptest()
171 &store->andmask ); in do_ndc_cliptest()
173 if (store->andmask) { in do_ndc_cliptest()
178 VB->ClipAndMask = store->andmask; in do_ndc_cliptest()