Lines Matching defs:count
1720 * vertices which were beyond the count (i.e. indices_valid for
1910 LLVMValueRef count, fetch_elts, start_or_maxelt;
1960 arg_types[i++] = int32_type; /* count */
1987 count = LLVMGetParam(variant_func, 3);
2012 lp_build_name(count, "count");
2067 fetch_max = LLVMBuildSub(builder, count, bld.one, "fetch_max");
2350 lp_build_loop_end_cond(&lp_loop, count, step, LLVMIntUGE);
3424 LLVMValueRef count = lp_build_const_int32(gallivm, variant->shader->base.vertices_out);
3526 mask_val = generate_tcs_mask_value(variant, tcs_type, count, LLVMBuildMul(builder, counter, step, ""));