Searched refs:util_blitter_default_dst_texture (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.h | 290 void util_blitter_default_dst_texture(struct pipe_surface *dst_templ,
|
D | u_blitter.c | 1633 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/ |
D | i915_surface.c | 103 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz); in i915_surface_copy_render()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_blit.c | 343 util_blitter_default_dst_texture(&dst_tmpl, info->dst.resource, in vc4_yuv_blit()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_blit.c | 360 …util_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/ |
D | crocus_blit.c | 419 …util_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/ |
D | r300_blit.c | 580 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz); in r300_resource_copy_region()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_blit.c | 777 util_blitter_default_dst_texture(&dst_tmpl, info->dst.resource, in v3d_sand8_blit()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_blit.c | 707 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz); in r600_resource_copy_region()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_blit.cpp | 768 util_blitter_default_dst_texture(&dst_tmpl, tmp, 0, 0); in resolve_stencil_to_temp()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_blit.c | 925 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz); in si_resource_copy_region()
|