Home
last modified time | relevance | path

Searched refs:destX (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/main/
Dimage.c606 GLint *destX, GLint *destY, in _mesa_clip_drawpixels() argument
620 if (*destX < buffer->_Xmin) { in _mesa_clip_drawpixels()
621 unpack->SkipPixels += (buffer->_Xmin - *destX); in _mesa_clip_drawpixels()
622 *width -= (buffer->_Xmin - *destX); in _mesa_clip_drawpixels()
623 *destX = buffer->_Xmin; in _mesa_clip_drawpixels()
626 if (*destX + *width > buffer->_Xmax) in _mesa_clip_drawpixels()
627 *width -= (*destX + *width - buffer->_Xmax); in _mesa_clip_drawpixels()
739 GLint *destX, GLint *destY, in _mesa_clip_copytexsubimage() argument
748 *destX = *destX + *srcX - srcX0; in _mesa_clip_copytexsubimage()
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.h1355 uint32 destX; member
1378 uint32 destX; member
Dsvga3d_dx.h631 uint32 destX; 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
2361 blit.dst.box.x = destX; in st_CopyTexSubImage()
2376 destX, destY, slice, in st_CopyTexSubImage()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dbackend.cpp371 int32_t destX = KNOB_MACROTILE_X_DIM * x; in ProcessStoreTileBE() local
375 attachment, destX, destY, pHotTile->renderTargetArrayIndex, pHotTile->pBuffer); in ProcessStoreTileBE()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c1334 cmd->destX = dstx; in SVGA3D_vgpu10_BufferCopy()
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c2014 SVGA3D_DUMP_PARAMETER(destX, u); in SVGA3D_DUMP_HEADER()