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()
203 &store->andmask, in run_vertex_stage()
208 if (store->andmask) in run_vertex_stage()
220 &store->andmask ); in run_vertex_stage()
222 if (store->andmask) in run_vertex_stage()
226 VB->ClipAndMask = store->andmask; in run_vertex_stage()
Dt_vb_program.c71 GLubyte ormask, andmask; /**< for clipping */ member
135 store->andmask = CLIP_FRUSTUM_BITS; in do_ndc_cliptest()
145 &store->andmask, in do_ndc_cliptest()
155 &store->andmask, in do_ndc_cliptest()
160 if (store->andmask) { in do_ndc_cliptest()
175 &store->andmask ); in do_ndc_cliptest()
177 if (store->andmask) { in do_ndc_cliptest()
182 VB->ClipAndMask = store->andmask; in do_ndc_cliptest()