OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Ymax
(Results
1 - 25
of
46
) sorted by relevancy
1
2
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nouveau_util.h
136
*h = fb->
_Ymax
- fb->_Ymin;
140
fb->Height - fb->
_Ymax
);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nouveau_util.h
136
*h = fb->
_Ymax
- fb->_Ymin;
140
fb->Height - fb->
_Ymax
);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
image.c
640
if (*destY + *height > buffer->
_Ymax
)
641
*height -= (*destY + *height - buffer->
_Ymax
);
645
if (*destY > buffer->
_Ymax
) {
646
unpack->SkipRows += (*destY - buffer->
_Ymax
);
647
*height -= (*destY - buffer->
_Ymax
);
648
*destY = buffer->
_Ymax
;
896
const GLint dstYmax = drawFb->
_Ymax
;
accum.c
83
height = ctx->DrawBuffer->
_Ymax
- ctx->DrawBuffer->_Ymin;
414
height = ctx->DrawBuffer->
_Ymax
- ctx->DrawBuffer->_Ymin;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
image.c
640
if (*destY + *height > buffer->
_Ymax
)
641
*height -= (*destY + *height - buffer->
_Ymax
);
645
if (*destY > buffer->
_Ymax
) {
646
unpack->SkipRows += (*destY - buffer->
_Ymax
);
647
*height -= (*destY - buffer->
_Ymax
);
648
*destY = buffer->
_Ymax
;
896
const GLint dstYmax = drawFb->
_Ymax
;
accum.c
82
height = ctx->DrawBuffer->
_Ymax
- ctx->DrawBuffer->_Ymin;
413
height = ctx->DrawBuffer->
_Ymax
- ctx->DrawBuffer->_Ymin;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
intel_pixel_copy.c
151
fb->_Xmax, fb->
_Ymax
,
intel_blit.c
361
cy = ctx->DrawBuffer->Height - fb->
_Ymax
;
365
ch = fb->
_Ymax
- fb->_Ymin;
intel_pixel_bitmap.c
250
fb->_Xmax, fb->
_Ymax
,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_pixel_copy.c
153
fb->_Xmax, fb->
_Ymax
,
brw_clear.c
84
fb->
_Ymax
>= fb->Height;
brw_meta_util.c
194
draw_fb->_Xmin, draw_fb->_Ymin, draw_fb->_Xmax, draw_fb->
_Ymax
,
brw_pixel_bitmap.c
249
fb->_Xmax, fb->
_Ymax
,
brw_blorp.c
1199
y0 = rb->Height - fb->
_Ymax
;
1203
y1 = fb->
_Ymax
;
1398
y0 = rb_height - fb->
_Ymax
;
1402
y1 = fb->
_Ymax
;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
intel_pixel_copy.c
151
fb->_Xmax, fb->
_Ymax
,
intel_blit.c
361
cy = ctx->DrawBuffer->Height - fb->
_Ymax
;
365
ch = fb->
_Ymax
- fb->_Ymin;
intel_pixel_bitmap.c
250
fb->_Xmax, fb->
_Ymax
,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
intel_pixel_copy.c
153
fb->_Xmax, fb->
_Ymax
,
brw_clear.c
85
fb->
_Ymax
>= fb->Height;
brw_meta_util.c
194
draw_fb->_Xmin, draw_fb->_Ymin, draw_fb->_Xmax, draw_fb->
_Ymax
,
intel_pixel_bitmap.c
247
fb->_Xmax, fb->
_Ymax
,
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_clear.c
118
const GLint height = ctx->DrawBuffer->
_Ymax
- ctx->DrawBuffer->_Ymin;
s_zoom.c
87
r0 = CLAMP(r0, fb->_Ymin, fb->
_Ymax
);
88
r1 = CLAMP(r1, fb->_Ymin, fb->
_Ymax
);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_clear.c
48
const GLint height = ctx->DrawBuffer->
_Ymax
- ctx->DrawBuffer->_Ymin;
s_zoom.c
87
r0 = CLAMP(r0, fb->_Ymin, fb->
_Ymax
);
88
r1 = CLAMP(r1, fb->_Ymin, fb->
_Ymax
);
Completed in 56 milliseconds
1
2
Indexes created Wed Jul 29 00:25:28 UTC 2026