Home
last modified time | relevance | path

Searched refs:to_type (Results 1 – 25 of 30) sorted by relevance

12

/external/mesa3d/src/compiler/glsl/
Dir_function.cpp139 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/
Delemental_ir_emitter.cc193 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 …]
Dhlo_element_type_converter.cc67 PrimitiveType to_type) { in GetConvertedTupleShape() argument
73 subshape = ShapeUtil::ChangeElementType(subshape, to_type); in GetConvertedTupleShape()
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLayeredFramebuffer.cpp521 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/
Dfifo.c141 .to_type = RTNL_TC_TYPE_QDISC,
150 .to_type = RTNL_TC_TYPE_QDISC,
Dblackhole.c24 .to_type = RTNL_TC_TYPE_QDISC,
Dcbq.c170 .to_type = RTNL_TC_TYPE_QDISC,
182 .to_type = RTNL_TC_TYPE_CLASS,
Dprio.c260 .to_type = RTNL_TC_TYPE_QDISC,
272 .to_type = RTNL_TC_TYPE_QDISC,
Dingress.c47 .to_type = RTNL_TC_TYPE_QDISC,
Ddsmark.c382 .to_type = RTNL_TC_TYPE_QDISC,
394 .to_type = RTNL_TC_TYPE_CLASS,
Dplug.c162 .to_type = RTNL_TC_TYPE_QDISC,
Dred.c169 .to_type = RTNL_TC_TYPE_QDISC,
Dsfq.c236 .to_type = RTNL_TC_TYPE_QDISC,
Dhtb.c612 .to_type = RTNL_TC_TYPE_QDISC,
621 .to_type = RTNL_TC_TYPE_CLASS,
Dfq_codel.c360 .to_type = RTNL_TC_TYPE_QDISC,
Dtbf.c440 .to_type = RTNL_TC_TYPE_QDISC,
/external/libnl/src/lib/
Dtc.c115 switch (ops->to_type) { in nl_cli_tc_lookup()
127 ops->to_type); in nl_cli_tc_lookup()
/external/libnl/include/netlink-private/route/
Dtc-api.h40 enum rtnl_tc_type to_type; member
/external/libnl/lib/route/cls/
Dcgroup.c167 .to_type = RTNL_TC_TYPE_CLS,
Dfw.c197 .to_type = RTNL_TC_TYPE_CLS,
Dbasic.c262 .to_type = RTNL_TC_TYPE_CLS,
/external/libnl/lib/route/
Dtc.c977 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/
Dmirred.c219 .to_type = RTNL_TC_TYPE_ACT,
/external/tensorflow/tensorflow/python/kernel_tests/
Dcast_op_test.py80 for to_type in type_list:
81 self._test(x.astype(from_type), to_type, use_gpu)
/external/python/google-api-python-client/googleapiclient/
Ddiscovery.py770 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)

12