Home
last modified time | relevance | path

Searched refs:input_type (Results 1 – 25 of 68) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_conversion.cpp42 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/
Dvalidate_conversion.cpp42 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/
Dvalidate_conversion.cpp42 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/
Dsimplified-lowering-verifier.cc109 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 …]
Dtyped-optimization.cc158 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 …]
Djs-typed-lowering.cc467 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 …]
Dsimplified-lowering.cc949 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/
Dwide_multiply.h78 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/
DMethodDescriptorProto.php30 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/
Dttmlenc.c41 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/
Dnir_constant_expressions.py15 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/
Di965_disasm.c38 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/
Ddecoder_pkey.c309 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()
Ddecoder_lib.c94 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/
Ddecoder_pkey.c309 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()
Ddecoder_lib.c94 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/
Djava_service.cc214 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/
Dfind_opt_references.cc37 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/
Dfile_store.c80 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/
Dfile_store.c80 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/
Dgstmftransform.h106 IMFMediaType * input_type);
112 IMFMediaType ** input_type);
/third_party/vixl/tools/test_generator/
Dgenerator.py272 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/
Ddecoder.h74 const char *input_type);
125 const char *input_type,
/third_party/openssl/include/openssl/
Ddecoder.h74 const char *input_type);
125 const char *input_type,
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_service.cc50 format->Set("input_type", QualifiedClassName(method->input_type(), options)); in InitMethodVariables()
287 (which == REQUEST) ? method->input_type() : method->output_type(); in GenerateGetPrototype()

123