Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.h666 SVGA3D_vgpu10_GenMips(struct svga_winsys_context *swc,
Dsvga_resource_texture.c1292 ret = SVGA3D_vgpu10_GenMips(svga->swc, sv->id, tex->handle); in svga_texture_generate_mipmap()
1295 ret = SVGA3D_vgpu10_GenMips(svga->swc, sv->id, tex->handle); in svga_texture_generate_mipmap()
Dsvga_cmd_vgpu10.c1298 SVGA3D_vgpu10_GenMips(struct svga_winsys_context *swc, in SVGA3D_vgpu10_GenMips() function