Home
last modified time | relevance | path

Searched refs:util_blitter_is_copy_supported (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.h174 boolean util_blitter_is_copy_supported(struct blitter_context *blitter,
Du_blitter.c1027 boolean util_blitter_is_copy_supported(struct blitter_context *blitter, in util_blitter_is_copy_supported() function
/external/mesa3d/src/gallium/drivers/i915/
Di915_surface.c62 if (!util_blitter_is_copy_supported(i915->blitter, dst, src, in i915_surface_copy_render()
Di915_resource_texture.c742 util_blitter_is_copy_supported(i915->blitter, resource, resource, in i915_texture_get_transfer()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c728 } else if (!util_blitter_is_copy_supported(rctx->blitter, dst, src, in r600_resource_copy_region()