Searched refs:util_blitter_default_dst_texture (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.h | 242 void util_blitter_default_dst_texture(struct pipe_surface *dst_templ,
|
D | u_blitter.c | 990 void util_blitter_default_dst_texture(struct pipe_surface *dst_templ, in util_blitter_default_dst_texture() function 1099 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz, srcbox); in util_blitter_copy_texture()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_blit.c | 480 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz, src_box); in r300_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_blit.c | 366 util_blitter_default_dst_texture(&dst_templ, info->dst.res, in r600_copy_first_sample()
|