Home
last modified time | relevance | path

Searched refs:SByte (Results 1 – 25 of 42) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.cpp581 SByte::SByte(Argument<SByte> argument) in SByte() function in rr::SByte
586 SByte::SByte(RValue<Int> cast) in SByte() function in rr::SByte
588 Value *integer = Nucleus::createTrunc(cast.value(), SByte::type()); in SByte()
593 SByte::SByte(RValue<Short> cast) in SByte() function in rr::SByte
595 Value *integer = Nucleus::createTrunc(cast.value(), SByte::type()); in SByte()
600 SByte::SByte(signed char x) in SByte() function in rr::SByte
605 SByte::SByte(RValue<SByte> rhs) in SByte() function in rr::SByte
610 SByte::SByte(const SByte &rhs) in SByte() function in rr::SByte
615 SByte::SByte(const Reference<SByte> &rhs) in SByte() function in rr::SByte
620 RValue<SByte> SByte::operator=(RValue<SByte> rhs) in operator =()
[all …]
DReactor.hpp90 class SByte;
405 class SByte : public LValue<SByte> class
408 SByte(Argument<SByte> argument);
410 explicit SByte(RValue<Int> cast);
411 explicit SByte(RValue<Short> cast);
413 SByte() = default;
414 SByte(signed char x);
415 SByte(RValue<SByte> rhs);
416 SByte(const SByte &rhs);
417 SByte(const Reference<SByte> &rhs);
[all …]
DTraits.hpp29 class SByte;
93 using type = SByte;
94 static SByte cast(int8_t);
DLLVMReactorDebugInfo.cpp414 …diTypes.emplace(T(SByte::type()), diBuilder->createBasicType("SByte", 8, dwarf::DW_ATE_signed_char… in registerBasicTypes()
424 …diTypes.emplace(T(SByte4::type()), diBuilder->createVectorType(128, 128, diTypes[T(SByte::type())]… in registerBasicTypes()
426 …diTypes.emplace(T(SByte8::type()), diBuilder->createVectorType(128, 128, diTypes[T(SByte::type())]… in registerBasicTypes()
428 …diTypes.emplace(T(SByte16::type()), diBuilder->createVectorType(128, 128, diTypes[T(SByte::type())… in registerBasicTypes()
DSubzeroReactor.cpp2219 Type *SByte::type() in type()
2321 RValue<SByte> Extract(RValue<SByte8> val, int i) in Extract()
2324 return RValue<SByte>(Nucleus::createExtractElement(val.value(), SByte::type(), i)); in Extract()
2327 RValue<SByte8> Insert(RValue<SByte8> val, RValue<SByte> element, int i) in Insert()
2339 result = Insert(result, Extract(lhs, 0) >> SByte(rhs), 0); in operator >>()
2340 result = Insert(result, Extract(lhs, 1) >> SByte(rhs), 1); in operator >>()
2341 result = Insert(result, Extract(lhs, 2) >> SByte(rhs), 2); in operator >>()
2342 result = Insert(result, Extract(lhs, 3) >> SByte(rhs), 3); in operator >>()
2343 result = Insert(result, Extract(lhs, 4) >> SByte(rhs), 4); in operator >>()
2344 result = Insert(result, Extract(lhs, 5) >> SByte(rhs), 5); in operator >>()
[all …]
DLLVMReactor.cpp1868 Type *SByte::type() in type()
2009 return T(llvm::VectorType::get(T(SByte::type()), 16, false)); in type()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBlitter.cpp332 c.x = Float(Int(*Pointer<SByte>(element))); in readFloat4()
393 c.x = Float(Int(*Pointer<SByte>(element + 0))); in readFloat4()
394 c.y = Float(Int(*Pointer<SByte>(element + 1))); in readFloat4()
654 if(writeB) { *Pointer<SByte>(element + 0) = SByte(RoundInt(Float(c.z))); } in write()
655 if(writeG) { *Pointer<SByte>(element + 1) = SByte(RoundInt(Float(c.y))); } in write()
656 if(writeR) { *Pointer<SByte>(element + 2) = SByte(RoundInt(Float(c.x))); } in write()
789 if(writeB) { *Pointer<SByte>(element) = SByte(RoundInt(Float(c.z))); } in write()
790 if(writeG) { *Pointer<SByte>(element + 1) = SByte(RoundInt(Float(c.y))); } in write()
791 if(writeR) { *Pointer<SByte>(element + 2) = SByte(RoundInt(Float(c.x))); } in write()
792 if(writeA) { *Pointer<SByte>(element + 3) = SByte(RoundInt(Float(c.w))); } in write()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DBlitter.cpp239 c.x = Float(Int(*Pointer<SByte>(element))); in read()
333 c.x = Float(Int(*Pointer<SByte>(element + 0))); in read()
334 c.y = Float(Int(*Pointer<SByte>(element + 1))); in read()
543 if(writeA) { *Pointer<SByte>(element + 3) = SByte(RoundInt(Float(c.w))); } in write()
548 *Pointer<SByte>(element + 3) = SByte(0x7F); in write()
550 if(writeB) { *Pointer<SByte>(element + 2) = SByte(RoundInt(Float(c.z))); } in write()
553 if(writeG) { *Pointer<SByte>(element + 1) = SByte(RoundInt(Float(c.y))); } in write()
556 if(writeR) { *Pointer<SByte>(element) = SByte(RoundInt(Float(c.x))); } in write()
795 c = Insert(c, Int(*Pointer<SByte>(element + 3)), 3); in read()
797 c = Insert(c, Int(*Pointer<SByte>(element + 2)), 2); in read()
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DAttributeLayoutTest.cpp350 Format<GLbyte, GL_BYTE, false> SByte(es3); in GetTestCases() local
400 mTestCases.push_back({SByte(M0, 0, 20, mCoord), UByte(M0, 10, 20, mColor)}); in GetTestCases()
412 mTestCases.push_back({Float(M0, 0, 8, mCoord), SByte(B0, 0, 12, mColor)}); in GetTestCases()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp36 {"__int8*", SimpleTypeKind::SByte},
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp2362 std::pair<int8_t, SByte>,
3932 static_assert(std::is_same<CToReactorT<int8_t>, SByte>::value, "");
3944 static_assert(std::is_same<CToReactorT<int8_t *>, Pointer<SByte>>::value, "");
3965 static_assert(IsRValue<RValue<SByte>>::value, "");
3976 static_assert(IsLValue<SByte>::value, "");
3987 static_assert(IsReference<Reference<SByte>>::value, "");
3999 static_assert(!IsRValue<SByte>::value, "");
4011 static_assert(!IsRValue<Reference<SByte>>::value, "");
4035 static_assert(!IsLValue<RValue<SByte>>::value, "");
4050 static_assert(!IsLValue<Reference<SByte>>::value, "");
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h39 SByte = 0x0068, // 8 bit signed int enumerator
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_common.hpp522 SByte, enumerator
1695 …return type.basetype == SPIRType::SByte || type.basetype == SPIRType::UByte || type.basetype == SP… in type_is_integral()
1705 return SPIRType::SByte; in to_signed_basetype()
Dspirv_glsl.cpp407 else if (type.basetype == SPIRType::SByte || type.basetype == SPIRType::UByte) in find_static_extensions()
1361 case SPIRType::SByte: in type_to_packed_base_size()
5495 case SPIRType::SByte: in constant_expression_vector()
13269 case SPIRType::SByte: in image_type_glsl()
13447 case SPIRType::SByte: in type_to_glsl()
13481 case SPIRType::SByte: in type_to_glsl()
Dspirv_msl.cpp85 case SPIRType::SByte: in add_msl_resource_binding()
13236 case SPIRType::SByte: in type_to_glsl()
15691 case SPIRType::SByte: in analyze_argument_buffers()
/third_party/skia/third_party/externals/swiftshader/docs/
DReactor.md103 | SByte | int8_t |
/third_party/libexif/po/
Duk.po2431 msgid "SByte"
2432 msgstr "SByte"
Dpt_BR.po2444 msgid "SByte"
2445 msgstr "SByte"
Dcs.po2380 msgid "SByte"
2381 msgstr "SByte"
Dde.po2451 msgid "SByte"
2452 msgstr "SByte"
Dda.po2481 msgid "SByte"
2482 msgstr "SByte"
Den_AU.po2432 msgid "SByte"
2433 msgstr "SByte"
Dbs.po2442 msgid "SByte"
2443 msgstr "SByte"
Dsv.po2394 msgid "SByte"
2395 msgstr "SByte"
Dit.po2410 msgid "SByte"
2411 msgstr "SByte"

12