Home
last modified time | relevance | path

Searched refs:Int8 (Results 1 – 25 of 124) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h394 Int8, enumerator
412 explicit Variant(int8_t V) : Type(PDB_VariantType::Int8) { Value.Int8 = V; } in Variant()
453 int8_t Int8; member
475 VARIANT_EQUAL_CASE(Int8)
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/asm/frag/
Dcopy-memory-block-like-thread-local.asm.frag7 OpCapability Int8
/third_party/node/deps/v8/src/builtins/
Dbuiltins-data-view-gen.h27 Load(MachineType::Int8(), data_pointer, offset)); in LoadInt8()
Dbuiltins-sharedarraybuffer-gen.cc457 Return(SmiFromInt32(Signed(AtomicExchange(MachineType::Int8(), backing_store, in TF_BUILTIN()
604 AtomicCompareExchange(MachineType::Int8(), backing_store, index_word, in TF_BUILTIN()
770 MachineType::Int8(), backing_store, index_word, value_word32)))); in AtomicBinopBuiltinCommon()
/third_party/glslang/Test/baseResults/
Dspv.privateVariableTypes.frag.out10 Capability Int8
Dspv.specConstant.int8.comp.out7 Capability Int8
Dspv.functionParameterTypes.frag.out10 Capability Int8
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp30 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int8, OS) in operator <<()
355 case PDB_VariantType::Int8: in operator <<()
356 OS << static_cast<int>(Value.Value.Int8); in operator <<()
/third_party/node/deps/v8/src/codegen/
Dmachine-type.h166 constexpr static MachineType Int8() { in Int8() function
248 return isSigned ? MachineType::Int8() : MachineType::Uint8();
/third_party/node/deps/v8/src/objects/
Delements-kind.h20 V(Int8, int8, INT8, int8_t) \
50 V(Int8, rab_gsab_int8, RAB_GSAB_INT8, int8_t) \
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_shader_float16_int8.txt34 pname:shaderInt8 which directly map to the code:Float16 and the code:Int8
/third_party/node/deps/v8/src/wasm/
Dvalue-type.h41 V(I8, 0, I8, Int8, 'b', "i8") \
632 V(I32, 8S, Int8) \
637 V(I64, 8S, Int8) \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMsgPack.def60 HANDLE_MP_FIRST_BYTE(0xd0, Int8)
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/
Dtest-add-imm.cpp123 TEST_F(AddImm, Int8) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackWriter.cpp39 EW.write(FirstByte::Int8); in write()
DMsgPackReader.cpp46 case FirstByte::Int8: in read()
/third_party/vk-gl-cts/framework/opengl/
DgluDrawUtil.hpp264 DECLARE_VA_CTOR(Int8, deInt8, VTX_COMP_SIGNED_INT8, VTX_COMP_CONVERT_NONE);
/third_party/spirv-tools/test/
Dtext_to_binary.mode_setting_test.cpp270 CASE(Int8),
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.mode_setting_test.cpp270 CASE(Int8),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.mode_setting_test.cpp270 CASE(Int8),
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc2016 if (type == MachineType::Int8()) { in VisitWord32AtomicExchange()
2077 if (type == MachineType::Int8()) { in VisitWord32AtomicCompareExchange()
2123 if (type == MachineType::Int8()) { in VisitAtomicBinaryOperation()
2176 this, node, kPPC_Atomic##op##Int8, kPPC_Atomic##op##Uint8, \
2183 this, node, kPPC_Atomic##op##Int8, kPPC_Atomic##op##Uint8, \
2611 if (params.rep == MachineType::Int8()) { in VisitLoadLane()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
DOMPKinds.def115 __OMP_TYPE(Int8)
/third_party/spirv-headers/include/spirv/1.1/
Dspirv.cs626 Int8 = 39, enumerator
/third_party/spirv-headers/include/spirv/1.0/
Dspirv.lua574 Int8 = 39,
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
Dspirv.lua588 Int8 = 39,

12345