Searched refs:_ClipUserPlane (Results 1 – 7 of 7) sorted by relevance
50 STATIC_ASSERT(sizeof(clip.ucp) <= sizeof(ctx->Transform._ClipUserPlane)); in st_update_clip()62 : ctx->Transform._ClipUserPlane, sizeof(clip.ucp)); in st_update_clip()
684 COPY_4V(consts.clip_planes[num_planes], ctx->Transform._ClipUserPlane[i]); in st_draw_hw_select_prepare_common()
118 GLfloat dot = v[0] * ctx->Transform._ClipUserPlane[p][0] in userclip_point()119 + v[1] * ctx->Transform._ClipUserPlane[p][1] in userclip_point()120 + v[2] * ctx->Transform._ClipUserPlane[p][2] in userclip_point()121 + v[3] * ctx->Transform._ClipUserPlane[p][3]; in userclip_point()
48 _mesa_transform_vector(ctx->Transform._ClipUserPlane[plane], in _mesa_update_clip_plane()
940 _mesa_transform_vector(ctx->Transform._ClipUserPlane[p], in update_projection()
1343 gl_clip_plane _ClipUserPlane[MAX_CLIP_PLANES]; /**< derived */ member
780 COPY_4V(value, ctx->Transform._ClipUserPlane[plane]); in fetch_state()