Home
last modified time | relevance | path

Searched defs:vecSize (Results 1 – 25 of 70) sorted by relevance

123

/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_add_sat.cpp28 …cl_char *inA, const cl_char *inB, const cl_char *outptr, int n, const char *sizeName, int vecSize ) in verify_addsat_char()
43 …uchar *inA, const cl_uchar *inB, const cl_uchar *outptr, int n, const char *sizeName, int vecSize ) in verify_addsat_uchar()
57 …short *inA, const cl_short *inB, const cl_short *outptr, int n, const char *sizeName , int vecSize) in verify_addsat_short()
72 …ort *inA, const cl_ushort *inB, const cl_ushort *outptr, int n, const char *sizeName , int vecSize) in verify_addsat_ushort()
87 …st cl_int *inA, const cl_int *inB, const cl_int *outptr, int n, const char *sizeName , int vecSize) in verify_addsat_int()
111 …cl_uint *inA, const cl_uint *inB, const cl_uint *outptr, int n, const char *sizeName , int vecSize) in verify_addsat_uint()
126 …cl_long *inA, const cl_long *inB, const cl_long *outptr, int n, const char *sizeName , int vecSize) in verify_addsat_long()
148 …ulong *inA, const cl_ulong *inB, const cl_ulong *outptr, int n, const char *sizeName , int vecSize) in verify_addsat_ulong()
Dtest_sub_sat.cpp28 …cl_char *inA, const cl_char *inB, const cl_char *outptr, int n, const char *sizeName, int vecSize ) in verify_subsat_char()
43 …uchar *inA, const cl_uchar *inB, const cl_uchar *outptr, int n, const char *sizeName, int vecSize ) in verify_subsat_uchar()
57 …short *inA, const cl_short *inB, const cl_short *outptr, int n, const char *sizeName, int vecSize ) in verify_subsat_short()
72 …ort *inA, const cl_ushort *inB, const cl_ushort *outptr, int n, const char *sizeName , int vecSize) in verify_subsat_ushort()
87 …st cl_int *inA, const cl_int *inB, const cl_int *outptr, int n, const char *sizeName , int vecSize) in verify_subsat_int()
111 …cl_uint *inA, const cl_uint *inB, const cl_uint *outptr, int n, const char *sizeName , int vecSize) in verify_subsat_uint()
126 …cl_long *inA, const cl_long *inB, const cl_long *outptr, int n, const char *sizeName , int vecSize) in verify_subsat_long()
148 …ulong *inA, const cl_ulong *inB, const cl_ulong *outptr, int n, const char *sizeName , int vecSize) in verify_subsat_ulong()
Dtest_abs.cpp27 …int verify_abs_char( const void *p, const void *q, size_t n, const char *sizeName, size_t vecSize ) in verify_abs_char()
44 …nt verify_abs_short( const void *p, const void *q, size_t n, const char *sizeName, size_t vecSize ) in verify_abs_short()
60 … int verify_abs_int( const void *p, const void *q, size_t n, const char *sizeName , size_t vecSize) in verify_abs_int()
76 …int verify_abs_long( const void *p, const void *q, size_t n, const char *sizeName, size_t vecSize ) in verify_abs_long()
94 …nt verify_abs_uchar( const void *p, const void *q, size_t n, const char *sizeName, size_t vecSize ) in verify_abs_uchar()
109 …t verify_abs_ushort( const void *p, const void *q, size_t n, const char *sizeName, size_t vecSize ) in verify_abs_ushort()
123 …int verify_abs_uint( const void *p, const void *q, size_t n, const char *sizeName , size_t vecSize) in verify_abs_uint()
137 …nt verify_abs_ulong( const void *p, const void *q, size_t n, const char *sizeName, size_t vecSize ) in verify_abs_ulong()
Dtest_absdiff.cpp25 …char( const void *p, const void *q, const void *r, size_t n, const char *sizeName, size_t vecSize ) in verify_absdiff_char()
42 …char( const void *p, const void *q, const void *r, size_t n, const char *sizeName, size_t vecSize ) in verify_absdiff_uchar()
59 …hort( const void *p, const void *q, const void *r, size_t n, const char *sizeName, size_t vecSize ) in verify_absdiff_short()
76 …hort( const void *p, const void *q, const void *r, size_t n, const char *sizeName, size_t vecSize ) in verify_absdiff_ushort()
93 …_int( const void *p, const void *q, const void *r, size_t n, const char *sizeName, size_t vecSize ) in verify_absdiff_int()
113 …uint( const void *p, const void *q, const void *r, size_t n, const char *sizeName, size_t vecSize ) in verify_absdiff_uint()
130 …long( const void *p, const void *q, const void *r, size_t n, const char *sizeName, size_t vecSize ) in verify_absdiff_long()
147 …long( const void *p, const void *q, const void *r, size_t n, const char *sizeName, size_t vecSize ) in verify_absdiff_ulong()
Dtest_intmul24.cpp128 verify_int_mul24(int *inptrA, int *inptrB, int *outptr, size_t n, size_t vecSize) in verify_int_mul24()
146 verify_uint_mul24(cl_uint *inptrA, cl_uint *inptrB, cl_uint *outptr, size_t n, size_t vecSize) in verify_uint_mul24()
Dtest_intmad24.cpp130 verify_int_mad24(int *inptrA, int *inptrB, int *inptrC, int *outptr, size_t n, size_t vecSize) in verify_int_mad24()
151 …mad24(cl_uint *inptrA, cl_uint *inptrB, cl_uint *inptrC, cl_uint *outptr, size_t n, size_t vecSize) in verify_uint_mad24()
Dtest_unary_ops.cpp50 ExplicitType vecType, size_t vecSize, in test_unary_op()
144 template<typename T> int VerifyFn( void * actualPtr, void * inputPtr, size_t vecSize, size_t numVec… in VerifyFn()
Dtest_integers.cpp46 … ExplicitType vecType, size_t vecSize, singleParamIntegerVerifyFn verifyFn, in test_single_param_integer_kernel()
593 static char * build_load_statement( char *outString, size_t vecSize, const char *name ) in build_load_statement()
602 static char * build_store_statement( char *outString, size_t vecSize, const char *name, const char … in build_store_statement()
612 …ExplicitType vecAType, ExplicitType vecBType, unsigned int vecSize, twoParamIntegerVerifyFn verify… in test_two_param_integer_kernel()
1266unsigned int vecSize, threeParamIntegerVerifyFn verifyFn, MTdata d ) in test_three_param_integer_kernel()
/external/deqp/framework/opengl/
DgluShaderUtil.cpp1023 DataType getDataTypeFloatVec (int vecSize) in getDataTypeFloatVec()
1028 DataType getDataTypeIntVec (int vecSize) in getDataTypeIntVec()
1033 DataType getDataTypeUintVec (int vecSize) in getDataTypeUintVec()
1038 DataType getDataTypeBoolVec (int vecSize) in getDataTypeBoolVec()
/external/OpenCL-CTS/test_conformance/geometrics/
Dtest_geometrics.cpp109 void fillWithTrickyNumbers( float *aVectors, float *bVectors, size_t vecSize ) in fillWithTrickyNumbers()
281 float getMaxValue( float vecA[], float vecB[], size_t vecSize ) in getMaxValue()
292 size_t vecSize, twoToFloatVerifyFn verifyFn, float ulpLimit, MTdata d ) in test_twoToFloat_kernel()
490 double verifyDot( float *srcA, float *srcB, size_t vecSize ) in verifyDot()
529 double verifyFastDistance( float *srcA, float *srcB, size_t vecSize ) in verifyFastDistance()
576 double verifyDistance( float *srcA, float *srcB, size_t vecSize ) in verifyDistance()
632 size_t vecSize, oneToFloatVerifyFn verifyFn, float ulpLimit, MTdata d ) in test_oneToFloat_kernel()
742 double verifyLength( float *srcA, size_t vecSize ) in verifyLength()
797 double verifyFastLength( float *srcA, size_t vecSize ) in verifyFastLength()
843size_t vecSize, oneToOneVerifyFn verifyFn, float ulpLimit, int softball, MTdata d ) in test_oneToOne_kernel()
[all …]
Dtest_geometrics_double.cpp113 void fillWithTrickyNumbers_double( double *aVectors, double *bVectors, size_t vecSize ) in fillWithTrickyNumbers_double()
284 double getMaxValue_double( double vecA[], double vecB[], size_t vecSize ) in getMaxValue_double()
295size_t vecSize, twoToFloatVerifyFn_double verifyFn, double ulpLimit, MTdata d ) in test_twoToFloat_kernel_double()
437 double verifyDot_double( double *srcA, double *srcB, size_t vecSize ) in verifyDot_double()
495 double verifyDistance_double( double *srcA, double *srcB, size_t vecSize ) in verifyDistance_double()
537size_t vecSize, oneToFloatVerifyFn_double verifyFn, double ulpLimit, MTdata d ) in test_oneToFloat_kernel_double()
630 double verifyLength_double( double *srcA, size_t vecSize ) in verifyLength_double()
697 double verifyFastLength_double( double *srcA, size_t vecSize ) in verifyFastLength_double()
744size_t vecSize, oneToOneVerifyFn_double verifyFn, double ulpLimit, MTdata d ) in test_oneToOne_kernel_double()
861 void verifyNormalize_double( double *srcA, double *dst, size_t vecSize ) in verifyNormalize_double()
/external/OpenCL-CTS/test_conformance/commonfns/
Dtest_max.cpp25 static int max_verify_float( float *x, float *y, float *out, int numElements, int vecSize ) in max_verify_float()
40 static int max_verify_double( double *x, double *y, double *out, int numElements, int vecSize ) in max_verify_double()
Dtest_min.cpp25 static int min_verify_float( float *x, float *y, float *out, int numElements, int vecSize ) in min_verify_float()
38 static int min_verify_double( double *x, double *y, double *out, int numElements, int vecSize ) in min_verify_double()
Dtest_maxf.cpp25 static int max_verify_float( float *x, float *y, float *out, int numElements, int vecSize ) in max_verify_float()
42 static int max_verify_double( double *x, double *y, double *out, int numElements, int vecSize ) in max_verify_double()
Dtest_minf.cpp26 static int min_verify_float( float *x, float *y, float *out, int numElements, int vecSize ) in min_verify_float()
43 static int min_verify_double( double *x, double *y, double *out, int numElements, int vecSize ) in min_verify_double()
/external/OpenCL-CTS/test_conformance/relationals/
Dtest_relationals.cpp45 unsigned int vecSize, anyAllVerifyFn verifyFn, in test_any_all_kernel()
146 int anyVerifyFn( ExplicitType vecType, unsigned int vecSize, void *inData ) in anyVerifyFn()
215 int allVerifyFn( ExplicitType vecType, unsigned int vecSize, void *inData ) in allVerifyFn()
308 …ExplicitType vecType, unsigned int vecSize, ExplicitType testVecType, selectVerifyFn verifyFn, MTd… in test_select_kernel()
489 void bitselect_verify_fn( ExplicitType vecType, ExplicitType testVecType, unsigned int vecSize, voi… in bitselect_verify_fn()
539 void select_signed_verify_fn( ExplicitType vecType, ExplicitType testVecType, unsigned int vecSize,… in select_signed_verify_fn()
628 …signed_verify_fn( ExplicitType vecType, ExplicitType testVecType, unsigned int vecSize, void *inDa… in select_unsigned_verify_fn()
Dtest_comparisons_double.cpp70 void verify_equiv_values_double( unsigned int vecSize, double *inDataA, double *inDataB, cl_long *o… in verify_equiv_values_double()
84 void generate_equiv_test_data_double( double *outData, unsigned int vecSize, bool alpha, MTdata d ) in generate_equiv_test_data_double()
109 unsigned int vecSize, equivVerifyFn verifyFn, MTdata d ) in test_equiv_kernel_double()
Dtest_comparisons_float.cpp76 void verify_equiv_values_float( unsigned int vecSize, float *inDataA, float *inDataB, int *outData,… in verify_equiv_values_float()
90 void generate_equiv_test_data_float( float *outData, unsigned int vecSize, bool alpha, MTdata d ) in generate_equiv_test_data_float()
115 unsigned int vecSize, equivVerifyFn verifyFn, MTdata d ) in test_equiv_kernel_float()
Dtest_shuffles.cpp141 …signed char *inVector, unsigned char *outVector, ShuffleOrder order, size_t vecSize, size_t typeSi… in shuffleVector()
151 …signed char *inVector, unsigned char *outVector, ShuffleOrder order, size_t vecSize, size_t typeSi… in shuffleVector2()
161 … char *inSecondVector, unsigned char *outVector, ShuffleOrder order, size_t vecSize, size_t typeSi… in shuffleVectorDual()
190 const char *get_order_string( ShuffleOrder &order, size_t vecSize, cl_uint lengthToUse, bool byNumb… in get_order_string()
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp119 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateVertexShader() local
157 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateVertexShader() local
198 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateGeometryShader() local
237 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateGeometryShader() local
313 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType()); in generateFragShaderOutputDecl() local
322 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType()); in generateFragShaderOutputDecl() local
331 const int vecSize = glu::getDataTypeMatrixNumRows(output.varType.getBasicType()); in generateFragShaderOutputDecl() local
367 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateFragShaderOutAssign() local
434 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generatePassthroughFragmentShader() local
603 const int vecSize = glu::getDataTypeScalarSize(basicType); in execute() local
/external/eigen/Eigen/src/Core/
DMapBase.h160 inline MapBase(PointerType dataPtr, Index vecSize) in MapBase()
288 EIGEN_DEVICE_FUNC inline MapBase(PointerType dataPtr, Index vecSize) : Base(dataPtr, vecSize) {} in MapBase()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp351 for (int vecSize = 1; vecSize <= 4; vecSize++) in addFunctionCases() local
746 const int vecSize = glu::getDataTypeScalarSize(baseType); in IsnanCase() local
833 const int vecSize = glu::getDataTypeScalarSize(baseType); in IsinfCase() local
912 const int vecSize = glu::getDataTypeScalarSize(baseType); in FloatBitsToUintIntCase() local
996 const int vecSize = glu::getDataTypeScalarSize(baseType); in BitsToFloatCase() local
1042 for (int vecSize = 1; vecSize < 4; vecSize++) in init() local
DvktShaderExecutor.cpp228 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateVertexShader() local
293 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateVertexShader() local
327 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType()); in generateFragShaderOutputDecl() local
336 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType()); in generateFragShaderOutputDecl() local
345 const int vecSize = glu::getDataTypeMatrixNumRows(output.varType.getBasicType()); in generateFragShaderOutputDecl() local
386 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateFragShaderOutAssign() local
410 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generatePassthroughFragmentShader() local
459 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateGeometryShader() local
499 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateGeometryShader() local
814 const int vecSize = glu::getDataTypeScalarSize(basicType); in bindAttributes() local
/external/OpenCL-CTS/test_conformance/basic/
Dtest_astype.cpp75 unsigned int vecSize, unsigned int outVecSize, in test_astype_set()
/external/angle/src/compiler/translator/tree_util/
DIntermNode_util.cpp126 unsigned int vecSize, in CreateVecNode()
140 unsigned int vecSize, in CreateUVecNode()

123