Home
last modified time | relevance | path

Searched refs:destY (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/main/
Dimage.c606 GLint *destX, GLint *destY, in _mesa_clip_drawpixels() argument
634 if (*destY < buffer->_Ymin) { in _mesa_clip_drawpixels()
635 unpack->SkipRows += (buffer->_Ymin - *destY); in _mesa_clip_drawpixels()
636 *height -= (buffer->_Ymin - *destY); in _mesa_clip_drawpixels()
637 *destY = buffer->_Ymin; in _mesa_clip_drawpixels()
640 if (*destY + *height > buffer->_Ymax) in _mesa_clip_drawpixels()
641 *height -= (*destY + *height - buffer->_Ymax); in _mesa_clip_drawpixels()
645 if (*destY > buffer->_Ymax) { in _mesa_clip_drawpixels()
646 unpack->SkipRows += (*destY - buffer->_Ymax); in _mesa_clip_drawpixels()
647 *height -= (*destY - buffer->_Ymax); in _mesa_clip_drawpixels()
[all …]
Dimage.h108 GLint *destX, GLint *destY,
121 GLint *destX, GLint *destY,
Dcopyimage.h42 GLint destX, GLint destY, GLint destZ,
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_reg.h1356 uint32 destY; member
1379 uint32 destY; member
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c2123 GLint destX, GLint destY, GLint slice, in fallback_copy_texsubimage() argument
2161 destX, destY, slice, in fallback_copy_texsubimage()
2274 GLint destX, GLint destY, GLint slice, in st_CopyTexSubImage() argument
2362 blit.dst.box.y = destY; in st_CopyTexSubImage()
2376 destX, destY, slice, in st_CopyTexSubImage()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dbackend.cpp372 int32_t destY = KNOB_MACROTILE_Y_DIM * y; in ProcessStoreTileBE() local
375 attachment, destX, destY, pHotTile->renderTargetArrayIndex, pHotTile->pBuffer); in ProcessStoreTileBE()