Home
last modified time | relevance | path

Searched refs:CLIP_FRUSTUM_BITS (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/tnl/
Dt_vb_cliptmp.h129 if (mask & CLIP_FRUSTUM_BITS) { in TAG()
217 if (mask & CLIP_FRUSTUM_BITS) { in TAG()
279 if (mask & CLIP_FRUSTUM_BITS) { in TAG()
Dt_vb_vertex.c185 store->andmask = CLIP_FRUSTUM_BITS; in run_vertex_stage()
Dt_vb_render.c80 #define CLIPMASK (CLIP_FRUSTUM_BITS | CLIP_CULL_BIT)
Dt_vb_program.c135 store->andmask = CLIP_FRUSTUM_BITS; in do_ndc_cliptest()
/external/mesa3d/src/mesa/math/
Dm_xform.h91 #define CLIP_FRUSTUM_BITS 0x3f macro
Dm_debug_clip.c277 dca = rca = CLIP_FRUSTUM_BITS; in test_cliptest_function()