Home
last modified time | relevance | path

Searched defs:signedness (Results 1 – 21 of 21) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_literals.cpp85 const bool signedness = operand.number_kind == SPV_NUMBER_SIGNED_INT; in LiteralsPass() local
Dvalidate_type.cpp100 const auto signedness = inst->GetOperandAs<uint32_t>(signedness_index); in ValidateTypeInt() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_literals.cpp85 const bool signedness = operand.number_kind == SPV_NUMBER_SIGNED_INT; in LiteralsPass() local
Dvalidate_type.cpp100 const auto signedness = inst->GetOperandAs<uint32_t>(signedness_index); in ValidateTypeInt() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_literals.cpp85 const bool signedness = operand.number_kind == SPV_NUMBER_SIGNED_INT; in LiteralsPass() local
Dvalidate_type.cpp100 const auto signedness = inst->GetOperandAs<uint32_t>(signedness_index); in ValidateTypeInt() local
/external/deqp-deps/SPIRV-Tools/source/
Dname_mapper.cpp195 std::string signedness; in ParseInstruction() local
/external/swiftshader/third_party/SPIRV-Tools/source/
Dname_mapper.cpp195 std::string signedness; in ParseInstruction() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/
Dname_mapper.cpp195 std::string signedness; in ParseInstruction() local
/external/llvm-project/mlir/lib/Parser/
DTypeParser.cpp337 if (Optional<bool> signedness = getToken().getIntTypeSignedness()) in parseNonFunctionType() local
/external/llvm-project/mlir/lib/IR/
DMLIRContext.cpp752 IntegerType::SignednessSemantics signedness, in getCachedIntegerType()
780 IntegerType::SignednessSemantics signedness, in get()
792 SignednessSemantics signedness, in getChecked()
DTypeDetail.h79 IntegerType::SignednessSemantics signedness : 2; member
DBuiltinTypes.cpp55 SignednessSemantics signedness) { in verifyConstructionInvariants()
/external/webrtc/logging/rtc_event_log/encoder/
Ddelta_encoding_unittest.cc35 void MaybeSetSignedness(DeltaSignedness signedness) { in MaybeSetSignedness()
Ddelta_encoding.cc964 void SetFixedLengthEncoderDeltaSignednessForTesting(bool signedness) { in SetFixedLengthEncoderDeltaSignednessForTesting()
/external/libabigail/include/
Dabg-ir.h2332 enum signedness enum
/external/angle/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp1216 spirv::LiteralInteger signedness) in visitTypeInt()
3235 spirv::LiteralInteger signedness; in visitTypeInt() local
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1373 const bool signedness = w[3]; in vtn_handle_type() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp2389 const bool signedness = (m_inputType == TYPE_I16); in finalizeFullOperation() local
/external/angle/src/common/spirv/
Dspirv_instruction_builder_autogen.cpp279 void WriteTypeInt(Blob *blob, IdResult idResult, LiteralInteger width, LiteralInteger signedness) in WriteTypeInt()
Dspirv_instruction_parser_autogen.cpp271 LiteralInteger *signedness) in ParseTypeInt()