Home
last modified time | relevance | path

Searched refs:_ClipUserPlane (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_clip.c50 STATIC_ASSERT(sizeof(clip.ucp) <= sizeof(ctx->Transform._ClipUserPlane)); in st_update_clip()
62 : ctx->Transform._ClipUserPlane, sizeof(clip.ucp)); in st_update_clip()
Dst_draw_hw_select.c684 COPY_4V(consts.clip_planes[num_planes], ctx->Transform._ClipUserPlane[i]); in st_draw_hw_select_prepare_common()
/third_party/mesa3d/src/mesa/main/
Drastpos.c118 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()
Dclip.c48 _mesa_transform_vector(ctx->Transform._ClipUserPlane[plane], in _mesa_update_clip_plane()
Dmatrix.c940 _mesa_transform_vector(ctx->Transform._ClipUserPlane[p], in update_projection()
Dmtypes.h1343 gl_clip_plane _ClipUserPlane[MAX_CLIP_PLANES]; /**< derived */ member
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c780 COPY_4V(value, ctx->Transform._ClipUserPlane[plane]); in fetch_state()