Home
last modified time | relevance | path

Searched refs:util_blitter_default_dst_texture (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blitter.h290 void util_blitter_default_dst_texture(struct pipe_surface *dst_templ,
Du_blitter.c1633 void util_blitter_default_dst_texture(struct pipe_surface *dst_templ, in util_blitter_default_dst_texture() function
1793 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz); in util_blitter_copy_texture()
2250 util_blitter_default_dst_texture(&dst_templ, dst, info->dst.level, in util_blitter_blit()
2351 util_blitter_default_dst_texture(&dst_templ, tex, dst_level, in util_blitter_generate_mipmap()
2896 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstbox->z); in util_blitter_stencil_fallback()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_surface.c103 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz); in i915_surface_copy_render()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_blit.c343 util_blitter_default_dst_texture(&dst_tmpl, info->dst.resource, in vc4_yuv_blit()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_blit.c360util_blitter_default_dst_texture(&dst_templ, info->dst.resource, info->dst.level, info->dst.box.z); in zink_blit()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blit.c419util_blitter_default_dst_texture(&dst_templ, info->dst.resource, info->dst.level, info->dst.box.z); in crocus_blit()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c580 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz); in r300_resource_copy_region()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_blit.c777 util_blitter_default_dst_texture(&dst_tmpl, info->dst.resource, in v3d_sand8_blit()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c707 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz); in r600_resource_copy_region()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_blit.cpp768 util_blitter_default_dst_texture(&dst_tmpl, tmp, 0, 0); in resolve_stencil_to_temp()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_blit.c925 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz); in si_resource_copy_region()