Home
last modified time | relevance | path

Searched refs:r300_create_surface_custom (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture.h80 struct pipe_surface* r300_create_surface_custom(struct pipe_context * ctx,
Dr300_texture.c1224 struct pipe_surface* r300_create_surface_custom(struct pipe_context * ctx, in r300_create_surface_custom() function
1303 return r300_create_surface_custom(ctx, texture, surf_tmpl, in r300_create_surface()
Dr300_blit.c669 dst_view = r300_create_surface_custom(pipe, dst, &dst_templ, dst_width0, dst_height0); in r300_resource_copy_region()