HomeSort by relevance Sort by last modified time
    Searched refs:util_blitter_is_copy_supported (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/
ilo_blitter_pipe.c 159 if (!util_blitter_is_copy_supported(blitter->pipe_blitter, dst, src))
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.h 192 boolean util_blitter_is_copy_supported(struct blitter_context *blitter,
u_blitter.c 1491 boolean util_blitter_is_copy_supported(struct blitter_context *blitter, function
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_surface.c 110 if (!util_blitter_is_copy_supported(i915->blitter, dst, src))
i915_resource_texture.c 746 util_blitter_is_copy_supported(i915->blitter, resource, resource) &&
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_blit.c 899 } else if (!util_blitter_is_copy_supported(sctx->blitter, dst, src) ||
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_clear_blit.c 300 if (util_blitter_is_copy_supported(ctx->blitter, dst, src)) {
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_resource.c 945 if (!util_blitter_is_copy_supported(ctx->blitter, dst, src))
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 681 } else if (!util_blitter_is_copy_supported(rctx->blitter, dst, src)) {

Completed in 561 milliseconds