Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_format.c47 return SVGA3D_A8R8G8B8; in svga_translate_format()
53 return SVGA3D_A8R8G8B8; in svga_translate_format()
154 SVGA3D_A8R8G8B8,
602 case SVGA3D_A8R8G8B8: in svga_format_size()
Dsvga_resource_texture.c525 if ( !( (f1 == SVGA3D_X8R8G8B8 && f2 == SVGA3D_A8R8G8B8) || in svga_texture_from_handle()
526 (f1 == SVGA3D_A8R8G8B8 && f2 == SVGA3D_X8R8G8B8) || in svga_texture_from_handle()
545 else if (format == SVGA3D_A8R8G8B8) in svga_texture_from_handle()
Dsvga_screen.c412 case SVGA3D_A8R8G8B8: in svga_is_format_supported()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_reg.h87 SVGA3D_A8R8G8B8 = 2, enumerator
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c1304 case SVGA3D_A8R8G8B8: in dump_SVGA3dCmdDefineSurface()