HomeSort by relevance Sort by last modified time
    Searched refs:clipmask (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/mesa/tnl/
t_vb_vertex.c 47 GLubyte *clipmask; member in struct:vertex_stage_data
64 GLubyte *clipmask, \
87 clipmask[i] |= CLIP_USER_BIT; \
182 * the clipmask.
191 store->clipmask,
200 store->clipmask,
210 /* Test userclip planes. This contributes to VB->ClipMask, so
216 store->clipmask,
226 VB->ClipMask = store->clipmask;
    [all...]
t_vb_program.c 69 GLubyte *clipmask; /**< clip flags */ member in struct:vp_stage_data
84 GLubyte *clipmask,
108 clipmask[i] |= CLIP_USER_BIT;
131 * the clipmask.
142 store->clipmask,
151 store->clipmask,
162 /* Test userclip planes. This contributes to VB->ClipMask.
169 store->clipmask,
180 VB->ClipMask = store->clipmask;
    [all...]
  /external/mesa3d/src/mesa/x86/
3dnow.c 68 const GLubyte *clipmask );
sse.c 82 const GLubyte *clipmask );
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c 149 dst->clipmask = 0;
393 unsigned clipmask)
460 while (clipmask && n >= 3) {
461 const unsigned plane_idx = ffs(clipmask)-1;
469 clipmask &= ~(1<<plane_idx);
604 unsigned clipmask)
625 while (clipmask) {
626 const unsigned plane_idx = ffs(clipmask)-1;
646 clipmask &= ~(1 << plane_idx); /* turn off this plane's bit */
649 if (v0->clipmask) {
698 unsigned clipmask = header->v[0]->clipmask; local
733 unsigned clipmask = (header->v[0]->clipmask | local
751 unsigned clipmask = (header->v[0]->clipmask | local
    [all...]
draw_cliptest_tmp.h 156 out->clipmask = mask;
157 need_pipeline |= out->clipmask;
draw_llvm.c 396 LP_CHECK_MEMBER_OFFSET(struct vertex_header, clipmask,
817 * unsigned clipmask:DRAW_TOTAL_CLIP_PLANES;
830 * ((x & 0x3fff) << 18) | // clipmask
842 LLVMValueRef clipmask; local
847 clipmask = LLVMBuildAnd(builder, mask, lp_build_const_int32(gallivm, 0x3fff), "");
848 clipmask = LLVMBuildShl(builder, clipmask, lp_build_const_int32(gallivm, 18), "");
856 mask = LLVMBuildOr(builder, vertex_id, clipmask, "");
873 LLVMValueRef clipmask,
1441 LLVMValueRef clipmask = lp_build_const_int_vec(gallivm, local
1785 LLVMValueRef clipmask; \/* holds the clipmask value *\/ local
    [all...]
draw_pt_post_vs.c 59 header->clipmask = 0;
draw_private.h 89 unsigned clipmask:DRAW_TOTAL_CLIP_PLANES; member in struct:vertex_header

Completed in 308 milliseconds