OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClipPlanesEnabled
(Results
1 - 25
of
49
) sorted by relevancy
1
2
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_util.h
101
ctx->Transform.
ClipPlanesEnabled
;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_util.h
101
ctx->Transform.
ClipPlanesEnabled
;
st_atom_shader.c
258
key.lower_ucp = st->ctx->Transform.
ClipPlanesEnabled
;
321
key.lower_ucp = st->ctx->Transform.
ClipPlanesEnabled
;
st_atom_rasterizer.c
304
raster->clip_plane_enable = ctx->Transform.
ClipPlanesEnabled
;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_clip.c
114
if (ctx->Transform.
ClipPlanesEnabled
)
115
key.nr_userclip = util_logbase2(ctx->Transform.
ClipPlanesEnabled
) + 1;
brw_curbe.c
89
if (ctx->Transform.
ClipPlanesEnabled
) {
90
GLuint nr_planes = 6 + util_bitcount(ctx->Transform.
ClipPlanesEnabled
);
254
mask = ctx->Transform.
ClipPlanesEnabled
;
brw_sf.c
124
key.userclip_active = (ctx->Transform.
ClipPlanesEnabled
!= 0);
brw_vs.c
272
if (ctx->Transform.
ClipPlanesEnabled
!= 0 &&
276
util_logbase2(ctx->Transform.
ClipPlanesEnabled
) + 1;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_clip.c
114
if (ctx->Transform.
ClipPlanesEnabled
)
115
key.nr_userclip = _mesa_logbase2(ctx->Transform.
ClipPlanesEnabled
) + 1;
brw_curbe.c
89
if (ctx->Transform.
ClipPlanesEnabled
) {
90
GLuint nr_planes = 6 + util_bitcount(ctx->Transform.
ClipPlanesEnabled
);
254
mask = ctx->Transform.
ClipPlanesEnabled
;
brw_sf.c
124
key.userclip_active = (ctx->Transform.
ClipPlanesEnabled
!= 0);
brw_vs.c
257
if (ctx->Transform.
ClipPlanesEnabled
!= 0 &&
261
_mesa_logbase2(ctx->Transform.
ClipPlanesEnabled
) + 1;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
clip.c
92
if (ctx->Transform.
ClipPlanesEnabled
& (1 << p)) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
clip.c
91
if (ctx->Transform.
ClipPlanesEnabled
& (1 << p)) {
matrix.c
585
mask = ctx->Transform.
ClipPlanesEnabled
;
774
ctx->Transform.
ClipPlanesEnabled
= 0;
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
t_vb_vertex.c
68
GLbitfield mask = ctx->Transform.
ClipPlanesEnabled
; \
218
if (ctx->Transform.
ClipPlanesEnabled
) {
t_vb_cliptmp.h
139
GLbitfield enabled = ctx->Transform.
ClipPlanesEnabled
;
227
GLbitfield enabled = ctx->Transform.
ClipPlanesEnabled
;
289
GLbitfield enabled = ctx->Transform.
ClipPlanesEnabled
;
t_vb_program.c
89
GLbitfield mask = ctx->Transform.
ClipPlanesEnabled
;
168
if (ctx->Transform.
ClipPlanesEnabled
&&
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
t_vb_vertex.c
68
GLbitfield mask = ctx->Transform.
ClipPlanesEnabled
; \
215
if (ctx->Transform.
ClipPlanesEnabled
) {
t_vb_cliptmp.h
139
GLbitfield enabled = ctx->Transform.
ClipPlanesEnabled
;
227
GLbitfield enabled = ctx->Transform.
ClipPlanesEnabled
;
289
GLbitfield enabled = ctx->Transform.
ClipPlanesEnabled
;
t_vb_program.c
89
GLbitfield mask = ctx->Transform.
ClipPlanesEnabled
;
168
if (ctx->Transform.
ClipPlanesEnabled
&&
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
radeon_state_init.c
228
TCL_CHECK( tcl_ucp0_add4, (ctx->Transform.
ClipPlanesEnabled
& 0x1), 4 )
229
TCL_CHECK( tcl_ucp1_add4, (ctx->Transform.
ClipPlanesEnabled
& 0x2), 4 )
230
TCL_CHECK( tcl_ucp2_add4, (ctx->Transform.
ClipPlanesEnabled
& 0x4), 4 )
231
TCL_CHECK( tcl_ucp3_add4, (ctx->Transform.
ClipPlanesEnabled
& 0x8), 4 )
232
TCL_CHECK( tcl_ucp4_add4, (ctx->Transform.
ClipPlanesEnabled
& 0x10), 4 )
233
TCL_CHECK( tcl_ucp5_add4, (ctx->Transform.
ClipPlanesEnabled
& 0x20), 4 )
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
radeon_state_init.c
229
TCL_CHECK( tcl_ucp0_add4, (ctx->Transform.
ClipPlanesEnabled
& 0x1), 4 )
230
TCL_CHECK( tcl_ucp1_add4, (ctx->Transform.
ClipPlanesEnabled
& 0x2), 4 )
231
TCL_CHECK( tcl_ucp2_add4, (ctx->Transform.
ClipPlanesEnabled
& 0x4), 4 )
232
TCL_CHECK( tcl_ucp3_add4, (ctx->Transform.
ClipPlanesEnabled
& 0x8), 4 )
233
TCL_CHECK( tcl_ucp4_add4, (ctx->Transform.
ClipPlanesEnabled
& 0x10), 4 )
234
TCL_CHECK( tcl_ucp5_add4, (ctx->Transform.
ClipPlanesEnabled
& 0x20), 4 )
/xsrc/external/mit/MesaLib/src/mesa/
get_hash.h
116
{ GL_CLIP_DISTANCE0, CONTEXT_BIT0(Transform.
ClipPlanesEnabled
), extra_valid_clip_distance },
117
{ GL_CLIP_DISTANCE1, CONTEXT_BIT1(Transform.
ClipPlanesEnabled
), extra_valid_clip_distance },
118
{ GL_CLIP_DISTANCE2, CONTEXT_BIT2(Transform.
ClipPlanesEnabled
), extra_valid_clip_distance },
119
{ GL_CLIP_DISTANCE3, CONTEXT_BIT3(Transform.
ClipPlanesEnabled
), extra_valid_clip_distance },
120
{ GL_CLIP_DISTANCE4, CONTEXT_BIT4(Transform.
ClipPlanesEnabled
), extra_valid_clip_distance },
121
{ GL_CLIP_DISTANCE5, CONTEXT_BIT5(Transform.
ClipPlanesEnabled
), extra_valid_clip_distance },
122
{ GL_CLIP_DISTANCE6, CONTEXT_BIT6(Transform.
ClipPlanesEnabled
), extra_valid_clip_distance },
123
{ GL_CLIP_DISTANCE7, CONTEXT_BIT7(Transform.
ClipPlanesEnabled
), extra_valid_clip_distance },
/xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h
116
{ GL_CLIP_DISTANCE0, CONTEXT_BIT0(Transform.
ClipPlanesEnabled
), extra_valid_clip_distance },
117
{ GL_CLIP_DISTANCE1, CONTEXT_BIT1(Transform.
ClipPlanesEnabled
), extra_valid_clip_distance },
118
{ GL_CLIP_DISTANCE2, CONTEXT_BIT2(Transform.
ClipPlanesEnabled
), extra_valid_clip_distance },
119
{ GL_CLIP_DISTANCE3, CONTEXT_BIT3(Transform.
ClipPlanesEnabled
), extra_valid_clip_distance },
120
{ GL_CLIP_DISTANCE4, CONTEXT_BIT4(Transform.
ClipPlanesEnabled
), extra_valid_clip_distance },
121
{ GL_CLIP_DISTANCE5, CONTEXT_BIT5(Transform.
ClipPlanesEnabled
), extra_valid_clip_distance },
122
{ GL_CLIP_DISTANCE6, CONTEXT_BIT6(Transform.
ClipPlanesEnabled
), extra_valid_clip_distance },
123
{ GL_CLIP_DISTANCE7, CONTEXT_BIT7(Transform.
ClipPlanesEnabled
), extra_valid_clip_distance },
Completed in 51 milliseconds
1
2
Indexes created Thu Jul 30 00:24:59 UTC 2026