/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_format_aos_array.c | 59 struct lp_type src_type; local 61 memset(&src_type, 0, sizeof src_type); 62 src_type.floating = format_desc->channel[0].type == UTIL_FORMAT_TYPE_FLOAT; 63 src_type.fixed = format_desc->channel[0].type == UTIL_FORMAT_TYPE_FIXED; 64 src_type.sign = format_desc->channel[0].type != UTIL_FORMAT_TYPE_UNSIGNED; 65 src_type.norm = format_desc->channel[0].normalized; 66 src_type.width = format_desc->channel[0].size; 67 src_type.length = format_desc->nr_channels; 69 assert(src_type.length <= dst_type.length) [all...] |
lp_bld_gather.c | 82 LLVMTypeRef src_type = LLVMIntTypeInContext(gallivm->context, src_width); local 83 LLVMTypeRef src_ptr_type = LLVMPointerType(src_type, 0);
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_format_aos_array.c | 59 struct lp_type src_type; local 61 memset(&src_type, 0, sizeof src_type); 62 src_type.floating = format_desc->channel[0].type == UTIL_FORMAT_TYPE_FLOAT; 63 src_type.fixed = format_desc->channel[0].type == UTIL_FORMAT_TYPE_FIXED; 64 src_type.sign = format_desc->channel[0].type != UTIL_FORMAT_TYPE_UNSIGNED; 65 src_type.norm = format_desc->channel[0].normalized; 66 src_type.width = format_desc->channel[0].size; 67 src_type.length = format_desc->nr_channels; 69 assert(src_type.length <= dst_type.length) [all...] |
lp_bld_gather.c | 82 LLVMTypeRef src_type = LLVMIntTypeInContext(gallivm->context, src_width); local 83 LLVMTypeRef src_ptr_type = LLVMPointerType(src_type, 0);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_pair_dead_sources.c | 26 unsigned int src_type = rc_source_type_swz(sub->Arg[i].Swizzle); local 27 if (src_type & RC_SOURCE_RGB) { 31 if (src_type & RC_SOURCE_ALPHA) {
|
radeon_variable.c | 83 unsigned int src_type = rc_source_type_swz( local 95 if (rc_pair_remove_src(reader->Inst, src_type, 102 if (src_type & RC_SOURCE_RGB) { 110 if (src_type & RC_SOURCE_ALPHA) { 121 src_type & RC_SOURCE_RGB, 122 src_type & RC_SOURCE_ALPHA, 128 "Inst %u src_type=%x " 130 var->Inst->IP, reader->Inst->IP, src_type, new_index, new_writemask); 445 unsigned int src_type, 448 if (reader.Inst->Type != src_type) { [all...] |
radeon_compiler_util.c | 378 unsigned int src_type) 385 select->SrcType = src_type; 484 unsigned int src_type = d.Selects[i].SrcType; local 488 src_type &= ~d.Selects[j].SrcType; 491 if (src_type & RC_SOURCE_RGB) { 495 if (src_type & RC_SOURCE_ALPHA) { 556 unsigned int src_type) 564 || src_type != rc_source_type_swz(sub->Arg[i].Swizzle)) { 575 * @param src_type RC_SOURCE_RGB, RC_SOURCE_ALPHA, or both bitwise or'd 585 unsigned int src_type, [all...] |
radeon_dataflow.c | 142 unsigned int src_type; local 144 src_type = rc_source_type_swz(sub->Arg[i].Swizzle); 146 if (src_type == RC_SOURCE_NONE) 155 if (src_type & RC_SOURCE_RGB) {
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_pair_dead_sources.c | 26 unsigned int src_type = rc_source_type_swz(sub->Arg[i].Swizzle); local 27 if (src_type & RC_SOURCE_RGB) { 31 if (src_type & RC_SOURCE_ALPHA) {
|
radeon_variable.c | 83 unsigned int src_type = rc_source_type_swz( local 95 if (rc_pair_remove_src(reader->Inst, src_type, 102 if (src_type & RC_SOURCE_RGB) { 110 if (src_type & RC_SOURCE_ALPHA) { 121 src_type & RC_SOURCE_RGB, 122 src_type & RC_SOURCE_ALPHA, 128 "Inst %u src_type=%x " 130 var->Inst->IP, reader->Inst->IP, src_type, new_index, new_writemask); 445 unsigned int src_type, 448 if (reader.Inst->Type != src_type) { [all...] |
radeon_compiler_util.c | 378 unsigned int src_type) 385 select->SrcType = src_type; 484 unsigned int src_type = d.Selects[i].SrcType; local 488 src_type &= ~d.Selects[j].SrcType; 491 if (src_type & RC_SOURCE_RGB) { 495 if (src_type & RC_SOURCE_ALPHA) { 556 unsigned int src_type) 564 || src_type != rc_source_type_swz(sub->Arg[i].Swizzle)) { 575 * @param src_type RC_SOURCE_RGB, RC_SOURCE_ALPHA, or both bitwise or'd 585 unsigned int src_type, [all...] |
radeon_dataflow.c | 142 unsigned int src_type; local 144 src_type = rc_source_type_swz(sub->Arg[i].Swizzle); 146 if (src_type == RC_SOURCE_NONE) 155 if (src_type & RC_SOURCE_RGB) {
|
/abi/cpp/src/ |
dynamic_cast.cc | 183 const abi::__class_type_info *src_type; member in struct:__anon1::cast_context 192 : object(obj), src_type(src), dst_type(dst), src2dst_offset(offset), 211 && *type == *context->src_type)
|
/art/runtime/native/ |
java_lang_reflect_Field.cc | 260 mirror::Class* src_type = Runtime::Current()->GetClassLinker()->FindPrimitiveClass(src_descriptor); local 261 if (!ConvertPrimitiveValue(NULL, false, src_type->GetPrimitiveType(), fh.GetTypeAsPrimitiveType(),
|
/ndk/sources/cxx-stl/gabi++/src/ |
dynamic_cast.cc | 183 const abi::__class_type_info *src_type; member in struct:__anon35828::cast_context 192 : object(obj), src_type(src), dst_type(dst), src2dst_offset(offset), 211 && *type == *context->src_type)
|
/art/runtime/verifier/ |
register_line.cc | 111 const RegType& src_type = GetRegisterType(vsrc); local 112 if (!(check_type.IsAssignableFrom(src_type))) { 114 if (!check_type.IsNonZeroReferenceTypes() || !src_type.IsNonZeroReferenceTypes()) { 117 } else if (check_type.IsUnresolvedTypes() || src_type.IsUnresolvedTypes()) { 123 << src_type << " but expected " << check_type; 128 if (!src_type.CheckWidePair(src_type_h)) { 130 << src_type << "/" << src_type_h; 145 const RegType& src_type = GetRegisterType(vsrc); local 146 if (!check_type1.IsAssignableFrom(src_type)) { 147 verifier_->Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "register v" << vsrc << " has type " << src_type [all...] |
method_verifier.cc | 1538 const RegType& src_type = work_line_->GetRegisterType(vregA); local 3089 const RegType& src_type = work_line_->GetRegisterType(get_reg); local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_test_conv.c | 55 "src_type\t" 64 struct lp_type src_type, 71 fprintf(fp, "%.1f\t", cycles / MAX2(src_type.length, dst_type.length)); 73 dump_type(fp, src_type); 85 struct lp_type src_type, 88 fprintf(fp, "src_type="); 89 dump_type(fp, src_type); 101 struct lp_type src_type, unsigned num_srcs, 116 args[0] = LLVMPointerType(lp_build_vec_type(gallivm, src_type), 0); 135 lp_build_conv(gallivm, src_type, dst_type, src, num_srcs, dst, num_dsts) 389 const struct lp_type *src_type; local 417 const struct lp_type *src_type; local [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_conv.c | 55 "src_type\t" 64 struct lp_type src_type, 71 fprintf(fp, "%.1f\t", cycles / MAX2(src_type.length, dst_type.length)); 73 dump_type(fp, src_type); 85 struct lp_type src_type, 88 fprintf(fp, "src_type="); 89 dump_type(fp, src_type); 101 struct lp_type src_type, unsigned num_srcs, 116 args[0] = LLVMPointerType(lp_build_vec_type(gallivm, src_type), 0); 135 lp_build_conv(gallivm, src_type, dst_type, src, num_srcs, dst, num_dsts) 389 const struct lp_type *src_type; local 417 const struct lp_type *src_type; local [all...] |
/external/opencv/cv/src/ |
cvderiv.cpp | 188 int src_type, dst_type; local 200 src_type = CV_MAT_TYPE( src->type ); 208 (src_type == CV_8UC1 && dst_type == CV_16SC1/* || 209 src_type == CV_32FC1 && dst_type == CV_32FC1*/) ) 223 if( src_type == CV_8U ) 232 if( src_type == CV_8U ) 246 if( src_type == CV_8U ) 255 if( src_type == CV_8U ) 264 if( src_type == CV_8U ) 273 if( src_type == CV_8U 810 int src_type, dst_type; local [all...] |
/external/opencv/cv/include/ |
cv.hpp | 109 int get_src_type() const { return src_type; } 135 /* currently, work_type must be the same as src_type in case of non-separable filters */ 136 int min_depth, src_type, dst_type, work_type; member in class:CvBaseImageFilter
|
/external/chromium_org/content/browser/renderer_host/ |
render_view_host_impl.cc | 2192 blink::WebAXEvent src_type = param.event_type; local [all...] |
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/ |
bcel-2.0.1.jar | |
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/ |
xalan-2.6.0.jar | |