Home
last modified time | relevance | path

Searched refs:_modeBits (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/src/
H A Dshader_dxbc.cpp1497 if (0xf > _modeBits in toString()
1498 && 0 < _modeBits) in toString()
1502 , 0 == (_modeBits & 1) ? "" : "x" in toString()
1503 , 0 == (_modeBits & 2) ? "" : "y" in toString()
1504 , 0 == (_modeBits & 4) ? "" : "z" in toString()
1511 if (0xe4 != _modeBits) in toString()
1515 , "xyzw"[(_modeBits )&0x3] in toString()
1516 , "xyzw"[(_modeBits>>2)&0x3] in toString()
1517 , "xyzw"[(_modeBits>>4)&0x3] in toString()
1518 , "xyzw"[(_modeBits>>6)&0x3] in toString()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/src/
H A Dshader_dxbc.cpp1497 if (0xf > _modeBits in toString()
1498 && 0 < _modeBits) in toString()
1502 , 0 == (_modeBits & 1) ? "" : "x" in toString()
1503 , 0 == (_modeBits & 2) ? "" : "y" in toString()
1504 , 0 == (_modeBits & 4) ? "" : "z" in toString()
1511 if (0xe4 != _modeBits) in toString()
1515 , "xyzw"[(_modeBits )&0x3] in toString()
1516 , "xyzw"[(_modeBits>>2)&0x3] in toString()
1517 , "xyzw"[(_modeBits>>4)&0x3] in toString()
1518 , "xyzw"[(_modeBits>>6)&0x3] in toString()
[all …]