/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_cliptest_tmp.h | 128 out->clipmask = mask; 129 need_pipeline |= out->clipmask;
|
draw_pt_fetch.c | 74 /* Leave the clipmask/edgeflags/pad/vertex_id untouched
|
draw_pt_post_vs.c | 57 header->clipmask = 0;
|
draw_private.h | 74 unsigned clipmask:DRAW_TOTAL_CLIP_PLANES; member in struct:vertex_header
|
/external/chromium_org/third_party/mesa/src/src/mesa/sparc/ |
sparc_clip.S | 61 GLubyte clipMask[], GLubyte *orMask, GLubyte *andMask, 102 * i2: clipMask 191 * i2: clipMask
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vb_cliptmp.h | 91 /* For regular clipping, we know from the clipmask that one \ 151 if (VB->ClipMask[v0]) { 165 if (VB->ClipMask[v1]) {
|
t_context.h | 213 GLubyte *ClipMask; /* _TNL_BIT_POS */
|
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
x86_cliptest.S | 92 * EDX: clipmask[] 154 MOV_L( ECX, ARG_CLIP ) /* put clipmask + count in ARG_CLIP */ 323 MOV_L( ECX, EDI ) /* put clipmask + count in EDI */
|
gen_matypes.c | 122 OFFSET( "VB_CLIP_MASK ", struct vertex_buffer, ClipMask );
|
/external/mesa3d/src/mesa/sparc/ |
sparc_clip.S | 61 GLubyte clipMask[], GLubyte *orMask, GLubyte *andMask, 102 * i2: clipMask 191 * i2: clipMask
|
/external/mesa3d/src/mesa/tnl/ |
t_vb_cliptmp.h | 91 /* For regular clipping, we know from the clipmask that one \ 151 if (VB->ClipMask[v0]) { 165 if (VB->ClipMask[v1]) {
|
t_context.h | 213 GLubyte *ClipMask; /* _TNL_BIT_POS */
|
/external/mesa3d/src/mesa/x86/ |
x86_cliptest.S | 92 * EDX: clipmask[] 154 MOV_L( ECX, ARG_CLIP ) /* put clipmask + count in ARG_CLIP */ 323 MOV_L( ECX, EDI ) /* put clipmask + count in EDI */
|
gen_matypes.c | 122 OFFSET( "VB_CLIP_MASK ", struct vertex_buffer, ClipMask );
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/ |
ss_triangle.c | 221 if (VB->ClipMask[VB->Elts[i]] == 0) 226 if (VB->ClipMask[i] == 0)
|
/external/mesa3d/src/mesa/swrast_setup/ |
ss_triangle.c | 221 if (VB->ClipMask[VB->Elts[i]] == 0) 226 if (VB->ClipMask[i] == 0)
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pt_fetch.c | 74 /* Leave the clipmask/edgeflags/pad/vertex_id untouched
|
draw_pt_post_vs.c | 57 header->clipmask = 0;
|
draw_private.h | 74 unsigned clipmask:DRAW_TOTAL_CLIP_PLANES; member in struct:vertex_header
|
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
m_xform.h | 104 GLubyte clipMask[],
|
/external/mesa3d/src/mesa/math/ |
m_xform.h | 104 GLubyte clipMask[],
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/ |
t_dd_tritmp.h | 640 if ( VB->ClipMask[i] == 0 ) { 648 if ( VB->ClipMask[e] == 0 ) {
|
/external/mesa3d/src/mesa/tnl_dd/ |
t_dd_tritmp.h | 640 if ( VB->ClipMask[i] == 0 ) { 648 if ( VB->ClipMask[e] == 0 ) {
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_clip_line.c | 105 * if (clipmask & (1 << p)) {
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_clip_line.c | 105 * if (clipmask & (1 << p)) {
|