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()
141 mat_in1.pData = tmp1; in test_op2c()
142 mat_in2.pData = tmp2; in test_op2c()
143 mat_out.pData = output; in test_op2c()
162 memcpy(mat_in1.pData, input1, in test_op2c()
165 memcpy(mat_in2.pData, input2, in test_op2c()
183 mat_out.pData += (2 * rows * columns); in test_op2c()