Home
last modified time | relevance | path

Searched defs:input_type (Results 1 – 25 of 67) 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
72 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
104 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
135 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
170 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
206 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
242 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
256 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
296 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
316 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
[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
72 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
104 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
135 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
170 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
206 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
242 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
256 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
296 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
316 const uint32_t input_type = _.GetOperandTypeId(inst, 2); in ConversionPass() local
[all …]
/third_party/boost/boost/compute/algorithm/detail/
Dfind_extrema_with_reduce.hpp37 typedef typename std::iterator_traits<InputIterator>::value_type input_type; in find_extrema_with_reduce_requirements_met() typedef
94 typedef typename std::iterator_traits<InputIterator>::value_type input_type; in find_extrema_with_reduce() typedef
258 typedef typename std::iterator_traits<InputIterator>::value_type input_type; in find_extrema_with_reduce() typedef
341 typedef typename std::iterator_traits<InputIterator>::value_type input_type; in find_extrema_with_reduce() typedef
Dserial_scan.hpp40 std::iterator_traits<InputIterator>::value_type input_type; in serial_scan() typedef
Dscan_on_cpu.hpp38 std::iterator_traits<InputIterator>::value_type input_type; in scan_on_cpu() typedef
Dfind_extrema_on_cpu.hpp33 typedef typename std::iterator_traits<InputIterator>::value_type input_type; in find_extrema_on_cpu() typedef
/third_party/boost/boost/compute/algorithm/
Dreduce.hpp47 input_type; in reduce() typedef
144 input_type; in block_reduce() typedef
169 input_type; in generic_reduce() typedef
Dinner_product.hpp44 typedef typename std::iterator_traits<InputIterator1>::value_type input_type; in inner_product() typedef
Dcopy.hpp151 typedef typename std::iterator_traits<InputIterator>::value_type input_type; in dispatch_copy_async() typedef
223 typedef typename std::iterator_traits<InputIterator>::value_type input_type; in dispatch_copy() typedef
309 typedef typename std::iterator_traits<InputIterator>::value_type input_type; in dispatch_copy() typedef
509 typedef typename InputIterator::value_type input_type; in dispatch_copy() typedef
592 typedef typename InputIterator::value_type input_type; in dispatch_copy() typedef
/third_party/flutter/engine/flutter/shell/platform/common/cpp/
Dtext_input_model.h83 std::string input_type() const { return input_type_; } in input_type() function
Dtext_input_model.cc46 auto input_type = input_type_info->value.FindMember(kTextInputTypeName); in TextInputModel() local
/third_party/boost/boost/random/
Duniform_01.hpp50 typedef RealType input_type; typedef in boost::random::uniform_01
Dgeometric_distribution.hpp50 typedef RealType input_type; typedef in boost::random::geometric_distribution
229 typedef RealType input_type; typedef in boost::geometric_distribution
Dlognormal_distribution.hpp49 typedef typename normal_distribution<RealType>::input_type input_type; typedef in boost::random::lognormal_distribution
204 typedef typename normal_distribution<RealType>::input_type input_type; typedef in boost::lognormal_distribution
Dbernoulli_distribution.hpp41 typedef int input_type; typedef in boost::random::bernoulli_distribution
Dstudent_t_distribution.hpp41 typedef RealType input_type; typedef in boost::random::student_t_distribution
Dweibull_distribution.hpp37 typedef RealType input_type; typedef in boost::random::weibull_distribution
Dchi_squared_distribution.hpp36 typedef RealType input_type; typedef in boost::random::chi_squared_distribution
Dlaplace_distribution.hpp35 typedef RealType input_type; typedef in boost::random::laplace_distribution
/third_party/abseil-cpp/absl/random/internal/
Dwide_multiply.h78 using input_type = UIntType; member
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dwide_multiply.h78 using input_type = UIntType; member
/third_party/grpc/src/compiler/
Dnode_generator.cc101 const Descriptor* input_type = method->input_type(); in GetAllMessages() local
159 const Descriptor* input_type = method->input_type(); in PrintMethod() local
Dphp_generator.cc68 const Descriptor* input_type = method->input_type(); in PrintMethod() local
Druby_generator.cc42 std::string input_type = RubyTypeOf(method->input_type()); in PrintMethod() local
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMethodDescriptorProto.php30 protected $input_type = null; variable in Google\\Protobuf\\Internal\\MethodDescriptorProto

123