/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
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 || (!_.IsFloatScalarType(input_type) && in ConversionPass() 74 !_.IsFloatVectorType(input_type) && in ConversionPass() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
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 || (!_.IsFloatScalarType(input_type) && in ConversionPass() 74 !_.IsFloatVectorType(input_type) && in ConversionPass() [all …]
|
/third_party/spirv-tools/source/val/ |
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 || (!_.IsFloatScalarType(input_type) && in ConversionPass() 74 !_.IsFloatVectorType(input_type) && in ConversionPass() [all …]
|
/third_party/node/deps/v8/src/compiler/ |
D | simplified-lowering-verifier.cc | 109 Type input_type = InputType(node, 0); in VisitNode() local 110 DCHECK(input_type.Is(Type::Number())); 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.Is(Type::BigInt())); in VisitNode() 209 CheckAndSet(node, input_type, Truncation::Word64()); in VisitNode() 213 Type input_type = InputType(node, 0); in VisitNode() local [all …]
|
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 = NodeProperties::GetType(input); in ReduceCheckString() local [all …]
|
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.Is(Type::Name())) { in ReduceJSToName() [all …]
|
D | simplified-lowering.cc | 949 Type input_type = Type::Invalid()) { in ConvertInput() argument 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 = TypeOf(node->InputAt(0)); in VisitNode() local 2747 if (input_type.Is(Type::Unsigned32OrMinusZero())) { in VisitNode() 2751 } else if (input_type.Is(Type::Signed32OrMinusZero())) { in VisitNode() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | wide_multiply.h | 78 using input_type = UIntType; member 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/protobuf/php/src/Google/Protobuf/Internal/ |
D | MethodDescriptorProto.php | 30 protected $input_type = null; variable in Google\\Protobuf\\Internal\\MethodDescriptorProto 116 return isset($this->input_type) ? $this->input_type : ''; 121 return isset($this->input_type); 126 unset($this->input_type); 140 $this->input_type = $var;
|
/third_party/ffmpeg/libavformat/ |
D | ttmlenc.c | 41 enum TTMLPacketType input_type; member 96 ttml_ctx->input_type = (st->codecpar->extradata && in ttml_write_header() 106 if (ttml_ctx->input_type == PACKET_TYPE_PARAGRAPH) in ttml_write_header() 118 switch (ttml_ctx->input_type) { in ttml_write_packet() 144 ttml_ctx->input_type); in ttml_write_packet() 156 if (ttml_ctx->input_type == PACKET_TYPE_PARAGRAPH) in ttml_write_trailer()
|
/third_party/mesa3d/src/compiler/nir/ |
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)))
|
/third_party/mesa3d/src/intel/tools/ |
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/openssl/crypto/encode_decode/ |
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() argument 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()
|
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() argument 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()
|
/third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
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() argument 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()
|
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() argument 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()
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
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/skia/third_party/externals/brotli/research/ |
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/openssl/providers/implementations/storemgmt/ |
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/providers/implementations/storemgmt/ |
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/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmftransform.h | 106 IMFMediaType * input_type); 112 IMFMediaType ** input_type);
|
/third_party/vixl/tools/test_generator/ |
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/include/openssl/ |
D | decoder.h | 74 const char *input_type); 125 const char *input_type,
|
/third_party/openssl/include/openssl/ |
D | decoder.h | 74 const char *input_type); 125 const char *input_type,
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_service.cc | 50 format->Set("input_type", QualifiedClassName(method->input_type(), options)); in InitMethodVariables() 287 (which == REQUEST) ? method->input_type() : method->output_type(); in GenerateGetPrototype()
|