| /third_party/spirv-tools/source/val/ |
| H A D | validate_conversion.cpp | 41 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local 42 if (!input_type || (!_.IsFloatScalarType(input_type) && in ConversionPass() 43 !_.IsFloatVectorType(input_type) && in ConversionPass() 44 !_.IsFloatCooperativeMatrixType(input_type))) in ConversionPass() 50 _.IsCooperativeMatrixType(input_type)) { in ConversionPass() 52 _.CooperativeMatrixShapesMatch(inst, result_type, input_type); in ConversionPass() 55 if (_.GetDimension(result_type) != _.GetDimension(input_type)) in ConversionPass() 71 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local 72 if (!input_type || (! in ConversionPass() 103 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 134 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 169 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 205 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 241 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 255 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 296 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 316 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 364 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 402 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 438 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 466 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 560 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | validate_conversion.cpp | 42 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local 43 if (!input_type || (!_.IsFloatScalarType(input_type) && in ConversionPass() 44 !_.IsFloatVectorType(input_type) && in ConversionPass() 45 !_.IsFloatCooperativeMatrixType(input_type))) in ConversionPass() 51 _.IsCooperativeMatrixType(input_type)) { in ConversionPass() 53 _.CooperativeMatrixShapesMatch(inst, result_type, input_type); in ConversionPass() 56 if (_.GetDimension(result_type) != _.GetDimension(input_type)) in ConversionPass() 72 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local 73 if (!input_type || (! in ConversionPass() 104 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 135 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 170 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 206 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 242 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 256 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 296 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 316 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 363 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 401 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 436 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 464 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | validate_conversion.cpp | 42 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local 43 if (!input_type || (!_.IsFloatScalarType(input_type) && in ConversionPass() 44 !_.IsFloatVectorType(input_type) && in ConversionPass() 45 !_.IsFloatCooperativeMatrixType(input_type))) in ConversionPass() 51 _.IsCooperativeMatrixType(input_type)) { in ConversionPass() 53 _.CooperativeMatrixShapesMatch(inst, result_type, input_type); in ConversionPass() 56 if (_.GetDimension(result_type) != _.GetDimension(input_type)) in ConversionPass() 72 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local 73 if (!input_type || (! in ConversionPass() 104 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 135 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 170 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 206 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 242 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 256 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 296 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 316 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 363 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 401 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 436 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local 464 const uint32_t input_type = _.GetOperandTypeId(inst, 2); ConversionPass() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | simplified-lowering-verifier.cc | 109 Type input_type = InputType(node, 0); in VisitNode() local 110 DCHECK(input_type.Is(Type::Number())); in VisitNode() 114 // Remove -0 from input_type. in VisitNode() 115 input_type = in VisitNode() 116 Type::Intersect(input_type, Type::Signed32(), graph_zone()); in VisitNode() 118 input_type = Type::Intersect(input_type, Type::Signed32OrMinusZero(), in VisitNode() 121 CheckAndSet(node, input_type, Truncation::Word32()); in VisitNode() 206 Type input_type = InputType(node, 0); in VisitNode() local 207 CHECK(input_type in VisitNode() 213 Type input_type = InputType(node, 0); VisitNode() local 221 Type input_type = InputType(node, 0); VisitNode() local 229 Type input_type = InputType(node, 1 + i); VisitNode() local [all...] |
| H A D | typed-optimization.cc | 158 Type const input_type = NodeProperties::GetType(input); in ReduceCheckHeapObject() local 159 if (!input_type.Maybe(Type::SignedSmall())) { in ReduceCheckHeapObject() 194 Type const input_type = NodeProperties::GetType(input); in ReduceCheckBounds() local 196 !input_type.Maybe(Type::String()) && in ReduceCheckBounds() 197 !input_type.Maybe(Type::MinusZero())) { in ReduceCheckBounds() 210 Type const input_type = NodeProperties::GetType(input); in ReduceCheckNotTaggedHole() local 211 if (!input_type.Maybe(Type::Hole())) { in ReduceCheckNotTaggedHole() 247 Type const input_type = NodeProperties::GetType(input); in ReduceCheckNumber() local 248 if (input_type.Is(Type::Number())) { in ReduceCheckNumber() 257 Type const input_type in ReduceCheckString() local 312 Type const input_type = NodeProperties::GetType(input); ReduceNumberFloor() local 348 Type const input_type = NodeProperties::GetType(input); ReduceNumberRoundop() local 357 Type const input_type = NodeProperties::GetType(input); ReduceNumberSilenceNaN() local 366 Type const input_type = NodeProperties::GetType(input); ReduceNumberToUint8Clamped() local 669 Type const input_type = NodeProperties::GetType(input); ReduceSpeculativeToNumber() local 706 Type const input_type = NodeProperties::GetType(input); ReduceToBoolean() local 811 Type input_type = NodeProperties::GetType(input); ReduceJSToNumberInput() local [all...] |
| H A D | js-typed-lowering.cc | 467 Type input_type = NodeProperties::GetType(input); in ReduceJSBitwiseNot() local 468 if (input_type.Is(Type::PlainPrimitive())) { in ReduceJSBitwiseNot() 483 Type input_type = NodeProperties::GetType(input); in ReduceJSDecrement() local 484 if (input_type.Is(Type::PlainPrimitive())) { in ReduceJSDecrement() 499 Type input_type = NodeProperties::GetType(input); in ReduceJSIncrement() local 500 if (input_type.Is(Type::PlainPrimitive())) { in ReduceJSIncrement() 515 Type input_type = NodeProperties::GetType(input); in ReduceJSNegate() local 516 if (input_type.Is(Type::PlainPrimitive())) { in ReduceJSNegate() 960 Type const input_type = NodeProperties::GetType(input); in ReduceJSToName() local 961 if (input_type in ReduceJSToName() 971 Type input_type = NodeProperties::GetType(input); ReduceJSToLength() local 995 Type input_type = NodeProperties::GetType(input); ReduceJSToNumberInput() local 1036 Type const input_type = NodeProperties::GetType(input); ReduceJSToNumber() local 1052 Type const input_type = NodeProperties::GetType(input); ReduceJSToNumeric() local 1071 Type input_type = NodeProperties::GetType(input); ReduceJSToStringInput() local [all...] |
| H A D | simplified-lowering.cc | 946 // assuming the type of the input is {input_type}. If {input_type} is null, 949 Type input_type = Type::Invalid()) { in ConvertInput() 966 if (input_type.IsInvalid()) { in ConvertInput() 967 input_type = TypeOf(input); in ConvertInput() 969 Node* n = changer_->GetRepresentationFor(input, input_rep, input_type, in ConvertInput() 1210 Type const input_type = TypeOf(node->InputAt(0)); in VisitObjectIs() local 1211 if (input_type.Is(type)) { in VisitObjectIs() 1218 if (lower<T>() && !input_type.Maybe(type)) { in VisitObjectIs() 2746 Type const input_type in VisitNode() local 2926 Type const input_type = TypeOf(node->InputAt(0)); VisitNode() local 3037 Type const input_type = TypeOf(node->InputAt(0)); VisitNode() local 3060 Type const input_type = TypeOf(node->InputAt(0)); VisitNode() local 3098 Type const input_type = TypeOf(node->InputAt(0)); VisitNode() local 3317 Type const input_type = TypeOf(node->InputAt(0)); VisitNode() local 3563 Type input_type = TypeOf(node->InputAt(0)); VisitNode() local 3670 Type const input_type = GetUpperBound(node->InputAt(0)); VisitNode() local 3698 Type const input_type = GetUpperBound(node->InputAt(0)); VisitNode() local 3724 Type const input_type = GetUpperBound(node->InputAt(0)); VisitNode() local 3752 Type const input_type = GetUpperBound(node->InputAt(0)); VisitNode() local 3775 Type const input_type = GetUpperBound(node->InputAt(0)); VisitNode() local 3848 Type const input_type = TypeOf(node->InputAt(0)); VisitNode() local [all...] |
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | MethodDescriptorProto.php | 28 * Generated from protobuf field <code>optional string input_type = 2;</code> 30 protected $input_type = null; variable 59 * @type string $input_type 111 * Generated from protobuf field <code>optional string input_type = 2;</code> 116 return isset($this->input_type) ? $this->input_type : ''; 121 return isset($this->input_type); 126 unset($this->input_type); 133 * Generated from protobuf field <code>optional string input_type = 2;</code> 140 $this->input_type variable [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| H A D | wide_multiply.h | 78 using input_type = UIntType; 81 static result_type multiply(input_type a, input_type b) { in multiply() 85 static input_type hi(result_type r) { return r >> kN; } in hi() 86 static input_type lo(result_type r) { return r; } in lo() 95 using input_type = uint64_t;
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_constant_expressions.py | 15 for input_type in op.input_types: 16 if not type_has_size(input_type): 18 sizes = set(type_sizes(input_type)) 20 sizes = sizes.intersection(set(type_sizes(input_type)))
|
| H A D | nir_opcodes.py | 167 def unop_horiz(name, output_size, output_type, input_size, input_type, 169 opcode(name, output_size, output_type, [input_size], [input_type], 172 def unop_reduce(name, output_size, output_type, input_type, prereduce_expr, 184 unop_horiz(name + "2", output_size, output_type, 2, input_type, 186 unop_horiz(name + "3", output_size, output_type, 3, input_type, 188 unop_horiz(name + "4", output_size, output_type, 4, input_type,
|
| /third_party/ffmpeg/libavformat/ |
| H A D | ttmlenc.c | 48 enum TTMLPacketType input_type; member 142 ttml_ctx->input_type = ff_is_ttml_stream_paragraph_based(st->codecpar) ? in ttml_write_header() 148 if (ttml_ctx->input_type == PACKET_TYPE_PARAGRAPH) { in ttml_write_header() 174 switch (ttml_ctx->input_type) { in ttml_write_packet() 200 ttml_ctx->input_type); in ttml_write_packet() 212 if (ttml_ctx->input_type == PACKET_TYPE_PARAGRAPH) in ttml_write_trailer()
|
| /third_party/mesa3d/src/intel/tools/ |
| H A D | i965_disasm.c | 38 static enum opt_input_type input_type = OPT_INPUT_BINARY; variable 174 input_type = OPT_INPUT_C_LITERAL; in main() 176 input_type = OPT_INPUT_BINARY; in main() 214 if (input_type == OPT_INPUT_BINARY) in main() 216 else if (input_type == OPT_INPUT_C_LITERAL) in main()
|
| /third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
| H A D | decoder_pkey.c | 313 const char *input_type = ctx->start_input_type; in ossl_decoder_ctx_setup_for_pkey() local 330 input_type != NULL ? " from " : "", in ossl_decoder_ctx_setup_for_pkey() 331 input_type != NULL ? input_type : "", in ossl_decoder_ctx_setup_for_pkey() 431 const char *input_type, in OSSL_DECODER_CTX_new_for_pkey() 448 input_type, input_structure); in OSSL_DECODER_CTX_new_for_pkey() 451 if (OSSL_DECODER_CTX_set_input_type(ctx, input_type) in OSSL_DECODER_CTX_new_for_pkey() 430 OSSL_DECODER_CTX_new_for_pkey(EVP_PKEY **pkey, const char *input_type, const char *input_structure, const char *keytype, int selection, OSSL_LIB_CTX *libctx, const char *propquery) OSSL_DECODER_CTX_new_for_pkey() argument
|
| H A D | decoder_lib.c | 94 const char *input_type in OSSL_DECODER_from_bio() local 103 spaces, input_type_label, input_type, comma, in OSSL_DECODER_from_bio() 181 const char *input_type) in OSSL_DECODER_CTX_set_input_type() 192 ctx->start_input_type = input_type; in OSSL_DECODER_CTX_set_input_type() 243 decoder_inst->input_type = ossl_property_get_string_value(libctx, prop); in ossl_decoder_instance_new() 244 if (decoder_inst->input_type == NULL) { in ossl_decoder_instance_new() 662 return decoder_inst->input_type; in OSSL_DECODER_INSTANCE_get_input_type() 180 OSSL_DECODER_CTX_set_input_type(OSSL_DECODER_CTX *ctx, const char *input_type) OSSL_DECODER_CTX_set_input_type() argument
|
| /third_party/openssl/crypto/encode_decode/ |
| H A D | decoder_pkey.c | 309 const char *input_type = ctx->start_input_type; in ossl_decoder_ctx_setup_for_pkey() local 326 input_type != NULL ? " from " : "", in ossl_decoder_ctx_setup_for_pkey() 327 input_type != NULL ? input_type : "", in ossl_decoder_ctx_setup_for_pkey() 427 const char *input_type, in OSSL_DECODER_CTX_new_for_pkey() 444 input_type, input_structure); in OSSL_DECODER_CTX_new_for_pkey() 447 if (OSSL_DECODER_CTX_set_input_type(ctx, input_type) in OSSL_DECODER_CTX_new_for_pkey() 426 OSSL_DECODER_CTX_new_for_pkey(EVP_PKEY **pkey, const char *input_type, const char *input_structure, const char *keytype, int selection, OSSL_LIB_CTX *libctx, const char *propquery) OSSL_DECODER_CTX_new_for_pkey() argument
|
| H A D | decoder_lib.c | 94 const char *input_type in OSSL_DECODER_from_bio() local 103 spaces, input_type_label, input_type, comma, in OSSL_DECODER_from_bio() 181 const char *input_type) in OSSL_DECODER_CTX_set_input_type() 192 ctx->start_input_type = input_type; in OSSL_DECODER_CTX_set_input_type() 243 decoder_inst->input_type = ossl_property_get_string_value(libctx, prop); in ossl_decoder_instance_new() 244 if (decoder_inst->input_type == NULL) { in ossl_decoder_instance_new() 662 return decoder_inst->input_type; in OSSL_DECODER_INSTANCE_get_input_type() 180 OSSL_DECODER_CTX_set_input_type(OSSL_DECODER_CTX *ctx, const char *input_type) OSSL_DECODER_CTX_set_input_type() argument
|
| /third_party/skia/third_party/externals/brotli/research/ |
| H A D | find_opt_references.cc | 37 typedef uint8_t input_type; typedef 43 void ReadInput(FILE* fin, input_type* storage, size_t input_size) { in ReadInput() 54 void BuildLCP(input_type* storage, sarray_type* sarray, lcp_type* lcp, in BuildLCP() 212 input_type* storage = new input_type[input_size]; in main()
|
| /third_party/protobuf/src/google/protobuf/compiler/java/ |
| H A D | java_service.cc | 214 vars["input"] = name_resolver_->GetImmutableClassName(method->input_type()); in GenerateCallMethod() 261 vars["input"] = name_resolver_->GetImmutableClassName(method->input_type()); in GenerateCallBlockingMethod() 307 ? name_resolver_->GetImmutableClassName(method->input_type()) in GenerateGetPrototype() 447 vars["input"] = name_resolver_->GetImmutableClassName(method->input_type()); in GenerateMethodSignature() 461 vars["input"] = name_resolver_->GetImmutableClassName(method->input_type()); in GenerateBlockingMethodSignature()
|
| /third_party/vixl/tools/test_generator/ |
| H A D | generator.py | 272 input_type.values 273 if input_type.name in self.input_names else [input_type.default] 274 for input_type in input_types
|
| /third_party/node/deps/openssl/openssl/providers/implementations/storemgmt/ |
| H A D | file_store.c | 80 char *input_type; member 119 OPENSSL_free(ctx->_.file.input_type); in free_file_ctx() 341 OPENSSL_free(ctx->_.file.input_type); in file_set_ctx_params() 342 ctx->_.file.input_type = NULL; in file_set_ctx_params() 343 if (!OSSL_PARAM_get_utf8_string(p, &ctx->_.file.input_type, 0)) in file_set_ctx_params() 433 ctx->_.file.input_type)) { in file_setup_decoders()
|
| /third_party/openssl/providers/implementations/storemgmt/ |
| H A D | file_store.c | 80 char *input_type; member 119 OPENSSL_free(ctx->_.file.input_type); in free_file_ctx() 341 OPENSSL_free(ctx->_.file.input_type); in file_set_ctx_params() 342 ctx->_.file.input_type = NULL; in file_set_ctx_params() 343 if (!OSSL_PARAM_get_utf8_string(p, &ctx->_.file.input_type, 0)) in file_set_ctx_params() 433 ctx->_.file.input_type)) { in file_setup_decoders()
|
| /third_party/node/deps/openssl/openssl/include/openssl/ |
| H A D | decoder.h | 74 const char *input_type); 125 const char *input_type,
|
| /third_party/openssl/include/openssl/ |
| H A D | decoder.h | 74 const char *input_type); 125 const char *input_type,
|
| /third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| H A D | cpp_service.cc | 50 format->Set("input_type", QualifiedClassName(method->input_type(), options)); in InitMethodVariables() 162 " const $input_type$* request,\n" in GenerateMethodSignatures() 219 " const $input_type$*,\n" in GenerateNotImplementedMethods() 252 " ::$proto_ns$::internal::DownCast<const $input_type$*>(\n" in GenerateCallMethod() 287 (which == REQUEST) ? method->input_type() : method->output_type(); in GenerateGetPrototype() 314 " const $input_type$* request,\n" in GenerateStubMethods()
|