Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dn64.h384 static char const *const s_image_size[]; variable
H A Dn64.cpp1113 char const *const n64_rdp::s_image_size[] = { "4-bit", "8-bit", "16-bit", "32-bit" }; member in n64_rdp
1215 const char* size = s_image_size[(cmd[0] >> 51) & 0x3]; in disassemble()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dn64.h384 static char const *const s_image_size[]; variable
H A Dn64.cpp1113 char const *const n64_rdp::s_image_size[] = { "4-bit", "8-bit", "16-bit", "32-bit" }; member in n64_rdp
1215 const char* size = s_image_size[(cmd[0] >> 51) & 0x3]; in disassemble()