HomeSort by relevance Sort by last modified time
    Searched defs:dst_type (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
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
  /external/mesa3d/src/gallium/auxiliary/gallivm/
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
  /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;
  /external/chromium_org/third_party/mesa/src/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/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, "");
  /ndk/sources/cxx-stl/gabi++/src/
dynamic_cast.cc 184 const abi::__class_type_info *dst_type; member in struct:__anon42859::cast_context
192 : object(obj), src_type(src), dst_type(dst), src2dst_offset(offset),
205 bool is_dst_type = *type == *context->dst_type;
  /external/chromium_org/third_party/mesa/src/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/libcxxabi/src/
private_typeinfo.h 79 const __class_type_info* dst_type; member in struct:__cxxabiv1::__dynamic_cast_info
86 // pointer to a dst_type which has (static_ptr, static_type) above it
88 // pointer to a dst_type which does not have (static_ptr, static_type) above it
95 // when there is no dst_type along the path
97 // access of path from (dynamic_ptr, dynamic_type) to dst_type
98 // (not used if there is a (static_ptr, static_type) above a dst_type).
110 // Number of dst_type in tree. If 0, then that means unknown.
112 // communicates to a dst_type node that (static_ptr, static_type) was found
115 // communicates to a dst_type node that a static_type was found
  /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...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
private_typeinfo.h 79 const __class_type_info* dst_type; member in struct:__cxxabiv1::__dynamic_cast_info
86 // pointer to a dst_type which has (static_ptr, static_type) above it
88 // pointer to a dst_type which does not have (static_ptr, static_type) above it
95 // when there is no dst_type along the path
97 // access of path from (dynamic_ptr, dynamic_type) to dst_type
98 // (not used if there is a (static_ptr, static_type) above a dst_type).
110 // Number of dst_type in tree. If 0, then that means unknown.
112 // communicates to a dst_type node that (static_ptr, static_type) was found
115 // communicates to a dst_type node that a static_type was found
  /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...]
  /external/opencv/cv/include/
cv.hpp 110 int get_dst_type() const { return dst_type; }
136 int min_depth, src_type, dst_type, work_type; member in class:CvBaseImageFilter

Completed in 520 milliseconds