Home
last modified time | relevance | path

Searched refs:r600_create_surface_custom (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.h808 struct pipe_surface *r600_create_surface_custom(struct pipe_context *pipe,
Dr600_texture.c1755 struct pipe_surface *r600_create_surface_custom(struct pipe_context *pipe, in r600_create_surface_custom() function
1813 return r600_create_surface_custom(pipe, tex, templ, width, height); in r600_create_surface()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.h739 struct pipe_surface *r600_create_surface_custom(struct pipe_context *pipe,
Dr600_blit.c729 dst_view = r600_create_surface_custom(ctx, dst, &dst_templ, dst_width, dst_height); in r600_resource_copy_region()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_blit.c948 dst_view = r600_create_surface_custom(ctx, dst, &dst_templ, in si_resource_copy_region()