HomeSort by relevance Sort by last modified time
    Searched refs:dst_type (Results 1 - 25 of 46) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_conv.c 56 "dst_type\n");
65 struct lp_type dst_type,
71 fprintf(fp, "%.1f\t", cycles / MAX2(src_type.length, dst_type.length));
76 dump_type(fp, dst_type);
86 struct lp_type dst_type)
91 fprintf(fp, " dst_type=");
92 dump_type(fp, dst_type);
102 struct lp_type dst_type, unsigned num_dsts)
117 args[1] = LLVMPointerType(lp_build_vec_type(gallivm, dst_type), 0);
135 lp_build_conv(gallivm, src_type, dst_type, src, num_srcs, dst, num_dsts)
390 const struct lp_type *dst_type; local
418 const struct lp_type *dst_type; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_pack.c 277 struct lp_type dst_type,
287 assert(!dst_type.floating);
288 assert(dst_type.width == src_type.width * 2);
289 assert(dst_type.length * 2 == src_type.length);
291 if(dst_type.sign && src_type.sign) {
310 dst_vec_type = lp_build_vec_type(gallivm, dst_type);
326 struct lp_type dst_type,
334 assert(src_type.width * src_type.length == dst_type.width * dst_type.length);
337 assert(src_type.length == dst_type.length * num_dsts)
    [all...]
lp_bld_conv.h 59 struct lp_type dst_type,
66 struct lp_type dst_type,
73 struct lp_type dst_type,
lp_bld_pack.h 65 struct lp_type dst_type,
74 struct lp_type dst_type,
93 struct lp_type dst_type,
101 struct lp_type dst_type,
109 struct lp_type dst_type,
117 struct lp_type dst_type,
lp_bld_conv.c 43 * src_type.width * src_type.length == dst_type.width * dst_type.length
47 * src_type.length * num_srcs == dst_type.length * num_dsts
277 struct lp_type dst_type,
281 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, dst_type);
282 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, dst_type);
292 assert(dst_type.floating);
294 mantissa = lp_mantissa(dst_type);
306 lp_build_const_vec(gallivm, dst_type, scale), "");
327 lp_build_const_int_vec(gallivm, dst_type, shift), "")
    [all...]
lp_bld_format_aos_array.c 44 * \param dst_type output type
51 struct lp_type dst_type,
69 assert(src_type.length <= dst_type.length);
90 if (src_type.length < dst_type.length) {
91 res = lp_build_pad_vector(gallivm, res, src_type, dst_type.length);
92 src_type.length = dst_type.length;
96 lp_build_conv(gallivm, src_type, dst_type, &res, 1, &res, 1);
99 lp_build_context_init(&bld, gallivm, dst_type);
lp_bld_tgsi_action.h 64 LLVMTypeRef dst_type; member in struct:lp_build_emit_data
93 * 3. Setting the destination type in emit_data->dst_type (usually only
lp_bld_swizzle.h 64 struct lp_type dst_type,
119 struct lp_type dst_type,
126 struct lp_type dst_type,
lp_bld_swizzle.c 104 struct lp_type dst_type,
111 assert(src_type.floating == dst_type.floating);
112 assert(src_type.width == dst_type.width);
118 if (dst_type.length == 1) {
131 lp_build_vec_type(gallivm, dst_type),
136 if (dst_type.length > 1) {
143 LLVMVectorType(i32t, dst_type.length),
565 struct lp_type dst_type,
572 unsigned num_dst = dst_type.length;
601 struct lp_type dst_type,
    [all...]
lp_bld_format.h 97 struct lp_type dst_type,
lp_bld_format_soa.c 259 struct lp_type dst_type,
264 LLVMValueRef mask = lp_build_const_int_vec(gallivm, dst_type, 0xff);
268 lp_build_int_vec_type(gallivm, dst_type), "");
280 lp_build_const_int_vec(gallivm, dst_type, start), "");
285 input = lp_build_unsigned_norm_to_float(gallivm, 8, dst_type, input);
lp_bld_tgsi.c 91 emit_data->dst_type = LLVMVoidTypeInContext(bld_base->base.gallivm->context);
94 emit_data->dst_type = LLVMTypeOf(emit_data->args[0]);
107 emit_data->dst_type, emit_data->args, emit_data->arg_count);
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_llvm.h 123 LLVMTypeRef dst_type; local
128 dst_type = LLVMInt32TypeInContext(ctx);
132 dst_type = LLVMFloatTypeInContext(ctx);
135 dst_type = 0;
139 if (dst_type)
140 return LLVMBuildBitCast(builder, value, dst_type, "");
  /external/valgrind/none/tests/s390x/
rounding-1.c 26 #define convert_to_int(opcode,src_type,dst_type,dst_fmt,round,value) \
29 dst_type dst; \
rounding-3.c 42 #define convert_to_int(opcode,src_type,dst_type,dst_fmt,round,value) \
45 dst_type dst; \
rounding-6.c 30 #define convert_to_int(opcode,src_type,dst_type,dst_fmt,round,value) \
33 dst_type dst; \
  /art/runtime/verifier/
register_line.cc 202 const RegType& dst_type, const RegType& src_type) {
204 SetRegisterType(verifier, inst->VRegA_12x(), dst_type);
225 const RegType& dst_type,
228 SetRegisterType(verifier, inst->VRegA_12x(), dst_type);
233 const RegType& dst_type,
241 DCHECK(dst_type.IsInteger());
248 SetRegisterType(verifier, inst->VRegA_23x(), dst_type);
272 const RegType& dst_type, const RegType& src_type1,
279 DCHECK(dst_type.IsInteger());
286 SetRegisterType(verifier, vregA, dst_type);
    [all...]
register_line.h 198 * "dst_type" is stored into vA, and "src_type" is verified against vB.
200 void CheckUnaryOp(MethodVerifier* verifier, const Instruction* inst, const RegType& dst_type,
215 const RegType& dst_type,
221 * "dst_type" is stored into vA, and "src_type1"/"src_type2" are verified
225 const RegType& dst_type, const RegType& src_type1, const RegType& src_type2,
242 * are verified against vA/vB, then "dst_type" is stored into vA.
245 const RegType& dst_type,
263 * "dst_type" is stored into vA, and "src_type" is verified against vB.
268 const RegType& dst_type, const RegType& src_type,
  /external/libcxxabi/src/
private_typeinfo.cpp 420 // dst_type: destination type of the cast (the "T" in "dynamic_cast<T>(v)").
425 // -2: static_type is not a public base of dst_type
429 // base type of dst_type at offset src2dst_offset from the
430 // origin of dst_type.
445 // There are two flavors of nodes which have the type dst_type:
454 // or may not go through a node having type dst_type.
457 // there is only one node with dynamic_type. And if dynamic_type == dst_type,
458 // then there is only one dst_type in the DAG.
460 // No node of type dst_type appears above a node of type static_type. Such
462 // compile time, and only calls __dynamic_cast when dst_type lies belo
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
private_typeinfo.cpp 416 // dst_type: destination type of the cast (the "T" in "dynamic_cast<T>(v)").
421 // -2: static_type is not a public base of dst_type
425 // base type of dst_type at offset src2dst_offset from the
426 // origin of dst_type.
441 // There are two flavors of nodes which have the type dst_type:
450 // or may not go through a node having type dst_type.
453 // there is only one node with dynamic_type. And if dynamic_type == dst_type,
454 // then there is only one dst_type in the DAG.
456 // No node of type dst_type appears above a node of type static_type. Such
458 // compile time, and only calls __dynamic_cast when dst_type lies belo
    [all...]
  /abi/cpp/src/
dynamic_cast.cc 184 const abi::__class_type_info *dst_type; member in struct:__anon1::cast_context
192 : object(obj), src_type(src), dst_type(dst), src2dst_offset(offset),
205 bool is_dst_type = *type == *context->dst_type;
  /ndk/sources/cxx-stl/gabi++/src/
dynamic_cast.cc 184 const abi::__class_type_info *dst_type; member in struct:__anon27906::cast_context
192 : object(obj), src_type(src), dst_type(dst), src2dst_offset(offset),
205 bool is_dst_type = *type == *context->dst_type;
  /external/mesa3d/src/mesa/main/
APIspecutil.py 209 dst_type, conversion = _Conversion(func, param)
212 return (param.name, param.type, vec_size, dst_type, valid_values, conversion)
  /external/opencv/ml/src/
ml_inner_functions.cpp     [all...]
  /external/opencv/cv/src/
cvderiv.cpp 188 int src_type, dst_type; local
201 dst_type = CV_MAT_TYPE( dst->type );
208 (src_type == CV_8UC1 && dst_type == CV_16SC1/* ||
209 src_type == CV_32FC1 && dst_type == CV_32FC1*/) )
338 CV_CALL( filter.init_deriv( src->cols, src_type, dst_type, dx, dy,
385 int dst_depth = CV_MAT_DEPTH(dst_type);
387 work_type = CV_MAKETYPE( work_depth, CV_MAT_CN(dst_type)*2 );
810 int src_type, dst_type; local
    [all...]

Completed in 470 milliseconds

1 2