Home
last modified time | relevance | path

Searched refs:svga_texture_create (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource.c49 r = svga_texture_create(screen, template); in svga_resource_create()
Dsvga_resource_texture.h282 svga_texture_create(struct pipe_screen *screen,
Dsvga_pipe_blit.c660 newSrc = svga_texture_create(svga->pipe.screen, &template); in try_blit()
697 newDst = svga_texture_create(svga->pipe.screen, &template); in try_blit()
Dsvga_resource_texture.c884 svga_texture_create(struct pipe_screen *screen, in svga_texture_create() function