OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DepthClampNear
(Results
1 - 25
of
25
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
t_vb_vertex.c
126
if (ctx->Transform.
DepthClampNear
&& ctx->Transform.DepthClampFar) {
197
!(ctx->Transform.
DepthClampNear
&&
207
!(ctx->Transform.
DepthClampNear
&&
t_vb_program.c
146
!(ctx->Transform.
DepthClampNear
&&
156
!(ctx->Transform.
DepthClampNear
&&
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
t_vb_vertex.c
126
if (ctx->Transform.
DepthClampNear
&& ctx->Transform.DepthClampFar) {
194
!(ctx->Transform.
DepthClampNear
&&
204
!(ctx->Transform.
DepthClampNear
&&
t_vb_program.c
146
!(ctx->Transform.
DepthClampNear
&&
156
!(ctx->Transform.
DepthClampNear
&&
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_atom_shader.c
173
(st->ctx->Transform.
DepthClampNear
||
243
(st->ctx->Transform.
DepthClampNear
||
312
(st->ctx->Transform.
DepthClampNear
||
st_atom_rasterizer.c
300
!ctx->Transform.
DepthClampNear
;
st_cb_drawpixels.c
789
!ctx->Transform.
DepthClampNear
;
1296
if (ctx->Transform.
DepthClampNear
)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
attrib.c
75
GLboolean
DepthClampNear
;
340
attr->
DepthClampNear
= ctx->Transform.
DepthClampNear
;
634
TEST_AND_UPDATE(ctx->Transform.
DepthClampNear
&& ctx->Transform.DepthClampFar,
635
enable->
DepthClampNear
&& enable->DepthClampFar,
638
TEST_AND_UPDATE(ctx->Transform.
DepthClampNear
, enable->
DepthClampNear
,
1450
if (xform->
DepthClampNear
!= ctx->Transform.
DepthClampNear
&&
1453
ctx->Transform.
DepthClampNear
&
[
all
...]
enable.c
1010
if (ctx->Transform.
DepthClampNear
== state &&
1016
ctx->Transform.
DepthClampNear
= state;
1024
if (ctx->Transform.
DepthClampNear
== state)
1029
ctx->Transform.
DepthClampNear
= state;
1710
return ctx->Transform.
DepthClampNear
||
1717
return ctx->Transform.
DepthClampNear
;
rastpos.c
411
if (!ctx->Transform.
DepthClampNear
) {
448
if (ctx->Transform.
DepthClampNear
&&
455
if (ctx->Transform.
DepthClampNear
) {
mtypes.h
1301
GLboolean
DepthClampNear
; /**< GL_AMD_depth_clamp_separate */
get.c
704
v->value_bool = ctx->Transform.
DepthClampNear
|| ctx->Transform.DepthClampFar;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_atom_rasterizer.c
298
raster->depth_clip_near = !ctx->Transform.
DepthClampNear
;
st_cb_drawpixels.c
790
rasterizer.depth_clip_near = !ctx->Transform.
DepthClampNear
;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
attrib.c
143
attr->
DepthClampNear
= ctx->Transform.
DepthClampNear
;
362
TEST_AND_UPDATE(ctx->Transform.
DepthClampNear
&& ctx->Transform.DepthClampFar,
363
enable->
DepthClampNear
&& enable->DepthClampFar,
366
TEST_AND_UPDATE(ctx->Transform.
DepthClampNear
, enable->
DepthClampNear
,
1201
TEST_AND_UPDATE(ctx->Transform.
DepthClampNear
&&
1203
attr->Transform.
DepthClampNear
&&
1206
TEST_AND_UPDATE(ctx->Transform.
DepthClampNear
,
1207
attr->Transform.
DepthClampNear
,
[
all
...]
enable.c
1183
if (ctx->Transform.
DepthClampNear
== state &&
1190
ctx->Transform.
DepthClampNear
= state;
1197
if (ctx->Transform.
DepthClampNear
== state)
1203
ctx->Transform.
DepthClampNear
= state;
1928
return ctx->Transform.
DepthClampNear
||
1934
return ctx->Transform.
DepthClampNear
;
rastpos.c
417
if (!ctx->Transform.
DepthClampNear
) {
454
if (ctx->Transform.
DepthClampNear
&&
461
if (ctx->Transform.
DepthClampNear
) {
mtypes.h
1311
GLboolean
DepthClampNear
; /**< GL_AMD_depth_clamp_separate */
5038
GLboolean
DepthClampNear
;
get.c
755
v->value_bool = ctx->Transform.
DepthClampNear
|| ctx->Transform.DepthClampFar;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
genX_state_upload.c
1331
clip.ViewportZClipTestEnable = !(ctx->Transform.
DepthClampNear
&&
1426
clip.ViewportZClipTestEnable = !(ctx->Transform.
DepthClampNear
&&
2269
if (ctx->Transform.
DepthClampNear
&& ctx->Transform.DepthClampFar) {
2272
} else if (ctx->Transform.
DepthClampNear
) {
4608
if (!(ctx->Transform.
DepthClampNear
&&
4614
if (!ctx->Transform.
DepthClampNear
)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
genX_state_upload.c
1341
clip.ViewportZClipTestEnable = !(ctx->Transform.
DepthClampNear
&&
1436
clip.ViewportZClipTestEnable = !(ctx->Transform.
DepthClampNear
&&
2286
if (ctx->Transform.
DepthClampNear
&& ctx->Transform.DepthClampFar) {
2289
} else if (ctx->Transform.
DepthClampNear
) {
4686
if (!(ctx->Transform.
DepthClampNear
&&
4692
if (!ctx->Transform.
DepthClampNear
)
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_span.c
1219
if (ctx->Transform.
DepthClampNear
&& ctx->Transform.DepthClampFar)
/xsrc/external/mit/MesaLib/src/mesa/
get_hash.h
657
{ GL_DEPTH_CLAMP_NEAR_AMD, CONTEXT_BOOL(Transform.
DepthClampNear
), extra_AMD_depth_clamp_separate },
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_span.c
1222
if (ctx->Transform.
DepthClampNear
&& ctx->Transform.DepthClampFar)
/xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h
651
{ GL_DEPTH_CLAMP_NEAR_AMD, CONTEXT_BOOL(Transform.
DepthClampNear
), extra_AMD_depth_clamp_separate },
Completed in 72 milliseconds
Indexes created Tue Jul 28 00:24:17 UTC 2026