Searched refs:m_input_ptr (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/integer_ops/ |
D | test_int_basic_ops.cpp | 162 cl_int *m_input_ptr[2], *m_output_ptr; member 177 pThis->m_input_ptr[0] = pThis->m_input_ptr[1] = NULL; in perThreadDataNew() 196 free(pThis->m_input_ptr[0]); in perThreadDataDestroy() 197 free(pThis->m_input_ptr[1]); in perThreadDataDestroy() 241 pThis->m_input_ptr[0] = in perThreadDataInit() 243 pThis->m_input_ptr[1] = in perThreadDataInit() 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() [all …]
|