Home
last modified time | relevance | path

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

/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
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/spirv-tools/source/
Dname_mapper.cpp195 std::string signedness; in ParseInstruction() local
/third_party/skia/third_party/externals/spirv-tools/source/
Dname_mapper.cpp195 std::string signedness; in ParseInstruction() local
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dname_mapper.cpp195 std::string signedness; in ParseInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dname_mapper.cpp195 std::string signedness; in ParseInstruction() local
/third_party/boost/libs/detail/test/
Dnumeric_traits_test.cpp394 >::type signedness; in test() typedef
/third_party/ffmpeg/libswscale/ppc/
Dswscale_altivec.c110 #define output_pixel(pos, val, bias, signedness) \ argument
Dswscale_vsx.c260 #define output_pixel(pos, val, bias, signedness) \ argument
/third_party/boost/libs/python/src/converter/
Dbuiltin_converters.cpp540 #define REGISTER_INT_CONVERTERS(signedness, U) \ argument
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Daudioconvert.c96 guint depth, gboolean signedness, GstAudioLayout layout) in get_int_caps()
371 guint depth, gboolean signedness, GstAudioLayout layout, in get_int_mc_caps()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_parser.cpp509 bool signedness = ops[2] != 0; in parse() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp1263 spirv::LiteralInteger signedness) in visitTypeInt()
3284 spirv::LiteralInteger signedness; in visitTypeInt() local
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1417 const bool signedness = w[3]; in vtn_handle_type() local
/third_party/ffmpeg/libswscale/
Doutput.c137 #define output_pixel(pos, val, bias, signedness) \ argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp2393 const bool signedness = (m_inputType == TYPE_I16); in finalizeFullOperation() local
/third_party/skia/third_party/externals/angle2/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()