Lines Matching defs:clipmask
516 LP_CHECK_MEMBER_OFFSET(struct vertex_header, clipmask,
1177 * unsigned clipmask:DRAW_TOTAL_CLIP_PLANES;
1190 * ((x & 0x3fff) << 18) | // clipmask
1202 LLVMValueRef clipmask;
1207 clipmask = LLVMBuildAnd(builder, mask, lp_build_const_int32(gallivm, 0x3fff), "");
1208 clipmask = LLVMBuildShl(builder, clipmask, lp_build_const_int32(gallivm, 18), "");
1216 mask = LLVMBuildOr(builder, vertex_id, clipmask, "");
1234 LLVMValueRef clipmask,
1275 /* OR with the clipmask */
1276 cliptmp = LLVMBuildOr(builder, val, clipmask, "");
1282 lp_build_printf(gallivm, "io = %p, index %d, clipmask = %x\n",
1302 LLVMValueRef clipmask,
1363 clipmask,
1489 * Returns clipmask as nxi32 bitmask for the n vertices
1673 * This isn't really part of clipmask but stored the same in vertex
1708 * We need to invert the edgeflag bit from the clipmask here
1798 LLVMValueRef clipmask = lp_build_const_int_vec(gallivm,
1830 outputs, clipmask,
2040 /* hold temporary "bool" clipmask */
2177 LLVMValueRef clipmask; /* holds the clipmask value */
2317 /* allocate clipmask, assign it integer type */
2318 clipmask = generate_clipmask(llvm,
2325 temp = LLVMBuildOr(builder, clipmask, temp, "");
2330 clipmask = blduivec.zero;
2339 clipmask = blduivec.zero;
2342 /* store clipmask in vertex header,
2346 convert_to_aos(gallivm, variant->vertex_header_type, io, NULL, outputs, clipmask,
4095 LLVMValueRef clipmask = lp_build_const_int_vec(gallivm,
4098 convert_to_aos(gallivm, variant->vertex_header_type, io, NULL, outputs, clipmask,