Lines Matching refs:pData
50 mat_in1.pData = tmp1; in test_op2()
51 mat_in2.pData = tmp2; in test_op2()
52 mat_out.pData = output; in test_op2()
71 memcpy(mat_in1.pData, input1, in test_op2()
74 memcpy(mat_in2.pData, input2, in test_op2()
92 mat_out.pData += (rows * columns); in test_op2()
139 mat_in1.pData = tmp1; in test_op2c()
140 mat_in2.pData = tmp2; in test_op2c()
141 mat_out.pData = output; in test_op2c()
160 memcpy(mat_in1.pData, input1, in test_op2c()
163 memcpy(mat_in2.pData, input2, in test_op2c()
181 mat_out.pData += (2 * rows * columns); in test_op2c()