Home | History | Annotate | Download | only in common

Lines Matching refs:num_clips

130 	unsigned num_clips;
3916 ctx->num_clips = length;
4153 ctx->shader_info->vs.cull_dist_mask <<= ctx->num_clips;
4156 for (j = 0; j < ctx->num_clips; j++)
4161 slots[ctx->num_clips + j] = to_float(ctx, LLVMBuildLoad(ctx->builder,
4164 for (i = ctx->num_clips + ctx->num_culls; i < 8; i++)
4167 if (ctx->num_clips + ctx->num_culls > 4) {