Searched refs:randDataIn (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/integer_ops/ |
D | test_int_basic_ops.cpp | 561 ExplicitType type, int testID, MTdata randDataIn, in test_integer_ops() argument 638 …init_char_data(indx, num_elements * vectorSize, (cl_char**)(pThreadData->m_input_ptr), randDataIn); in test_integer_ops() 641 …it_uchar_data(indx, num_elements * vectorSize, (cl_uchar**)(pThreadData->m_input_ptr), randDataIn); in test_integer_ops() 644 …it_short_data(indx, num_elements * vectorSize, (cl_short**)(pThreadData->m_input_ptr), randDataIn); in test_integer_ops() 647 …_ushort_data(indx, num_elements * vectorSize, (cl_ushort**)(pThreadData->m_input_ptr), randDataIn); in test_integer_ops() 650 … init_int_data(indx, num_elements * vectorSize, (cl_int**)(pThreadData->m_input_ptr), randDataIn); in test_integer_ops() 653 …init_uint_data(indx, num_elements * vectorSize, (cl_uint**)(pThreadData->m_input_ptr), randDataIn); in test_integer_ops() 656 …init_long_data(indx, num_elements * vectorSize, (cl_long**)(pThreadData->m_input_ptr), randDataIn); in test_integer_ops() 659 …it_ulong_data(indx, num_elements * vectorSize, (cl_ulong**)(pThreadData->m_input_ptr), randDataIn); in test_integer_ops()
|