Home
last modified time | relevance | path

Searched defs:SByte (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DAttributeLayoutTest.cpp382 Format<GLbyte, GL_BYTE, false> SByte(es3); in GetTestCases() local
723 Format<GLbyte, GL_BYTE, false> SByte(es3); in GetTestCases() local
744 Format<GLbyte, GL_BYTE, false, true> SByte(es3); in GetTestCases() local
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h33 SByte = 0x0068, // 8 bit signed int enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h39 SByte = 0x0068, // 8 bit signed int enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/CodeView/
DTypeIndex.h40 SByte = 0x0068, // 8 bit signed int enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/CodeView/
DTypeIndex.h40 SByte = 0x0068, // 8 bit signed int enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h40 SByte = 0x0068, // 8 bit signed int enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/CodeView/
DTypeIndex.h40 SByte = 0x0068, // 8 bit signed int enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/CodeView/
DTypeIndex.h40 SByte = 0x0068, // 8 bit signed int enumerator
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DReactor.cpp551 SByte::SByte(Argument<SByte> argument) in SByte() function in rr::SByte
556 SByte::SByte(RValue<Int> cast) in SByte() function in rr::SByte
563 SByte::SByte(RValue<Short> cast) in SByte() function in rr::SByte
570 SByte::SByte(signed char x) in SByte() function in rr::SByte
575 SByte::SByte(RValue<SByte> rhs) in SByte() function in rr::SByte
580 SByte::SByte(const SByte &rhs) in SByte() function in rr::SByte
585 SByte::SByte(const Reference<SByte> &rhs) in SByte() function in rr::SByte
H A DReactor.hpp485 class SByte : public LValue<SByte> class