Home
last modified time | relevance | path

Searched defs:elem_type (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_const.c251 LLVMTypeRef elem_type; in lp_build_one() local
303 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, type); in lp_build_const_elem() local
345 LLVMTypeRef elem_type = lp_build_int_elem_type(gallivm, type); in lp_build_const_int_vec() local
368 LLVMTypeRef elem_type; in lp_build_const_aos() local
400 LLVMTypeRef elem_type = LLVMIntTypeInContext(gallivm->context, type.width); in lp_build_const_mask_aos() local
Dlp_bld_type.c64 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, type); in lp_build_vec_type() local
79 lp_check_elem_type(struct lp_type type, LLVMTypeRef elem_type) in lp_check_elem_type()
123 LLVMTypeRef elem_type; in lp_check_vec_type() local
169 LLVMTypeRef elem_type = lp_build_int_elem_type(gallivm, type); in lp_build_int_vec_type() local
Dlp_bld_intr.c170 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, intrin_type); in lp_build_intrinsic_binary_anylength() local
Dlp_bld_type.h146 LLVMTypeRef elem_type; member
Dlp_bld_logic.c594 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_select_aos() local
Dlp_bld_swizzle.c184 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_swizzle_scalar_aos() local
Dlp_bld_sample_aos.c741 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_sample_fetch_image_linear() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_const.c251 LLVMTypeRef elem_type; in lp_build_one() local
303 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, type); in lp_build_const_elem() local
345 LLVMTypeRef elem_type = lp_build_int_elem_type(gallivm, type); in lp_build_const_int_vec() local
368 LLVMTypeRef elem_type; in lp_build_const_aos() local
400 LLVMTypeRef elem_type = LLVMIntTypeInContext(gallivm->context, type.width); in lp_build_const_mask_aos() local
Dlp_bld_type.c64 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, type); in lp_build_vec_type() local
79 lp_check_elem_type(struct lp_type type, LLVMTypeRef elem_type) in lp_check_elem_type()
123 LLVMTypeRef elem_type; in lp_check_vec_type() local
169 LLVMTypeRef elem_type = lp_build_int_elem_type(gallivm, type); in lp_build_int_vec_type() local
Dlp_bld_intr.c170 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, intrin_type); in lp_build_intrinsic_binary_anylength() local
Dlp_bld_type.h146 LLVMTypeRef elem_type; member
Dlp_bld_logic.c594 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_select_aos() local
Dlp_bld_swizzle.c184 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_swizzle_scalar_aos() local
Dlp_bld_sample_aos.c741 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_sample_fetch_image_linear() local
/external/opencv/cxcore/src/
Dcxpersistence.cpp1818 int elem_type = CV_NODE_NONE; in icvXMLParseValue() local
2958 icvEncodeFormat( int elem_type, char* dt ) in icvEncodeFormat()
3062 int elem_type = -1; in icvDecodeSimpleFormat() local
3119 int elem_type = fmt_pairs[k*2+1]; in cvWriteRawData() local
3247 int elem_type = fmt_pairs[k*2+1]; in cvReadRawDataSlice() local
3581 int rows, cols, elem_type; in icvReadMat() local
3668 int sizes[CV_MAX_DIM], dims, elem_type; in icvReadMatND() local
3828 int* sizes = 0, dims, elem_type, cn; in icvReadSparseMat() local
3980 int y, width, height, elem_type, coi, depth; in icvReadImage() local
Dcxdrawing.cpp1156 int elem_type = CV_MAT_TYPE(v->flags); in icvCollectPolyEdges() local
2477 int elem_type = CV_MAT_TYPE(contour->flags); in cvDrawContours() local
/external/opencv/cxcore/include/
Dcxtypes.h1237 #define CV_SET_ELEM_FIELDS(elem_type) \ argument
1519 #define CV_SEQ_ELEM( seq, elem_type, index ) \ argument
1527 #define CV_GET_SEQ_ELEM( elem_type, seq, index ) CV_SEQ_ELEM( (seq), elem_type, (index) ) argument