Home
last modified time | relevance | path

Searched refs:signedness (Results 1 – 25 of 104) sorted by relevance

12345

/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dname_mapper.cpp195 std::string signedness; in ParseInstruction() local
213 signedness = "i"; in ParseInstruction()
216 if (0 == inst.words[3]) signedness = "u"; in ParseInstruction()
217 SaveName(result_id, signedness + root); in ParseInstruction()
/third_party/skia/third_party/externals/spirv-tools/source/
Dname_mapper.cpp195 std::string signedness; in ParseInstruction() local
213 signedness = "i"; in ParseInstruction()
216 if (0 == inst.words[3]) signedness = "u"; in ParseInstruction()
217 SaveName(result_id, signedness + root); in ParseInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dname_mapper.cpp195 std::string signedness; in ParseInstruction() local
213 signedness = "i"; in ParseInstruction()
216 if (0 == inst.words[3]) signedness = "u"; in ParseInstruction()
217 SaveName(result_id, signedness + root); in ParseInstruction()
/third_party/spirv-tools/source/
Dname_mapper.cpp195 std::string signedness; in ParseInstruction() local
213 signedness = "i"; in ParseInstruction()
216 if (0 == inst.words[3]) signedness = "u"; in ParseInstruction()
217 SaveName(result_id, signedness + root); in ParseInstruction()
/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
87 if (!VerifyUpperBits(upper_word, remaining_value_bits, signedness)) { in LiteralsPass()
Dvalidate_type.cpp100 const auto signedness = inst->GetOperandAs<uint32_t>(signedness_index); in ValidateTypeInt() local
101 if (signedness != 0 && signedness != 1) { in ValidateTypeInt()
/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
87 if (!VerifyUpperBits(upper_word, remaining_value_bits, signedness)) { in LiteralsPass()
Dvalidate_type.cpp100 const auto signedness = inst->GetOperandAs<uint32_t>(signedness_index); in ValidateTypeInt() local
101 if (signedness != 0 && signedness != 1) { in ValidateTypeInt()
/third_party/spirv-tools/source/val/
Dvalidate_literals.cpp85 const bool signedness = operand.number_kind == SPV_NUMBER_SIGNED_INT; in LiteralsPass() local
87 if (!VerifyUpperBits(upper_word, remaining_value_bits, signedness)) { in LiteralsPass()
Dvalidate_type.cpp100 const auto signedness = inst->GetOperandAs<uint32_t>(signedness_index); in ValidateTypeInt() local
101 if (signedness != 0 && signedness != 1) { in ValidateTypeInt()
/third_party/ffmpeg/libswscale/ppc/
Dswscale_altivec.c110 #define output_pixel(pos, val, bias, signedness) \ argument
112 AV_WB16(pos, bias + av_clip_ ## signedness ## 16(val >> shift)); \
114 AV_WL16(pos, bias + av_clip_ ## signedness ## 16(val >> shift)); \
/third_party/spirv-tools/test/diff/diff_files/
Dindex_signedness_src.spvasm1 ;; Test where signedness of indices are different between src and dst.
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_relaxed_vertex_attribute_type.txt44 VertexAttribPointer has mismatched integer signedness with
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_QCOM_image_processing.adoc99 _Box Size_ must be a vector of floating-point type, whose vector size is 2 and signedness is 0.
117 _Target Coordinate_ must be a vector of integer type, whose vector size is 2 and signedness is 0.
122 _Reference Coordinate_ must be a vector of integer type, whose vector size is 2 and signedness is 0.
124 _Block Size_ must be a vector of integer type, whose vector size is 2 and signedness is 0.
142 _Target Coordinate_ must be a vector of integer type, whose vector size is 2 and signedness is 0.
147 _Reference Coordinate_ must be a vector of integer type, whose vector size is 2 and signedness is 0.
149 _Block Size_ must be a vector of integer type, whose vector size is 2 and signedness is 0.
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Daudioconvert.c96 guint depth, gboolean signedness, GstAudioLayout layout) in get_int_caps() argument
105 channels, endianness, width, depth, signedness); in get_int_caps()
107 fmt = gst_audio_format_build_integer (signedness, endianness, width, depth); in get_int_caps()
371 guint depth, gboolean signedness, GstAudioLayout layout, in get_int_mc_caps() argument
378 fmt = gst_audio_format_build_integer (signedness, endianness, width, depth); in get_int_mc_caps()
/third_party/ffmpeg/doc/
Dundefined.txt36 changed by maybe adding a cast, a division or other the signedness will almost
/third_party/mesa3d/docs/gallium/
Dformat.rst39 For the ``NORM`` suffix, the signedness of each channel is indicated with an
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.2.rst34 * fix the signedness of plain chars
/third_party/skia/third_party/externals/tint/docs/
Dspirv-input-output-variables.md49 - Insert a bitcast if the WGSL builtin variable has different signedness
53 - Insert a bitcast if the WGSL builtin variable has different signedness
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Dtypes.rst113 * .ctype.modifiers contains the enum signedness
/third_party/mbedtls/
DCMakeLists.txt182 CHECK_C_COMPILER_FLAG("-Wformat-signedness" C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS)
184 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wformat-signedness")
/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c308 dst[0]->cat3.signedness = IR3_SRC_UNSIGNED; in emit_alu_dot_4x8_as_dp4acc()
310 dst[0]->cat3.signedness = IR3_SRC_MIXED; in emit_alu_dot_4x8_as_dp4acc()
329 int signedness; in emit_alu_dot_4x8_as_dp2acc() local
332 signedness = IR3_SRC_UNSIGNED; in emit_alu_dot_4x8_as_dp2acc()
334 signedness = IR3_SRC_MIXED; in emit_alu_dot_4x8_as_dp2acc()
347 dst[0]->cat3.signedness = signedness; in emit_alu_dot_4x8_as_dp2acc()
351 dst[0]->cat3.signedness = signedness; in emit_alu_dot_4x8_as_dp2acc()
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
Dspirvenv.txt218 The converted bit width, signedness, and numeric type of the code:Image
1617 [[spirvenv-image-signedness]]
1620 SPIR-V associates a signedness with all integer image accesses.
1623 The signedness is determined from a combination of the access instruction's
1631 3. Otherwise, the image accesses signedness matches that of the
1640 The signedness must: match the <<spirvenv-image-signedness,signedness of any
1656 Every access that is made to the image must: have a signedness equal to that
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_parser.cpp509 bool signedness = ops[2] != 0; in parse() local
511 type.basetype = signedness ? to_signed_basetype(width) : to_unsigned_basetype(width); in parse()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_shader_precision.txt128 can be flushed to 0. In general, correct signedness of 0 is not required. The

12345