HomeSort by relevance Sort by last modified time
    Searched defs:dst_type (Results 1 - 23 of 23) 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 84 static bool MergeType(IAaptContext* context, const Source& src, ResourceTableType* dst_type,
86 if (src_type->visibility_level > dst_type->visibility_level) {
90 dst_type->id = src_type->id;
92 dst_type->visibility_level = src_type->visibility_level;
93 } else if (dst_type->visibility_level == Visibility::Level::kPublic &&
94 src_type->visibility_level == Visibility::Level::kPublic && dst_type->id &&
95 src_type->id && dst_type->id.value() != src_type->id.value()) {
206 ResourceTableType* dst_type = master_package_->FindOrCreateType(src_type->type); local
207 if (!MergeType(context_, src, dst_type, src_type.get())) {
220 dst_entry = dst_type->FindOrCreateEntry(entry_name)
    [all...]
  /external/libcxxabi/src/
private_typeinfo.h 73 const __class_type_info* dst_type; member in struct:__cxxabiv1::__dynamic_cast_info
80 // pointer to a dst_type which has (static_ptr, static_type) above it
82 // pointer to a dst_type which does not have (static_ptr, static_type) above it
89 // when there is no dst_type along the path
91 // access of path from (dynamic_ptr, dynamic_type) to dst_type
92 // (not used if there is a (static_ptr, static_type) above a dst_type).
104 // Number of dst_type in tree. If 0, then that means unknown.
106 // communicates to a dst_type node that (static_ptr, static_type) was found
109 // 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/r16/sources/cxx-stl/llvm-libc++abi/src/
private_typeinfo.h 73 const __class_type_info* dst_type; member in struct:__cxxabiv1::__dynamic_cast_info
80 // pointer to a dst_type which has (static_ptr, static_type) above it
82 // pointer to a dst_type which does not have (static_ptr, static_type) above it
89 // when there is no dst_type along the path
91 // access of path from (dynamic_ptr, dynamic_type) to dst_type
92 // (not used if there is a (static_ptr, static_type) above a dst_type).
104 // Number of dst_type in tree. If 0, then that means unknown.
106 // communicates to a dst_type node that (static_ptr, static_type) was found
109 // 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/tensorflow/tensorflow/core/grappler/optimizers/
arithmetic_optimizer.cc 655 // Transpose(Cast(image, dst_type), perm)
657 // Cast(Transpose(image, perm), dst_type)
658 // when sizeof(image.type) < sizeof(dst_type).
668 // with image.type than with dst_type.
677 const DataType dst_type = GetDestinationDataType(*cast); local
678 if (IsNumberType(src_type) && IsNumberType(dst_type) &&
679 DataTypeSize(src_type) < DataTypeSize(dst_type) &&
680 !OptimizedNodeExists(*cast, DataTypeString(dst_type)) &&
691 AddNode(*cast, DataTypeString(dst_type), /*copy_node=*/true);
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3.h 203 type_t src_type, dst_type; member in struct:ir3_instruction::__anon29521::__anon29523
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
  /external/deqp/external/openglcts/modules/gl/
gl4cCopyImageTests.cpp 3263 const GLenum dst_type = Utils::getType(dst_internal_format); local
    [all...]
gl4cGPUShaderFP64Tests.hpp 1052 Utils::_variable_type dst_type; member in struct:gl4cts::GPUShaderFP64Test5::_test_case
1143 Utils::_variable_type dst_type; member in struct:gl4cts::GPUShaderFP64Test6::_test_case
    [all...]
  /external/vulkan-validation-layers/layers/
buffer_validation.cpp 2332 VkImageType dst_type = dst_image_state->createInfo.imageType; local
    [all...]
  /art/compiler/optimizing/
code_generator_arm64.cc 1816 << source << " " << dst_type; local
    [all...]
code_generator_mips.cc 5849 DataType::Type dst_type = select->GetType(); local
6082 DataType::Type dst_type = select->GetType(); local
6203 DataType::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 2277 milliseconds