/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | name_mapper.cpp | 195 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/ |
D | name_mapper.cpp | 195 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/ |
D | name_mapper.cpp | 195 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/ |
D | name_mapper.cpp | 195 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/ |
D | validate_literals.cpp | 85 const bool signedness = operand.number_kind == SPV_NUMBER_SIGNED_INT; in LiteralsPass() local 87 if (!VerifyUpperBits(upper_word, remaining_value_bits, signedness)) { in LiteralsPass()
|
D | validate_type.cpp | 100 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/ |
D | validate_literals.cpp | 85 const bool signedness = operand.number_kind == SPV_NUMBER_SIGNED_INT; in LiteralsPass() local 87 if (!VerifyUpperBits(upper_word, remaining_value_bits, signedness)) { in LiteralsPass()
|
D | validate_type.cpp | 100 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/ |
D | validate_literals.cpp | 85 const bool signedness = operand.number_kind == SPV_NUMBER_SIGNED_INT; in LiteralsPass() local 87 if (!VerifyUpperBits(upper_word, remaining_value_bits, signedness)) { in LiteralsPass()
|
D | validate_type.cpp | 100 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/ |
D | swscale_altivec.c | 110 #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/ |
D | index_signedness_src.spvasm | 1 ;; Test where signedness of indices are different between src and dst.
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_relaxed_vertex_attribute_type.txt | 44 VertexAttribPointer has mismatched integer signedness with
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_QCOM_image_processing.adoc | 99 _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/ |
D | audioconvert.c | 96 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/ |
D | undefined.txt | 36 changed by maybe adding a cast, a division or other the signedness will almost
|
/third_party/mesa3d/docs/gallium/ |
D | format.rst | 39 For the ``NORM`` suffix, the signedness of each channel is indicated with an
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.6.2.rst | 34 * fix the signedness of plain chars
|
/third_party/skia/third_party/externals/tint/docs/ |
D | spirv-input-output-variables.md | 49 - 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/ |
D | types.rst | 113 * .ctype.modifiers contains the enum signedness
|
/third_party/mbedtls/ |
D | CMakeLists.txt | 182 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/ |
D | ir3_compiler_nir.c | 308 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/ |
D | spirvenv.txt | 218 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/ |
D | spirv_parser.cpp | 509 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/ |
D | ARB_shader_precision.txt | 128 can be flushed to 0. In general, correct signedness of 0 is not required. The
|