HomeSort by relevance Sort by last modified time
    Searched defs:srcy (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_texture.c 56 unsigned y, unsigned h, unsigned srcy,
70 box.srcy = srcy;
136 unsigned y, h, srcy; local
139 srcy = 0;
174 svga_transfer_dma_band(svga, st, transfer, y, h, srcy, flags);
  /hardware/intel/img/psb_video/src/x11/
psb_ctexture.c 224 short srcy,
404 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psb_putsurface_ctexture: ExtVideo coordinate srcx= %d, srcy=%d, \
406 srcx, srcy, srcw, srch, xoffset, yoffset, xres, yres, texture_priv->extend_current_blt_buffer);
409 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->extend_blt_meminfo[texture_priv->extend_current_blt_buffer], surface, srcx, srcy, srcw, srch, 0, 0, local
415 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->extend_blt_meminfo[texture_priv->extend_current_blt_buffer], surface, srcx, srcy, srcw, srch, 0, 0, local
465 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psb_putsurface_ctexture: Main video Pixmap, coordinate: srcx= %d, srcy=%d, srcw=%d, srch=%d, destx=%d, desty=%d, destw=%d, desth=%d, cur_buffer=%d\n",
466 srcx, srcy, srcw, srch, destx, desty, destw, desth, texture_priv->current_blt_buffer);
468 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo_pixmap, surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 1, local
473 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo_pixmap, surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 0, local
483 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psb_putsurface_ctexture: Main video, swap buffer, coordinate: srcx= %d, srcy=%d, srcw=%d, srch=%d, destx=%d, desty=%d, destw=%d, desth=%d, cur_buffer=%d\n"
487 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 1, local
492 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 0, local
505 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->flip_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, local
510 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->flip_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, local
    [all...]
psb_x11.h 52 short srcy; member in struct:__anon24614
114 short srcy,
132 short srcy,
149 short srcy,
psb_coverlay.c 403 int srcx, srcy, srcw, srch; local
414 srcy = subpicture->subpic_srcy;
433 if (srcy < 0) {
434 srch += srcy;
435 srcy = 0;
440 if ((srcy + srch) > image_height)
441 srch = image_height - srcy;
498 XPutImage(ctx->native_dpy, output->output_drawable, output->gc, ximg, srcx, srcy, destx, desty, width, height);
512 srcx, srcy, destx, desty, destw, desth);
614 short srcy,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 1243 LLVMValueRef srcy = lp_build_emit_fetch( &bld->bld_base, inst, 2, dim ); local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_reg.h 1237 uint32 srcy; member in struct:SVGA3dCopyRect
1249 uint32 srcy; member in struct:SVGA3dCopyBox
    [all...]

Completed in 211 milliseconds