Searched refs:util_blitter_default_dst_texture (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.h | 288 void util_blitter_default_dst_texture(struct pipe_surface *dst_templ,
|
D | u_blitter.c | 1558 void util_blitter_default_dst_texture(struct pipe_surface *dst_templ, in util_blitter_default_dst_texture() function 1718 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz); in util_blitter_copy_texture() 2143 util_blitter_default_dst_texture(&dst_templ, dst, info->dst.level, in util_blitter_blit() 2243 util_blitter_default_dst_texture(&dst_templ, tex, dst_level, in util_blitter_generate_mipmap() 2846 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstbox->z); in util_blitter_stencil_fallback()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_surface.c | 107 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz); in i915_surface_copy_render()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_blit.c | 358 util_blitter_default_dst_texture(&dst_tmpl, info->dst.resource, in vc4_yuv_blit()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_blit.c | 571 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz); in r300_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_blit.c | 714 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz); in r600_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_blit.c | 895 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz); in si_resource_copy_region()
|