Searched defs:clipmask (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_clip.c | 346 do_clip_tri(struct draw_stage *stage, struct prim_header *header, unsigned clipmask) do_clip_tri() argument 572 do_clip_line(struct draw_stage *stage, struct prim_header *header, unsigned clipmask) do_clip_line() argument 668 unsigned clipmask = header->v[0]->clipmask; clip_point_guard_xy() local 703 unsigned clipmask = (header->v[0]->clipmask | clip_line() local 721 unsigned clipmask = (header->v[0]->clipmask | clip_tri() local [all...] |
H A D | draw_private.h | 120 unsigned clipmask:DRAW_TOTAL_CLIP_PLANES; member
|
H A D | draw_llvm.c | 1202 LLVMValueRef clipmask; in adjust_mask() local 1226 store_aos_array(struct gallivm_state *gallivm, struct lp_type soa_type, LLVMTypeRef io_type, LLVMValueRef io_ptr, LLVMValueRef *indices, LLVMValueRef* aos, int attrib, int num_outputs, LLVMValueRef clipmask, boolean need_edgeflag) store_aos_array() argument 1297 convert_to_aos(struct gallivm_state *gallivm, LLVMTypeRef io_type, LLVMValueRef io, LLVMValueRef *indices, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], LLVMValueRef clipmask, int num_outputs, struct lp_type soa_type, boolean need_edgeflag) convert_to_aos() argument 1798 LLVMValueRef clipmask = lp_build_const_int_vec(gallivm, draw_gs_llvm_emit_vertex() local 2177 LLVMValueRef clipmask; /* holds the clipmask value */ draw_llvm_generate() local 4095 LLVMValueRef clipmask = lp_build_const_int_vec(gallivm, draw_tes_llvm_generate() local [all...] |
Completed in 6 milliseconds