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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_action.h 64 LLVMTypeRef dst_type; member in struct:lp_build_emit_data
98 * 3. Setting the destination type in emit_data->dst_type (usually only
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_peephole.cpp 103 unsigned dst_type = flags & AF_DST_TYPE_MASK; local
164 newop = get_setcc_op(cc, cmp_type, dst_type != AF_FLOAT_DST);
sb_expr.cpp 196 unsigned dst_type = flags & AF_DST_TYPE_MASK; local
278 result = dst_type != AF_FLOAT_DST ?
  /frameworks/base/tools/aapt2/link/
TableMerger.cpp 134 ResourceTableType* dst_type,
136 if (dst_type->symbol_status.state < src_type->symbol_status.state) {
142 dst_type->id = src_type->id;
144 dst_type->symbol_status = std::move(src_type->symbol_status);
145 } else if (dst_type->symbol_status.state == SymbolState::kPublic &&
147 dst_type->id && src_type->id &&
148 dst_type->id.value() != src_type->id.value()) {
251 ResourceTableType* dst_type = master_package_->FindOrCreateType(src_type->type); local
252 if (!MergeType(context_, src, dst_type, src_type.get())) {
265 dst_entry = dst_type->FindOrCreateEntry(entry_name)
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
dynamic_cast.cc 184 const abi::__class_type_info *dst_type; member in struct:__anon111627::cast_context
192 : object(obj), src_type(src), dst_type(dst), src2dst_offset(offset),
205 bool is_dst_type = *type == *context->dst_type;
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
dynamic_cast.cc 184 const abi::__class_type_info *dst_type; member in struct:__anon112015::cast_context
192 : object(obj), src_type(src), dst_type(dst), src2dst_offset(offset),
205 bool is_dst_type = *type == *context->dst_type;
  /external/libcxxabi/src/
private_typeinfo.h 74 const __class_type_info* dst_type; member in struct:__cxxabiv1::__dynamic_cast_info
81 // pointer to a dst_type which has (static_ptr, static_type) above it
83 // pointer to a dst_type which does not have (static_ptr, static_type) above it
90 // when there is no dst_type along the path
92 // access of path from (dynamic_ptr, dynamic_type) to dst_type
93 // (not used if there is a (static_ptr, static_type) above a dst_type).
105 // Number of dst_type in tree. If 0, then that means unknown.
107 // communicates to a dst_type node that (static_ptr, static_type) was found
110 // 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)
395 const struct lp_type *dst_type; local
423 const struct lp_type *dst_type; local
    [all...]
lp_state_fs.c 869 struct lp_type dst_type,
884 LLVMValueRef bx = lp_build_const_int32(gallivm, x * (dst_type.width / 8) * dst_type.length);
895 LLVMPointerType(lp_build_vec_type(gallivm, dst_type), 0), "");
1730 struct lp_type dst_type; local
    [all...]
  /external/mesa3d/src/mesa/main/
format_utils.c 277 enum mesa_array_format_datatype src_type = 0, dst_type = 0, common_type; local
400 dst_type = _mesa_array_format_get_datatype(dst_array_format);
418 _mesa_swizzle_and_convert(dst, dst_type, dst_num_channels,
530 _mesa_swizzle_and_convert(dst, dst_type, dst_num_channels,
573 _mesa_swizzle_and_convert(dst, dst_type, dst_num_channels,
617 _mesa_swizzle_and_convert(dst, dst_type, dst_num_channels,
756 enum mesa_array_format_datatype dst_type,
765 if (src_type != dst_type)
793 * \param DST_TYPE the C datatype of the destination
801 #define SWIZZLE_CONVERT_LOOP(DST_TYPE, DST_CHANS, SRC_TYPE, SRC_CHANS, CONV)
    [all...]
  /prebuilts/ndk/r11/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
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
private_typeinfo.h 74 const __class_type_info* dst_type; member in struct:__cxxabiv1::__dynamic_cast_info
81 // pointer to a dst_type which has (static_ptr, static_type) above it
83 // pointer to a dst_type which does not have (static_ptr, static_type) above it
90 // when there is no dst_type along the path
92 // access of path from (dynamic_ptr, dynamic_type) to dst_type
93 // (not used if there is a (static_ptr, static_type) above a dst_type).
105 // Number of dst_type in tree. If 0, then that means unknown.
107 // communicates to a dst_type node that (static_ptr, static_type) was found
110 // 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/mesa3d/src/gallium/drivers/radeonsi/
si_shader_tgsi_setup.c 288 LLVMTypeRef dst_type = tgsi2llvmtype(bld_base, type); local
290 if (dst_type)
291 return LLVMBuildBitCast(builder, value, dst_type, "");
    [all...]
si_shader.c 3700 LLVMTypeRef dst_type; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_nir.cpp 1264 nir_alu_type dst_type = (nir_alu_type) (nir_op_infos[instr->op].output_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
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3.h 203 type_t src_type, dst_type; member in struct:ir3_instruction::__anon27665::__anon27667
562 return instr->cat1.src_type == instr->cat1.dst_type;
948 instr->cat1.dst_type = type;
954 type_t src_type, type_t dst_type)
960 instr->cat1.dst_type = dst_type;
instr-a3xx.h 348 uint32_t dst_type : 3; member in struct:PACKED
  /art/compiler/optimizing/
code_generator_arm64.cc 1866 << source << " " << dst_type; local
    [all...]
code_generator_mips.cc 5484 Primitive::Type dst_type = select->GetType(); local
5717 Primitive::Type dst_type = select->GetType(); local
5838 Primitive::Type dst_type = select->GetType(); local
    [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c 139 LLVMTypeRef dst_type; member in struct:ac_tex_info
    [all...]

Completed in 702 milliseconds