/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
D | lp_bld_const.c | 251 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
|
D | lp_bld_type.c | 64 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
|
D | lp_bld_intr.c | 170 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, intrin_type); in lp_build_intrinsic_binary_anylength() local
|
D | lp_bld_type.h | 146 LLVMTypeRef elem_type; member
|
D | lp_bld_logic.c | 594 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_select_aos() local
|
D | lp_bld_swizzle.c | 184 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_swizzle_scalar_aos() local
|
D | lp_bld_sample_aos.c | 741 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_sample_fetch_image_linear() local
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_const.c | 251 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
|
D | lp_bld_type.c | 64 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
|
D | lp_bld_intr.c | 170 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, intrin_type); in lp_build_intrinsic_binary_anylength() local
|
D | lp_bld_type.h | 146 LLVMTypeRef elem_type; member
|
D | lp_bld_logic.c | 594 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_select_aos() local
|
D | lp_bld_swizzle.c | 184 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_swizzle_scalar_aos() local
|
D | lp_bld_sample_aos.c | 741 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_sample_fetch_image_linear() local
|
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 1818 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
|
D | cxdrawing.cpp | 1156 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/ |
D | cxtypes.h | 1237 #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
|