Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_format.c49 return SVGA3D_X8R8G8B8; in svga_translate_format()
138 SVGA3D_X8R8G8B8,
601 case SVGA3D_X8R8G8B8: 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()
543 if (format == SVGA3D_X8R8G8B8) in svga_texture_from_handle()
Dsvga_screen.c413 case SVGA3D_X8R8G8B8: in svga_is_format_supported()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_reg.h86 SVGA3D_X8R8G8B8 = 1, enumerator
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c1301 case SVGA3D_X8R8G8B8: in dump_SVGA3dCmdDefineSurface()