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

1 2

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
fixed_mapping.hpp 62 typedef std::pair<Key,Value> elem_type; typedef in class:boost::unit_test::fixed_mapping
63 typedef std::vector<elem_type> map_type;
64 typedef typename std::vector<elem_type>::const_iterator iterator;
75 // bind( Compare(), bind(select1st<elem_type>(), _1), bind(identity<Key>(), _2) )
76 struct p1 : public std::binary_function<elem_type,Key,bool>
78 bool operator()( elem_type const& x, Key const& y ) const { return Compare()( x.first, y ); }
81 // bind( Compare(), bind(select1st<elem_type>(), _1), bind(select1st<elem_type>(), _2) )
82 struct p2 : public std::binary_function<elem_type,elem_type,bool
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_type.c 64 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, type); local
66 return elem_type;
68 return LLVMVectorType(elem_type, type.length);
79 lp_check_elem_type(struct lp_type type, LLVMTypeRef elem_type)
83 assert(elem_type);
84 if(!elem_type)
87 elem_kind = LLVMGetTypeKind(elem_type);
112 if(LLVMGetIntTypeWidth(elem_type) != type.width)
123 LLVMTypeRef elem_type; local
138 elem_type = LLVMGetElementType(vec_type)
169 LLVMTypeRef elem_type = lp_build_int_elem_type(gallivm, type); local
    [all...]
lp_bld_const.c 251 LLVMTypeRef elem_type; local
257 elem_type = lp_build_elem_type(gallivm, type);
260 elems[0] = LLVMConstInt(elem_type, util_float_to_half(1.0f), 0);
262 elems[0] = LLVMConstReal(elem_type, 1.0);
264 elems[0] = LLVMConstInt(elem_type, 1LL << (type.width/2), 0);
266 elems[0] = LLVMConstInt(elem_type, 1, 0);
268 elems[0] = LLVMConstInt(elem_type, (1LL << (type.width - 1)) - 1, 0);
272 LLVMTypeRef vec_type = LLVMVectorType(elem_type, type.length);
303 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, type); local
307 elem = LLVMConstInt(elem_type, util_float_to_half((float)val), 0)
345 LLVMTypeRef elem_type = lp_build_int_elem_type(gallivm, type); local
368 LLVMTypeRef elem_type; local
400 LLVMTypeRef elem_type = LLVMIntTypeInContext(gallivm->context, type.width); local
    [all...]
lp_bld_intr.c 170 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, intrin_type); local
171 a = LLVMBuildBitCast(builder, a, LLVMVectorType(elem_type, 1), "");
172 b = LLVMBuildBitCast(builder, b, LLVMVectorType(elem_type, 1), "");
lp_bld_type.h 146 LLVMTypeRef elem_type; member in struct:lp_build_context
317 lp_check_elem_type(struct lp_type type, LLVMTypeRef elem_type);
lp_bld_logic.c 594 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); local
599 shuffles[j + i] = LLVMConstInt(elem_type,
lp_bld_swizzle.c 184 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); local
189 shuffles[j + i] = LLVMConstInt(elem_type, j + channel, 0);
lp_bld_sample_aos.c 741 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); local
790 index = LLVMConstInt(elem_type, j/2 + subindex, 0);
794 index = LLVMConstInt(elem_type, h16.type.length/2 + j/2 + subindex, 0);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_type.c 64 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, type); local
66 return elem_type;
68 return LLVMVectorType(elem_type, type.length);
79 lp_check_elem_type(struct lp_type type, LLVMTypeRef elem_type)
83 assert(elem_type);
84 if(!elem_type)
87 elem_kind = LLVMGetTypeKind(elem_type);
112 if(LLVMGetIntTypeWidth(elem_type) != type.width)
123 LLVMTypeRef elem_type; local
138 elem_type = LLVMGetElementType(vec_type)
169 LLVMTypeRef elem_type = lp_build_int_elem_type(gallivm, type); local
    [all...]
lp_bld_const.c 251 LLVMTypeRef elem_type; local
257 elem_type = lp_build_elem_type(gallivm, type);
260 elems[0] = LLVMConstInt(elem_type, util_float_to_half(1.0f), 0);
262 elems[0] = LLVMConstReal(elem_type, 1.0);
264 elems[0] = LLVMConstInt(elem_type, 1LL << (type.width/2), 0);
266 elems[0] = LLVMConstInt(elem_type, 1, 0);
268 elems[0] = LLVMConstInt(elem_type, (1LL << (type.width - 1)) - 1, 0);
272 LLVMTypeRef vec_type = LLVMVectorType(elem_type, type.length);
303 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, type); local
307 elem = LLVMConstInt(elem_type, util_float_to_half((float)val), 0)
345 LLVMTypeRef elem_type = lp_build_int_elem_type(gallivm, type); local
368 LLVMTypeRef elem_type; local
400 LLVMTypeRef elem_type = LLVMIntTypeInContext(gallivm->context, type.width); local
    [all...]
lp_bld_intr.c 170 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, intrin_type); local
171 a = LLVMBuildBitCast(builder, a, LLVMVectorType(elem_type, 1), "");
172 b = LLVMBuildBitCast(builder, b, LLVMVectorType(elem_type, 1), "");
lp_bld_type.h 146 LLVMTypeRef elem_type; member in struct:lp_build_context
317 lp_check_elem_type(struct lp_type type, LLVMTypeRef elem_type);
lp_bld_logic.c 594 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); local
599 shuffles[j + i] = LLVMConstInt(elem_type,
lp_bld_swizzle.c 184 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); local
189 shuffles[j + i] = LLVMConstInt(elem_type, j + channel, 0);
lp_bld_sample_aos.c 741 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); local
790 index = LLVMConstInt(elem_type, j/2 + subindex, 0);
794 index = LLVMConstInt(elem_type, h16.type.length/2 + j/2 + subindex, 0);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_llvm.c 30 "llvm.AMDGPU.load.const", bld_base->base.elem_type,
54 ctx->soa.bld_base.base.elem_type, &reg, 1,
87 ctx->soa.bld_base.base.elem_type, &reg, 1,
201 emit_data->dst_type = base->elem_type;
  /external/mesa3d/src/gallium/drivers/r600/
r600_llvm.c 30 "llvm.AMDGPU.load.const", bld_base->base.elem_type,
54 ctx->soa.bld_base.base.elem_type, &reg, 1,
87 ctx->soa.bld_base.base.elem_type, &reg, 1,
201 emit_data->dst_type = base->elem_type;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 219 ctx->soa.bld_base.uint_bld.elem_type, "");
255 ctx->soa.bld_base.base.elem_type, "");
317 base.elem_type, -1.0f);
524 LLVMTypeRef type = bld_base->base.elem_type;
583 emit_data->dst_type = LLVMVectorType(bld_base->base.elem_type, 4);
596 emit_data->dst_type = LLVMVectorType(bld_base->base.elem_type, 4);
640 emit_data->dst_type = LLVMVectorType(bld_base->base.elem_type, 4);
656 LLVMTypeRef offset_type = bld_base->int_bld.elem_type;
876 val = LLVMBuildSelect(builder, cmp, val, LLVMConstInt(bld_base->int_bld.elem_type, -1, true), "");
881 val = LLVMBuildSelect(builder, cmp, val, LLVMConstReal(bld_base->base.elem_type, -1), "")
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 219 ctx->soa.bld_base.uint_bld.elem_type, "");
255 ctx->soa.bld_base.base.elem_type, "");
317 base.elem_type, -1.0f);
524 LLVMTypeRef type = bld_base->base.elem_type;
583 emit_data->dst_type = LLVMVectorType(bld_base->base.elem_type, 4);
596 emit_data->dst_type = LLVMVectorType(bld_base->base.elem_type, 4);
640 emit_data->dst_type = LLVMVectorType(bld_base->base.elem_type, 4);
656 LLVMTypeRef offset_type = bld_base->int_bld.elem_type;
876 val = LLVMBuildSelect(builder, cmp, val, LLVMConstInt(bld_base->int_bld.elem_type, -1, true), "");
881 val = LLVMBuildSelect(builder, cmp, val, LLVMConstReal(bld_base->base.elem_type, -1), "")
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 1818 int elem_type = CV_NODE_NONE; local
3062 int elem_type = -1; local
3119 int elem_type = fmt_pairs[k*2+1]; local
3247 int elem_type = fmt_pairs[k*2+1]; local
3581 int rows, cols, elem_type; local
3668 int sizes[CV_MAX_DIM], dims, elem_type; local
3828 int* sizes = 0, dims, elem_type, cn; local
3980 int y, width, height, elem_type, coi, depth; local
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_shader.c 233 "llvm.SI.vs.load.buffer.index", uint->elem_type, NULL, 0,
236 vec4_type = LLVMVectorType(base->elem_type, 4);
607 emit_data->dst_type = LLVMVectorType(bld_base->base.elem_type, 4);
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 233 "llvm.SI.vs.load.buffer.index", uint->elem_type, NULL, 0,
236 vec4_type = LLVMVectorType(base->elem_type, 4);
607 emit_data->dst_type = LLVMVectorType(bld_base->base.elem_type, 4);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_interp.c 679 bld->x = LLVMBuildSIToFP(builder, x0, coeff_bld->elem_type, "");
680 bld->y = LLVMBuildSIToFP(builder, y0, coeff_bld->elem_type, "");
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_interp.c 679 bld->x = LLVMBuildSIToFP(builder, x0, coeff_bld->elem_type, "");
680 bld->y = LLVMBuildSIToFP(builder, y0, coeff_bld->elem_type, "");

Completed in 526 milliseconds

1 2