HomeSort by relevance Sort by last modified time
    Searched refs:dstx (Results 51 - 75 of 75) sorted by null

1 23

  /external/mesa3d/src/gallium/drivers/radeonsi/
si_blit.c 874 unsigned dstx, unsigned dsty, unsigned dstz,
889 si_copy_buffer(sctx, dst, src, dstx, src_box->x, src_box->width, 0);
927 dstx = util_format_get_nblocksx(dst->format, dstx);
948 dstx = util_format_get_nblocksx(dst->format, dstx);
    [all...]
si_pipe.h 651 unsigned dstx, unsigned dsty, unsigned dstz,
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_resource.c 948 unsigned dstx, unsigned dsty, unsigned dstz,
963 dst, dst_level, dstx, dsty, dstz,
979 unsigned dstx, unsigned dsty, unsigned dstz,
993 dst, dst_level, dstx, dsty, dstz,
999 dst, dst_level, dstx, dsty, dstz,
    [all...]
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_draw.c 382 DUMP_M(uint, info, dstx);
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_buffer_common.c 340 unsigned dstx, unsigned srcx, unsigned size)
342 bool dword_aligned = !(dstx % 4) && !(srcx % 4) && !(size % 4);
r600_pipe_common.h 748 unsigned dst_level, unsigned dstx,
r600_texture.c 48 unsigned dst_level, unsigned dstx,
81 dstx, dsty, dstz, src_box->width,
102 unsigned dstx, unsigned dsty, unsigned dstz,
117 blit.dst.box.x = dstx;
    [all...]
r600_pipe.h 719 unsigned dstx, unsigned dsty, unsigned dstz,
    [all...]
r600_state.c     [all...]
evergreen_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_context.cpp 243 unsigned dstx,
263 pipe, dst, dst_level, dstx, dsty, dstz, src, src_level, src_box);
  /external/mesa3d/src/gallium/state_trackers/xvmc/
subpicture.c 413 short dstx, short dsty)
418 struct pipe_box dst_box = {dstx, dsty, 0, width, height, 1};
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_miptree.c 126 unsigned dstx, unsigned dsty, unsigned dstz,
135 nv04_resource(dstres), dstx,
142 define_rect(dstres, dst_level, dstz, dstx, dsty,
  /external/mesa3d/src/gallium/drivers/radeon/
r600_pipe_common.h 590 unsigned dst_level, unsigned dstx,
r600_texture.c 48 unsigned dst_level, unsigned dstx,
89 dstx, dsty, dstz, src_box->width,
110 unsigned dstx, unsigned dsty, unsigned dstz,
125 blit.dst.box.x = dstx;
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.h 502 GLint dstx, GLint dsty, GLenum type);
  /external/virglrenderer/src/
vrend_renderer.h 264 uint32_t dstx, uint32_t dsty, uint32_t dstz,
vrend_decode.c 911 uint32_t dst_level, dstx, dsty, dstz; local
919 dstx = get_buf_entry(ctx, VIRGL_CMD_RCR_DST_X);
932 dst_level, dstx, dsty, dstz,
    [all...]
vrend_renderer.c     [all...]
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_context.c 807 unsigned dstx, unsigned dsty, unsigned dstz,
818 dst_level, dstx, dsty, dstz,
    [all...]
virgl_encode.c 722 unsigned dstx, unsigned dsty, unsigned dstz,
730 virgl_encoder_write_dword(ctx->cbuf, dstx);
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd.h 674 unsigned srcx, unsigned dstx, unsigned width);
svga_cmd_vgpu10.c     [all...]
  /external/virglrenderer/tests/
testvirgl_encode.c 755 unsigned dstx, unsigned dsty, unsigned dstz,
763 virgl_encoder_write_dword(ctx->cbuf, dstx);
    [all...]
  /external/mesa3d/src/mesa/main/
dd.h 150 GLint dstx, GLint dsty, GLenum type );
    [all...]

Completed in 1186 milliseconds

1 23