Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_surface.c164 .source_format = RS_FORMAT_A8R8G8B8, in etna_create_surface()
165 .dest_format = RS_FORMAT_A8R8G8B8, in etna_create_surface()
Detnaviv_rs.c64 case 4: return RS_FORMAT_A8R8G8B8; in etna_compatible_rs_format()
282 format = RS_FORMAT_A8R8G8B8; in etna_rs_gen_clear_surface()
/third_party/mesa3d/src/gallium/drivers/etnaviv/hw/
Dstate_3d.xml.h82 #define RS_FORMAT_A8R8G8B8 0x00000006 macro