Searched refs:destY (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | image.c | 606 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 …]
|
D | image.h | 108 GLint *destX, GLint *destY, 121 GLint *destX, GLint *destY,
|
D | copyimage.h | 42 GLint destX, GLint destY, GLint destZ,
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga_reg.h | 1356 uint32 destY; member 1379 uint32 destY; member
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.c | 2123 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/ |
D | backend.cpp | 372 int32_t destY = KNOB_MACROTILE_Y_DIM * y; in ProcessStoreTileBE() local 375 attachment, destX, destY, pHotTile->renderTargetArrayIndex, pHotTile->pBuffer); in ProcessStoreTileBE()
|