| /third_party/glslang/Test/baseResults/ |
| D | 300operations.frag.out | 3 …-hand operand of type 'layout( column_major shared) uniform block{layout( column_major shared) uni… 4 …-hand operand of type ' global structure{ global mediump int i}' and a right operand of type ' glo… 5 …takes a left-hand operand of type ' temp mediump int' and a right operand of type ' temp mediump f… 6 …akes a left-hand operand of type ' temp mediump uint' and a right operand of type ' temp mediump f… 7 …takes a left-hand operand of type ' temp mediump uint' and a right operand of type ' temp mediump … 8 …:35: 'assign' : cannot convert from ' temp mediump 4-component vector of int' to ' temp mediump 3… 9 …-hand operand of type ' temp mediump 4-component vector of int' and a right operand of type ' temp… 10 …-' : wrong operand types: no operation '-' exists that takes a left-hand operand of type ' temp m… 11 …-hand operand of type ' temp mediump 3-component vector of int' and a right operand of type ' temp… 12 …-hand operand of type ' global 5-element array of mediump float' and a right operand of type ' glo… [all …]
|
| D | 120.frag.out | 4 …-hand operand of type ' temp 2-component vector of float' and a right operand of type ' temp 3-com… 5 …-hand operand of type ' uniform 4X2 matrix of float' and a right operand of type ' temp 3-componen… 6 …-hand operand of type ' uniform 4X2 matrix of float' and a right operand of type ' smooth in 4-com… 9 …ts that takes a left-hand operand of type ' temp int' and a right operand of type ' temp bool' (or… 10 …ts that takes a left-hand operand of type ' temp bool' and a right operand of type ' temp int' (or… 13 …s that takes a left-hand operand of type ' temp bool' and a right operand of type ' temp float' (o… 14 ERROR: 0:63: 'bitwise-or assign' : not supported for this version or the enabled extensions 16 …t-hand operand of type ' temp 4-component vector of float' and a right operand of type ' temp 4X4 … 17 ERROR: 0:79: 'assign' : cannot convert from ' temp 4X4 matrix of float' to ' fragColor 4-component… 21 ERROR: 0:85: 'assign' : l-value required [all …]
|
| D | 300block.frag.out | 12 ERROR: 0:52: '++' : l-value required "s" (can't modify a uniform) 13 …-component vector of float u, global mediump 4-component vector of uint v, global lowp isampler3… 14 …-' : wrong operand types: no operation '-' exists that takes a left-hand operand of type 'layout(… 17 …s that takes a left-hand operand of type ' const int' and a right operand of type ' temp float' (o… 27 0:44 texture ( global lowp 4-component vector of int, operation at mediump) 29 …bal mediump 4-component vector of float u, global mediump 4-component vector of uint v, global l… 30 0:44 Constant: 32 0:44 Construct vec3 ( temp mediump 3-component vector of float) 35 …n_major shared) uniform block{layout( column_major shared) uniform mediump 4-component vector of u… 36 0:44 Constant: [all …]
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | ConstantUnion.cpp | 3 // Use of this source code is governed by a BSD-style license that can be 6 // ConstantUnion: Constant folding helper class. 25 diag->warning(line, "Constant folded undefined addition generated NaN", "+"); in CheckedSum() 29 diag->warning(line, "Constant folded addition overflowed to infinity", "+"); in CheckedSum() 36 float result = lhs - rhs; in CheckedDiff() 39 diag->warning(line, "Constant folded undefined subtraction generated NaN", "-"); in CheckedDiff() 43 diag->warning(line, "Constant folded subtraction overflowed to infinity", "-"); in CheckedDiff() 53 diag->warning(line, "Constant folded undefined multiplication generated NaN", "*"); in CheckedMul() 57 diag->warning(line, "Constant folded multiplication overflowed to infinity", "*"); in CheckedMul() 135 bool TConstantUnion::cast(TBasicType newType, const TConstantUnion &constant) in cast() argument [all …]
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/copts/ |
| D | GENERATED_AbseilCopts.cmake | 16 "-Wno-c99-extensions" 17 "-Wno-deprecated-declarations" 18 "-Wno-missing-noreturn" 19 "-Wno-missing-prototypes" 20 "-Wno-missing-variable-declarations" 21 "-Wno-null-conversion" 22 "-Wno-shadow" 23 "-Wno-shift-sign-overflow" 24 "-Wno-sign-compare" 25 "-Wno-unused-function" [all …]
|
| D | GENERATED_copts.bzl | 17 "-Wno-c99-extensions", 18 "-Wno-deprecated-declarations", 19 "-Wno-missing-noreturn", 20 "-Wno-missing-prototypes", 21 "-Wno-missing-variable-declarations", 22 "-Wno-null-conversion", 23 "-Wno-shadow", 24 "-Wno-shift-sign-overflow", 25 "-Wno-sign-compare", 26 "-Wno-unused-function", [all …]
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| D | panvk_vX_blend.c | 3 * SPDX-License-Identifier: MIT 30 if (instr->type != nir_instr_type_intrinsic) in lower_load_blend_const() 35 if (intr->intrinsic != nir_intrinsic_load_blend_const_color_rgba) in lower_load_blend_const() 38 b->cursor = nir_before_instr(instr); in lower_load_blend_const() 42 b, intr->def.num_components, intr->def.bit_size, nir_imm_int(b, 0)); in lower_load_blend_const() 44 nir_def_rewrite_uses(&intr->def, blend_consts); in lower_load_blend_const() 55 to_panvk_physical_device(dev->vk.physical); in get_blend_shader() 59 .format = state->rts[rt].format, in get_blend_shader() 64 pan_blend_constant_mask(state->rts[rt].equation) != 0, in get_blend_shader() 65 .logicop_enable = state->logicop_enable, in get_blend_shader() [all …]
|
| /third_party/protobuf/build_defs/ |
| D | cpp_opts.bzl | 7 "/wd4244", # 'conversion' conversion from 'type1' to 'type2', possible loss of data 8 …"/wd4251", # 'identifier' : class 'type' needs to have dll-interface to be used by clients of cla… 9 "/wd4267", # 'var' : conversion from 'size_t' to 'type', possible loss of data 11 "/wd4307", # 'operator' : integral constant overflow 12 "/wd4309", # 'conversion' : truncation of constant value 13 …"/wd4334", # 'operator' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shif… 20 "-DHAVE_ZLIB", 21 "-Woverloaded-virtual", 22 "-Wno-sign-compare", 23 "-Wno-nonnull", [all …]
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | lower_packing_builtins.cpp | 56 * A visitor that lowers built-in floating-point pack/unpack expressions 86 ir_expression *expr = (*rvalue)->as_expression(); in handle_rvalue() 91 choose_lowering_op(expr->operation); in handle_rvalue() 98 ir_rvalue *op0 = expr->operands[0]; in handle_rvalue() 205 assert(factory.instructions->is_empty()); in setup_factory() 213 base_ir->insert_before(factory.instructions); in teardown_factory() 214 assert(factory.instructions->is_empty()); in teardown_factory() 220 constant(T x) in constant() function in __anon6834c4110111::lower_packing_builtins_visitor 222 return factory.constant(x); in constant() 235 assert(uvec2_rval->type == &glsl_type_builtin_uvec2); in pack_uvec2_to_uint() [all …]
|
| D | ast_function.cpp | 51 ast->set_is_lhs(true); in process_parameters() 52 ir_rvalue *result = ast->hir(instructions, state); in process_parameters() 56 actual_parameters->push_tail(ir_rvalue::error_value(mem_ctx)); in process_parameters() 61 ir_constant *const constant = in process_parameters() local 62 result->constant_expression_value(mem_ctx); in process_parameters() 64 if (constant != NULL) in process_parameters() 65 result = constant; in process_parameters() 67 actual_parameters->push_tail(result); in process_parameters() 102 glsl_get_type_name(param->ir_type == in prototype_string() 103 ir_type_variable ? ((ir_variable *)param)->type : in prototype_string() [all …]
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
| D | UnitsConverter.java | 23 * - source and target must be under the same category 24 * - e.g. meter to mile --> both of them are length units. 43 * - source and target must be under the same category 44 * - e.g. meter to mile --> both of them are length units. 48 * @param conversionRates contains all the needed conversion rates. 69 // We should see no offsets for reciprocal conversions - they don't make sense: in UnitsConverter() 80 insertInMap(dimensionMap, targetSingleUnits, -1); in extractConvertibility() 116 // We should see no offsets for reciprocal conversions - they don't make sense: in convert() 119 // TODO(ICU-21988): determine desirable behaviour in convert() 130 // We should see no offsets for reciprocal conversions - they don't make sense: in convertInverse() [all …]
|
| /third_party/protobuf/cmake/ |
| D | protobuf-configure-target.cmake | 1 # Protocol Buffers - Google's data interchange format 4 # Use of this source code is governed by a BSD-style 6 # https://developers.google.com/open-source/licenses/bsd 14 # Set source file and execution character sets to UTF-8 15 target_compile_options("${target}" PRIVATE /utf-8) 20 /wd4244 # 'conversion' conversion from 'type1' to 'type2', possible loss of data 21 …/wd4251 # 'identifier' : class 'type' needs to have dll-interface to be used by clients of class '… 22 /wd4267 # 'var' : conversion from 'size_t' to 'type', possible loss of data 24 /wd4307 # 'operator' : integral constant overflow 25 /wd4309 # 'conversion' : truncation of constant value [all …]
|
| /third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
| D | utmscale.h | 5 * Copyright (C) 2004 - 2008, International Business Machines Corporation and 28 * conversion back and forth between different systems. 167 * and provide conversion functions to and from all other major time scales. 178 * <code>long double</code> (80 bits -- 64 bit mantissa), but that is not supported on most systems. 200 * conversion into or out if the universal time scale. 306 * The constant used to select the units vale 316 * The constant used to select the epoch offset value 326 * The constant used to select the minimum from value 336 * The constant used to select the maximum from value 346 * The constant used to select the minimum to value [all …]
|
| /third_party/skia/m133/third_party/externals/icu/source/i18n/unicode/ |
| D | utmscale.h | 5 * Copyright (C) 2004 - 2008, International Business Machines Corporation and 28 * conversion back and forth between different systems. 167 * and provide conversion functions to and from all other major time scales. 178 * <code>long double</code> (80 bits -- 64 bit mantissa), but that is not supported on most systems. 200 * conversion into or out if the universal time scale. 306 * The constant used to select the units vale 316 * The constant used to select the epoch offset value 326 * The constant used to select the minimum from value 336 * The constant used to select the maximum from value 346 * The constant used to select the minimum to value [all …]
|
| /third_party/icu/icu4c/source/i18n/unicode/ |
| D | utmscale.h | 5 * Copyright (C) 2004 - 2008, International Business Machines Corporation and 28 * conversion back and forth between different systems. 167 * and provide conversion functions to and from all other major time scales. 178 * <code>long double</code> (80 bits -- 64 bit mantissa), but that is not supported on most systems. 200 * conversion into or out if the universal time scale. 306 * The constant used to select the units vale 316 * The constant used to select the epoch offset value 326 * The constant used to select the minimum from value 336 * The constant used to select the maximum from value 346 * The constant used to select the minimum to value [all …]
|
| /third_party/openGLES/extensions/NV/ |
| D | NV_gpu_shader5.txt | 69 If implemented in OpenGL ES, OES/EXT_gpu_shader5 and EXT_shader_implicit- 96 * support for a full set of 8-, 16-, 32-, and 64-bit scalar and vector 101 arbitrary expressions, and not require that non-constant indices be 104 * new built-in functions to pack and unpack 64-bit integer types into a 105 two-component 32-bit integer vector; 107 * new built-in functions to pack and unpack 32-bit unsigned integer 108 types into a two-component 16-bit floating-point vector; 110 * new built-in functions to convert double-precision floating-point 111 values to or from their 64-bit integer bit encodings; 113 * new built-in functions to compute the composite of a set of boolean [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
| D | NV_gpu_shader5.txt | 69 If implemented in OpenGL ES, OES/EXT_gpu_shader5 and EXT_shader_implicit- 96 * support for a full set of 8-, 16-, 32-, and 64-bit scalar and vector 101 arbitrary expressions, and not require that non-constant indices be 104 * new built-in functions to pack and unpack 64-bit integer types into a 105 two-component 32-bit integer vector; 107 * new built-in functions to pack and unpack 32-bit unsigned integer 108 types into a two-component 16-bit floating-point vector; 110 * new built-in functions to convert double-precision floating-point 111 values to or from their 64-bit integer bit encodings; 113 * new built-in functions to compute the composite of a set of boolean [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/optimizer/trt_pass/ |
| D | trt_converter_context.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 38 // Class transform ANF graph to Tensor-RT network. 39 // It converts the operators in ANF graph to Tensor-RT layer according to the topological order. 40 // During the conversion, the cache keep the map between ANF node outputs and Tensor-RT layer outpu… 41 // Before starting the operator conversion, it first caches the weights and constant node int the … 43 // After conversion is completed, it store the outputs of the operator to the cache. 56 // Create Tensor-RT object and cache the ANF graph inputs and constant node. 77 // Create and keep temporary weight, as constant folding demanding new weight excluded in graph,
|
| /third_party/openGLES/extensions/EXT/ |
| D | EXT_color_buffer_half_float.txt | 46 This extension allows 16-bit floating point formats as defined in 49 When using floating-point formats, certain color clamps are disabled. 85 and gl_FragData[0]. If the color buffer has fixed-point format, color 86 values are converted to fixed-point as described in section 2.1.2 for 87 framebuffer color components; otherwise no type conversion is applied. 89 Additions to Chapter 4 of the OpenGL ES 2.0 Specification (Per-Fragment 98 normalized fixed-point or floating-point values; all components must have 111 weighting factors determined by the blend functions, and a constant blend 114 If the color buffer is fixed-point, the components of the source and 116 evaluating the blend equation. If the color buffer is floating-point, no [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
| D | EXT_color_buffer_half_float.txt | 46 This extension allows 16-bit floating point formats as defined in 49 When using floating-point formats, certain color clamps are disabled. 85 and gl_FragData[0]. If the color buffer has fixed-point format, color 86 values are converted to fixed-point as described in section 2.1.2 for 87 framebuffer color components; otherwise no type conversion is applied. 89 Additions to Chapter 4 of the OpenGL ES 2.0 Specification (Per-Fragment 98 normalized fixed-point or floating-point values; all components must have 111 weighting factors determined by the blend functions, and a constant blend 114 If the color buffer is fixed-point, the components of the source and 116 evaluating the blend equation. If the color buffer is floating-point, no [all …]
|
| /third_party/abseil-cpp/ |
| D | configure_copts.gni | 6 # http://www.apache.org/licenses/LICENSE-2.0 14 ABSEIL_DIR = get_path_info("./abseil-cpp/", "abspath") 16 THIRDPARTY_ABSEIL_PART_NAME = "abseil-cpp" 18 "-Wall", 19 "-Wextra", 20 "-Weverything", 21 "-Wno-c++98-compat-pedantic", 22 "-Wno-conversion", 23 "-Wno-covered-switch-default", 24 "-Wno-deprecated", [all …]
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/ |
| D | gen_indices.metal | 3 // Use of this source code is governed by a BSD-style license that can be 12 constant bool kSourceBufferAligned[[function_constant(100)]]; 13 constant bool kSourceIndexIsU8[[function_constant(200)]]; 14 constant bool kSourceIndexIsU16[[function_constant(300)]]; 15 constant bool kSourceIndexIsU32[[function_constant(400)]]; 16 constant bool kSourceBufferUnaligned = !kSourceBufferAligned; 17 constant bool kUseSourceBufferU8 = kSourceIndexIsU8 || kSourceBufferUnaligned; 18 constant bool kUseSourceBufferU16 = kSourceIndexIsU16 && kSourceBufferAligned; 19 constant bool kUseSourceBufferU32 = kSourceIndexIsU32 && kSourceBufferAligned; 30 inline ushort getIndexAligned(constant ushort *inputAligned, uint offset, uint idx) [all …]
|
| /third_party/rust/rust/src/tools/clippy/clippy_lints/src/utils/internal_lints/ |
| D | interning_defined_symbol.rs | 1 use clippy_utils::consts::{constant_simple, Constant}; 22 /// Checks for interning symbols that have already been pre-interned and defined as constants. 25 /// It's faster and easier to use the symbol constant. 38 "interning a symbol that is pre-interned and defined as a constant" 43 /// Checks for unnecessary conversion from Symbol to a string. 59 "unnecessary conversion between Symbol and string" 64 // Maps the symbol value to the constant DefId. 99 if let Some(Constant::Str(arg)) = constant_simple(cx, cx.typeck_results(), arg); in check_expr() 127 "unnecessary `Symbol` to string conversion", in check_expr() 162 …fn symbol_str_expr<'tcx>(&self, expr: &'tcx Expr<'tcx>, cx: &LateContext<'tcx>) -> Option<SymbolSt… in symbol_str_expr() [all …]
|
| /third_party/python/Python/ |
| D | ast_unparse.c | 33 return _PyUnicodeWriter_WriteASCIIString(writer, charp, -1); in append_charp() 41 if (-1 == append_charp(writer, (str))) { \ 42 return -1; \ 47 if ((cond) && -1 == append_charp(writer, (str))) { \ 48 return -1; \ 58 if (-1 == append_ast_expr(writer, (expr), (pr))) { \ 59 return -1; \ 64 if (-1 == append_ast_ ## type(writer, (value))) { \ 65 return -1; \ 75 return -1; in append_repr() [all …]
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
| D | VertexArrayMtl.h | 3 // Use of this source code is governed by a BSD-style license that can be 99 IndexConversionBufferMtl *conversion); 114 ConversionBufferMtl *conversion); 123 ConversionBufferMtl *conversion); 130 // Size to be uploaded as inline constant data. Used for client vertex attribute's data that 131 // is small enough that we can send directly as inline constant data instead of streaming 137 // Max size of inline constant data that can be used for client vertex attribute.
|