Searched refs:util_blitter_default_dst_texture (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.h | 262 void util_blitter_default_dst_texture(struct pipe_surface *dst_templ,
|
D | u_blitter.c | 1382 void util_blitter_default_dst_texture(struct pipe_surface *dst_templ, in util_blitter_default_dst_texture() function 1529 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz); in util_blitter_copy_texture() 1849 util_blitter_default_dst_texture(&dst_templ, dst, info->dst.level, in util_blitter_blit() 1944 util_blitter_default_dst_texture(&dst_templ, tex, dst_level, in util_blitter_generate_mipmap()
|
/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/r300/ |
D | r300_blit.c | 569 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 | 649 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 | 869 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz); in si_resource_copy_region()
|