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

  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
pyr_up.hpp 76 int srcx = static_cast<int>((blockIdx.x * blockDim.x) / 2 + threadIdx.x) - 1; local
79 srcx = ::abs(srcx);
80 srcx = ::min(src_cols - 1, srcx);
85 s_srcPatch[threadIdx.y][threadIdx.x] = saturate_cast<work_type>(src(srcy, srcx));
  /hardware/intel/img/psb_video/src/x11/
psb_ctexture.c 223 short srcx,
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 51 short srcx; member in struct:__anon31078
113 short srcx,
131 short srcx,
148 short srcx,
psb_coverlay.c 403 int srcx, srcy, srcw, srch; local
413 srcx = subpicture->subpic_srcx;
428 if (srcx < 0) {
429 srcw += srcx;
430 srcx = 0;
438 if ((srcx + srcw) > image_width)
439 srcw = image_width - srcx;
498 XPutImage(ctx->native_dpy, output->output_drawable, output->gc, ximg, srcx, srcy, destx, desty, width, height);
512 srcx, srcy, destx, desty, destw, desth);
613 short srcx,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 1242 LLVMValueRef srcx = lp_build_emit_fetch( &bld->bld_base, inst, 1, dim ); local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_reg.h 1236 uint32 srcx; member in struct:SVGA3dCopyRect
1248 uint32 srcx; member in struct:SVGA3dCopyBox
    [all...]

Completed in 232 milliseconds