Home
last modified time | relevance | path

Searched refs:to_type (Results 1 – 25 of 41) 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/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()
587 glw::GLenum to_type = GL_NONE; in iterate() local
603 to_type = GL_UNSIGNED_BYTE; in iterate()
619 to_type = GL_INT; in iterate()
635 to_type = GL_UNSIGNED_INT; in iterate()
650 TEXTURE_HEIGHT, 1 /* depth */, to_format, to_type, slice_1_data); in iterate()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc221 PrimitiveType to_type, llvm::Module* module, in EmitIntegralToFloating() argument
225 llvm_ir::PrimitiveTypeToIrType(to_type, module)); in EmitIntegralToFloating()
230 llvm_ir::PrimitiveTypeToIrType(to_type, module)); in EmitIntegralToFloating()
253 PrimitiveType to_type = op->shape().element_type(); in EmitIntegerUnaryOp() local
256 if (from_type == to_type) { in EmitIntegerUnaryOp()
259 if (to_type == PRED) { in EmitIntegerUnaryOp()
265 if (primitive_util::IsIntegralType(to_type)) { in EmitIntegerUnaryOp()
267 llvm_ir::PrimitiveTypeToIrType(to_type, module_), in EmitIntegerUnaryOp()
270 if (primitive_util::IsFloatingPointType(to_type)) { in EmitIntegerUnaryOp()
271 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/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,
Dingress.c47 .to_type = RTNL_TC_TYPE_QDISC,
Dprio.c260 .to_type = RTNL_TC_TYPE_QDISC,
272 .to_type = RTNL_TC_TYPE_QDISC,
Dcbq.c170 .to_type = RTNL_TC_TYPE_QDISC,
182 .to_type = RTNL_TC_TYPE_CLASS,
Dplug.c162 .to_type = RTNL_TC_TYPE_QDISC,
Dhfsc.c320 .to_type = RTNL_TC_TYPE_QDISC,
329 .to_type = RTNL_TC_TYPE_CLASS,
Ddsmark.c382 .to_type = RTNL_TC_TYPE_QDISC,
394 .to_type = RTNL_TC_TYPE_CLASS,
Dred.c169 .to_type = RTNL_TC_TYPE_QDISC,
Dsfq.c236 .to_type = RTNL_TC_TYPE_QDISC,
/external/libnl/src/lib/
Dtc.c116 switch (ops->to_type) { in nl_cli_tc_lookup()
128 ops->to_type); in nl_cli_tc_lookup()
/external/flatbuffers/src/
Didl_gen_kotlin.cpp684 std::string to_type; in FlexBufferBuilderCast() local
686 to_type = "Boolean"; in FlexBufferBuilderCast()
688 to_type = "Long"; in FlexBufferBuilderCast()
690 to_type = "Int"; in FlexBufferBuilderCast()
692 to_type = isFirst ? "Byte" : "Int"; in FlexBufferBuilderCast()
694 to_type = isFirst ? "Short" : "Int"; in FlexBufferBuilderCast()
696 to_type = "Double"; in FlexBufferBuilderCast()
698 to_type = isFirst ? "Float" : "Double"; in FlexBufferBuilderCast()
701 if (field_type != to_type) return ".to" + to_type + "()"; in FlexBufferBuilderCast()
/external/python/pycparser/pycparser/
Dc_ast.py292 def __init__(self, to_type, expr, coord=None): argument
293 self.to_type = to_type
299 if self.to_type is not None: nodelist.append(("to_type", self.to_type))
304 if self.to_type is not None:
305 yield self.to_type
/external/libnl/include/netlink-private/route/
Dtc-api.h40 enum rtnl_tc_type to_type; member
/external/libnl/lib/route/act/
Dgact.c160 .to_type = RTNL_TC_TYPE_ACT,
Dmirred.c219 .to_type = RTNL_TC_TYPE_ACT,
/external/libnl/lib/route/cls/
Dcgroup.c180 .to_type = RTNL_TC_TYPE_CLS,
Dfw.c197 .to_type = RTNL_TC_TYPE_CLS,
/external/tensorflow/tensorflow/python/kernel_tests/
Dcast_op_test.py79 for to_type in type_list:
80 self._test(x.astype(from_type), to_type, use_gpu)
/external/libnl/lib/route/
Dtc.c1040 if (!ops->to_kind || ops->to_type > RTNL_TC_TYPE_MAX) in rtnl_tc_register()
1043 if (rtnl_tc_lookup_ops(ops->to_type, ops->to_kind)) in rtnl_tc_register()
1046 nl_list_add_tail(&ops->to_list, &tc_ops_list[ops->to_type]); in rtnl_tc_register()
/external/python/google-api-python-client/googleapiclient/
Ddiscovery.py789 to_type = parameters.param_types.get(key, "string")
792 cast_value = [_cast(x, to_type) for x in value]
794 cast_value = _cast(value, to_type)

12