Searched refs:andmask (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_vertex.c | 48 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()
|
D | t_vb_program.c | 70 GLubyte ormask, andmask; /**< for clipping */ member 136 store->andmask = CLIP_FRUSTUM_BITS; in do_ndc_cliptest() 146 &store->andmask, in do_ndc_cliptest() 155 &store->andmask, in do_ndc_cliptest() 159 if (store->andmask) { in do_ndc_cliptest() 173 &store->andmask ); in do_ndc_cliptest() 175 if (store->andmask) { in do_ndc_cliptest() 180 VB->ClipAndMask = store->andmask; in do_ndc_cliptest()
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
D | t_vb_vertex.c | 48 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()
|
D | t_vb_program.c | 70 GLubyte ormask, andmask; /**< for clipping */ member 136 store->andmask = CLIP_FRUSTUM_BITS; in do_ndc_cliptest() 146 &store->andmask, in do_ndc_cliptest() 155 &store->andmask, in do_ndc_cliptest() 159 if (store->andmask) { in do_ndc_cliptest() 173 &store->andmask ); in do_ndc_cliptest() 175 if (store->andmask) { in do_ndc_cliptest() 180 VB->ClipAndMask = store->andmask; in do_ndc_cliptest()
|