Searched defs:clipmask (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vb_vertex.c47 GLubyte *clipmask; member in struct:vertex_stage_data
[all...]
H A Dt_vb_program.c70 GLubyte *clipmask; /**< clip flags */ member in struct:vp_stage_data
83 userclip(struct gl_context * ctx,GLvector4f * clip,GLubyte * clipmask,GLubyte * clipormask,GLubyte * clipandmask) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vb_vertex.c47 GLubyte *clipmask; member in struct:vertex_stage_data
[all...]
H A Dt_vb_program.c70 GLubyte *clipmask; /**< clip flags */ member in struct:vp_stage_data
83 userclip(struct gl_context * ctx,GLvector4f * clip,GLubyte * clipmask,GLubyte * clipormask,GLubyte * clipandmask) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c346 do_clip_tri(struct draw_stage * stage,struct prim_header * header,unsigned clipmask) argument
561 do_clip_line(struct draw_stage * stage,struct prim_header * header,unsigned clipmask) argument
657 unsigned clipmask = header->v[0]->clipmask; local in function:clip_point_guard_xy
692 unsigned clipmask = (header->v[0]->clipmask | local in function:clip_line
710 unsigned clipmask = (header->v[0]->clipmask | local in function:clip_tri
[all...]
H A Ddraw_private.h89 unsigned clipmask:DRAW_TOTAL_CLIP_PLANES; member in struct:vertex_header
H A Ddraw_llvm.c846 LLVMValueRef clipmask; local in function:adjust_mask
870 store_aos_array(struct gallivm_state * gallivm,struct lp_type soa_type,LLVMValueRef io_ptr,LLVMValueRef * indices,LLVMValueRef * aos,int attrib,int num_outputs,LLVMValueRef clipmask,boolean need_edgeflag) argument
940 convert_to_aos(struct gallivm_state * gallivm,LLVMValueRef io,LLVMValueRef * indices,LLVMValueRef (* outputs)[TGSI_NUM_CHANNELS],LLVMValueRef clipmask,int num_outputs,struct lp_type soa_type,boolean need_edgeflag) argument
1445 LLVMValueRef clipmask = lp_build_const_int_vec(gallivm, local in function:draw_gs_llvm_emit_vertex
1789 LLVMValueRef clipmask; /* holds the clipmask value */ local in function:draw_llvm_generate
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c346 do_clip_tri(struct draw_stage * stage,struct prim_header * header,unsigned clipmask) argument
572 do_clip_line(struct draw_stage * stage,struct prim_header * header,unsigned clipmask) argument
668 unsigned clipmask = header->v[0]->clipmask; local in function:clip_point_guard_xy
703 unsigned clipmask = (header->v[0]->clipmask | local in function:clip_line
721 unsigned clipmask = (header->v[0]->clipmask | local in function:clip_tri
[all...]
H A Ddraw_private.h120 unsigned clipmask:DRAW_TOTAL_CLIP_PLANES; member in struct:vertex_header
H A Ddraw_llvm.c1218 LLVMValueRef clipmask; local in function:adjust_mask
1242 store_aos_array(struct gallivm_state * gallivm,struct lp_type soa_type,LLVMValueRef io_ptr,LLVMValueRef * indices,LLVMValueRef * aos,int attrib,int num_outputs,LLVMValueRef clipmask,boolean need_edgeflag) argument
1312 convert_to_aos(struct gallivm_state * gallivm,LLVMValueRef io,LLVMValueRef * indices,LLVMValueRef (* outputs)[TGSI_NUM_CHANNELS],LLVMValueRef clipmask,int num_outputs,struct lp_type soa_type,boolean need_edgeflag) argument
1818 LLVMValueRef clipmask = lp_build_const_int_vec(gallivm, local in function:draw_gs_llvm_emit_vertex
2194 LLVMValueRef clipmask; /* holds the clipmask value */ local in function:draw_llvm_generate
4103 LLVMValueRef clipmask = lp_build_const_int_vec(gallivm, local in function:draw_tes_llvm_generate
[all...]

Completed in 20 milliseconds