Searched refs:clipmask (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c128 dst->clipmask = 0;
299 unsigned clipmask )
330 while (clipmask && n >= 3) {
331 const unsigned plane_idx = ffs(clipmask)-1;
339 clipmask &= ~(1<<plane_idx);
468 unsigned clipmask )
477 while (clipmask) {
478 const unsigned plane_idx = ffs(clipmask)-1;
495 clipmask &= ~(1 << plane_idx); /* turn off this plane's bit */
498 if (v0->clipmask) {
532 unsigned clipmask = (header->v[0]->clipmask | local
551 unsigned clipmask = (header->v[0]->clipmask | local
[all...]
H A Ddraw_cliptest_tmp.h128 out->clipmask = mask;
129 need_pipeline |= out->clipmask;
H A Ddraw_pt_post_vs.c57 header->clipmask = 0;
H A Ddraw_llvm.c253 LP_CHECK_MEMBER_OFFSET(struct vertex_header, clipmask,
612 LLVMValueRef clipmask,
643 /* OR with the clipmask */
644 cliptmp = LLVMBuildOr(builder, val, clipmask, "");
650 lp_build_printf(gallivm, "io = %p, index %d\n, clipmask = %x\n",
667 LLVMValueRef clipmask,
720 clipmask, have_clipdist);
848 * Returns clipmask as nxi32 bitmask for the n vertices
1174 /* hold temporary "bool" clipmask */
1200 LLVMValueRef clipmask; /* hold local
606 store_aos_array(struct gallivm_state *gallivm, struct lp_type soa_type, LLVMValueRef io_ptr, LLVMValueRef* aos, int attrib, int num_outputs, LLVMValueRef clipmask, boolean have_clipdist) argument
664 convert_to_aos(struct gallivm_state *gallivm, LLVMValueRef io, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], LLVMValueRef clipmask, int num_outputs, struct lp_type soa_type, boolean have_clipdist) argument
[all...]
H A Ddraw_private.h74 unsigned clipmask:DRAW_TOTAL_CLIP_PLANES; member in struct:vertex_header
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c128 dst->clipmask = 0;
299 unsigned clipmask )
330 while (clipmask && n >= 3) {
331 const unsigned plane_idx = ffs(clipmask)-1;
339 clipmask &= ~(1<<plane_idx);
468 unsigned clipmask )
477 while (clipmask) {
478 const unsigned plane_idx = ffs(clipmask)-1;
495 clipmask &= ~(1 << plane_idx); /* turn off this plane's bit */
498 if (v0->clipmask) {
532 unsigned clipmask = (header->v[0]->clipmask | local
551 unsigned clipmask = (header->v[0]->clipmask | local
[all...]
H A Ddraw_cliptest_tmp.h128 out->clipmask = mask;
129 need_pipeline |= out->clipmask;
H A Ddraw_pt_post_vs.c57 header->clipmask = 0;
H A Ddraw_llvm.c253 LP_CHECK_MEMBER_OFFSET(struct vertex_header, clipmask,
612 LLVMValueRef clipmask,
643 /* OR with the clipmask */
644 cliptmp = LLVMBuildOr(builder, val, clipmask, "");
650 lp_build_printf(gallivm, "io = %p, index %d\n, clipmask = %x\n",
667 LLVMValueRef clipmask,
720 clipmask, have_clipdist);
848 * Returns clipmask as nxi32 bitmask for the n vertices
1174 /* hold temporary "bool" clipmask */
1200 LLVMValueRef clipmask; /* hold local
606 store_aos_array(struct gallivm_state *gallivm, struct lp_type soa_type, LLVMValueRef io_ptr, LLVMValueRef* aos, int attrib, int num_outputs, LLVMValueRef clipmask, boolean have_clipdist) argument
664 convert_to_aos(struct gallivm_state *gallivm, LLVMValueRef io, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], LLVMValueRef clipmask, int num_outputs, struct lp_type soa_type, boolean have_clipdist) argument
[all...]
H A Ddraw_private.h74 unsigned clipmask:DRAW_TOTAL_CLIP_PLANES; member in struct:vertex_header
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_vertex.c46 GLubyte *clipmask; member in struct:vertex_stage_data
63 GLubyte *clipmask, \
87 clipmask[i] |= CLIP_USER_BIT; \
182 * the clipmask.
191 store->clipmask,
200 store->clipmask,
216 store->clipmask,
226 VB->ClipMask = store->clipmask;
248 store->clipmask = (GLubyte *) _mesa_align_malloc(sizeof(GLubyte)*size, 32 );
250 if (!store->clipmask ||
[all...]
H A Dt_vb_program.c69 GLubyte *clipmask; /**< clip flags */ member in struct:vp_stage_data
84 GLubyte *clipmask,
109 clipmask[i] |= CLIP_USER_BIT;
133 * the clipmask.
144 store->clipmask,
153 store->clipmask,
171 store->clipmask,
182 VB->ClipMask = store->clipmask;
524 store->clipmask = (GLubyte *) _mesa_align_malloc(sizeof(GLubyte)*size, 32 );
547 _mesa_align_free( store->clipmask );
82 userclip( struct gl_context *ctx, GLvector4f *clip, GLubyte *clipmask, GLubyte *clipormask, GLubyte *clipandmask ) argument
[all...]
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_vertex.c46 GLubyte *clipmask; member in struct:vertex_stage_data
63 GLubyte *clipmask, \
87 clipmask[i] |= CLIP_USER_BIT; \
182 * the clipmask.
191 store->clipmask,
200 store->clipmask,
216 store->clipmask,
226 VB->ClipMask = store->clipmask;
248 store->clipmask = (GLubyte *) _mesa_align_malloc(sizeof(GLubyte)*size, 32 );
250 if (!store->clipmask ||
[all...]
H A Dt_vb_program.c69 GLubyte *clipmask; /**< clip flags */ member in struct:vp_stage_data
84 GLubyte *clipmask,
109 clipmask[i] |= CLIP_USER_BIT;
133 * the clipmask.
144 store->clipmask,
153 store->clipmask,
171 store->clipmask,
182 VB->ClipMask = store->clipmask;
524 store->clipmask = (GLubyte *) _mesa_align_malloc(sizeof(GLubyte)*size, 32 );
547 _mesa_align_free( store->clipmask );
82 userclip( struct gl_context *ctx, GLvector4f *clip, GLubyte *clipmask, GLubyte *clipormask, GLubyte *clipandmask ) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A D3dnow.c70 const GLubyte *clipmask );
H A Dsse.c82 const GLubyte *clipmask );
/external/mesa3d/src/mesa/x86/
H A D3dnow.c70 const GLubyte *clipmask );
H A Dsse.c82 const GLubyte *clipmask );

Completed in 200 milliseconds