HomeSort by relevance Sort by last modified time
    Searched refs:resource_copy_region (Results 26 - 44 of 44) sorted by null

12

  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_surface.c 242 * Fallback function for pipe->resource_copy_region().
691 * Check if a blit() command can be implemented with a resource_copy_region().
692 * If tight_format_check is true, only allow the resource_copy_region() if
762 * Try to do a blit using resource_copy_region. The function calls
763 * resource_copy_region if the blit description is compatible with it.
765 * It returns TRUE if the blit was done using resource_copy_region.
775 ctx->resource_copy_region(ctx, blit->dst.resource, blit->dst.level,
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_dri3.c 575 scrn->pipe->resource_copy_region(scrn->pipe,
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_clear_blit.c 540 /* This is a more extended version of resource_copy_region */
637 pctx->resource_copy_region = etna_resource_copy_region;
  /external/mesa3d/src/gallium/drivers/i915/
i915_resource_texture.c 809 pipe->resource_copy_region(pipe, itransfer->b.resource, itransfer->b.level,
  /external/mesa3d/src/gallium/drivers/r300/
r300_blit.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_pipe.c 244 sctx->b.b.resource_copy_region = sctx->b.dma_copy;
si_blit.c     [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_resource.c     [all...]
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_context.c 937 vctx->base.resource_copy_region = virgl_resource_copy_region;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
basetexture9.c 470 pipe->resource_copy_region(pipe,
nine_state.c     [all...]
  /external/mesa3d/src/gallium/tools/trace/
dump_state.py 614 def resource_copy_region(self, dst, dst_level, dstx, dsty, dstz, src, src_level, src_box): member in class:Context
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_resource.c     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 862 * resource_copy_region can't do this yet, because dma_copy calls it
915 rctx->b.b.resource_copy_region = r600_resource_copy_region;
  /external/mesa3d/src/gallium/state_trackers/omx/
vid_enc.c 928 priv->s_pipe->resource_copy_region(priv->s_pipe,
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_surface.c     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_surface.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
r600_texture.c 105 /* Same as resource_copy_region, except that both upsampling and downsampling are allowed. */
    [all...]

Completed in 1049 milliseconds

12