Searched refs:inVecSize (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/relationals/ |
D | test_shuffles.cpp | 246 char * get_order_name( ExplicitType vecType, size_t inVecSize, size_t outVecSize, ShuffleOrder &inO… in get_order_name() argument 251 if( inVecSize == 1 ) in get_order_name() 254 …sprintf( inOrderStr, "%d.%s", (int)inVecSize, get_order_string( inOrder, outVecSize, lengthToUse, … in get_order_name() 265 … const unsigned char *expected, const unsigned char *outDataPtr, size_t inVecSize, size_t outVecSi… in print_hex_mem_dump() argument 269 for( unsigned int j = 0; j < inVecSize * typeSize; j++ ) in print_hex_mem_dump() 276 for( unsigned int j = 0; j < inVecSize * typeSize; j++ ) in print_hex_mem_dump() 319 …ExplicitType vecType, size_t inVecSize, size_t outVecSize, cl_uint *lengthToUse, bool inUseNumeric… in create_shuffle_kernel() argument 332 if( inVecSize == 1 ) //|| (inVecSize == 3)) // just have arrays if we go with size 3 in create_shuffle_kernel() 335 sprintf( inSizeName, "%ld", inVecSize ); in create_shuffle_kernel() 336 if( inVecSize == 3 ) in create_shuffle_kernel() [all …]
|