Home
last modified time | relevance | path

Searched defs:signedness (Results 1 – 25 of 25) 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/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/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/skia/third_party/externals/spirv-tools/source/
Dname_mapper.cpp195 std::string signedness; in ParseInstruction() local
/third_party/node/deps/undici/src/lib/fetch/
Dwebidl.js82 webidl.util.ConvertToInt = function (V, bitLength, signedness, opts = {}) { argument
/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/skia/third_party/externals/spirv-cross/
Dspirv_parser.cpp509 bool signedness = ops[2] != 0; in parse() local
/third_party/node/deps/v8/src/compiler/
Djs-typed-lowering.cc420 Node* ConvertToUI32(Node* node, Signedness signedness) { in ConvertToUI32()
714 Reduction JSTypedLowering::ReduceUI32Shift(Node* node, Signedness signedness) { in ReduceUI32Shift()
/third_party/libabigail/include/
Dabg-ir.h2466 enum signedness enum
/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/freedreno/ir3/
Dir3_compiler_nir.c329 int signedness; in emit_alu_dot_4x8_as_dp2acc() local
Dir3.h359 } signedness; member
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1440 const bool signedness = w[3]; in vtn_handle_type() local
/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/ffmpeg/libswscale/
Doutput.c136 #define output_pixel(pos, val, bias, signedness) \ argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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()
/third_party/node/deps/undici/
Dundici.js1861 webidl.util.ConvertToInt = function(V, bitLength, signedness, opts = {}) { argument