Home | History | Annotate | Download | only in draw

Lines Matching defs:clipmask

253       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; /* holds the clipmask value */
1266 /* allocate clipmask, assign it integer type */
1267 clipmask = generate_clipmask(llvm,
1277 temp = LLVMBuildOr(builder, clipmask, temp, "");
1282 clipmask = lp_build_const_int_vec(gallivm, lp_int_type(vs_type), 0);
1290 /* store clipmask in vertex header,
1294 convert_to_aos(gallivm, io, outputs, clipmask,