/external/mesa3d/src/compiler/glsl/ |
D | ir_function.cpp | 139 const glsl_type *to_type; in get_parameter_match_type() local 143 to_type = actual->type; in get_parameter_match_type() 146 to_type = param->type; in get_parameter_match_type() 149 if (from_type == to_type) in get_parameter_match_type() 152 if (to_type->is_double()) { in get_parameter_match_type() 158 if (to_type->is_float()) in get_parameter_match_type()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | elemental_ir_emitter.cc | 193 PrimitiveType to_type, llvm::Module* module, in EmitIntegralToFloating() argument 197 llvm_ir::PrimitiveTypeToIrType(to_type, module)); in EmitIntegralToFloating() 202 llvm_ir::PrimitiveTypeToIrType(to_type, module)); in EmitIntegralToFloating() 225 PrimitiveType to_type = op->shape().element_type(); in EmitIntegerUnaryOp() local 228 if (from_type == to_type) { in EmitIntegerUnaryOp() 231 if (to_type == PRED) { in EmitIntegerUnaryOp() 237 if (primitive_util::IsIntegralType(to_type)) { in EmitIntegerUnaryOp() 239 llvm_ir::PrimitiveTypeToIrType(to_type, module_), in EmitIntegerUnaryOp() 242 if (primitive_util::IsFloatingPointType(to_type)) { in EmitIntegerUnaryOp() 243 if (to_type == BF16) { in EmitIntegerUnaryOp() [all …]
|
D | hlo_element_type_converter.cc | 67 PrimitiveType to_type) { in GetConvertedTupleShape() argument 73 subshape = ShapeUtil::ChangeElementType(subshape, to_type); in GetConvertedTupleShape()
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderLayeredFramebuffer.cpp | 521 glw::GLenum to_type = (n == 0) ? GL_UNSIGNED_BYTE : (n == 1) ? GL_INT : GL_UNSIGNED_INT; in iterate() local 528 TEXTURE_HEIGHT, 1 /* depth */, to_format, to_type, to_data_1); in iterate() 530 TEXTURE_HEIGHT, 1 /* depth */, to_format, to_type, to_data_2); in iterate() 532 TEXTURE_HEIGHT, 1 /* depth */, to_format, to_type, to_data_3); in iterate() 534 TEXTURE_HEIGHT, 1 /* depth */, to_format, to_type, to_data_4); in iterate() 588 glw::GLenum to_type = GL_NONE; in iterate() local 604 to_type = GL_UNSIGNED_BYTE; in iterate() 620 to_type = GL_INT; in iterate() 636 to_type = GL_UNSIGNED_INT; in iterate() 651 TEXTURE_HEIGHT, 1 /* depth */, to_format, to_type, slice_1_data); in iterate() [all …]
|
/external/libnl/lib/route/qdisc/ |
D | fifo.c | 141 .to_type = RTNL_TC_TYPE_QDISC, 150 .to_type = RTNL_TC_TYPE_QDISC,
|
D | blackhole.c | 24 .to_type = RTNL_TC_TYPE_QDISC,
|
D | cbq.c | 170 .to_type = RTNL_TC_TYPE_QDISC, 182 .to_type = RTNL_TC_TYPE_CLASS,
|
D | prio.c | 260 .to_type = RTNL_TC_TYPE_QDISC, 272 .to_type = RTNL_TC_TYPE_QDISC,
|
D | ingress.c | 47 .to_type = RTNL_TC_TYPE_QDISC,
|
D | dsmark.c | 382 .to_type = RTNL_TC_TYPE_QDISC, 394 .to_type = RTNL_TC_TYPE_CLASS,
|
D | plug.c | 162 .to_type = RTNL_TC_TYPE_QDISC,
|
D | red.c | 169 .to_type = RTNL_TC_TYPE_QDISC,
|
D | sfq.c | 236 .to_type = RTNL_TC_TYPE_QDISC,
|
D | htb.c | 612 .to_type = RTNL_TC_TYPE_QDISC, 621 .to_type = RTNL_TC_TYPE_CLASS,
|
D | fq_codel.c | 360 .to_type = RTNL_TC_TYPE_QDISC,
|
D | tbf.c | 440 .to_type = RTNL_TC_TYPE_QDISC,
|
/external/libnl/src/lib/ |
D | tc.c | 115 switch (ops->to_type) { in nl_cli_tc_lookup() 127 ops->to_type); in nl_cli_tc_lookup()
|
/external/libnl/include/netlink-private/route/ |
D | tc-api.h | 40 enum rtnl_tc_type to_type; member
|
/external/libnl/lib/route/cls/ |
D | cgroup.c | 167 .to_type = RTNL_TC_TYPE_CLS,
|
D | fw.c | 197 .to_type = RTNL_TC_TYPE_CLS,
|
D | basic.c | 262 .to_type = RTNL_TC_TYPE_CLS,
|
/external/libnl/lib/route/ |
D | tc.c | 977 if (!ops->to_kind || ops->to_type > RTNL_TC_TYPE_MAX) in rtnl_tc_register() 980 if (rtnl_tc_lookup_ops(ops->to_type, ops->to_kind)) in rtnl_tc_register() 983 nl_list_add_tail(&ops->to_list, &tc_ops_list[ops->to_type]); in rtnl_tc_register()
|
/external/libnl/lib/route/act/ |
D | mirred.c | 219 .to_type = RTNL_TC_TYPE_ACT,
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | cast_op_test.py | 80 for to_type in type_list: 81 self._test(x.astype(from_type), to_type, use_gpu)
|
/external/python/google-api-python-client/googleapiclient/ |
D | discovery.py | 770 to_type = parameters.param_types.get(key, 'string') 773 cast_value = [_cast(x, to_type) for x in value] 775 cast_value = _cast(value, to_type)
|