Lines Matching refs:pData
55 mat_in1.pData = tmp1; in test_op2()
56 mat_in2.pData = tmp2; in test_op2()
57 mat_out.pData = output; in test_op2()
76 memcpy(mat_in1.pData, input1, in test_op2()
79 memcpy(mat_in2.pData, input2, in test_op2()
98 mat_out.pData += (rows * columns); in test_op2()
150 mat_in1.pData = tmp1; in test_op2c()
151 mat_in2.pData = tmp2; in test_op2c()
152 mat_out.pData = output; in test_op2c()
171 memcpy(mat_in1.pData, input1, in test_op2c()
174 memcpy(mat_in2.pData, input2, in test_op2c()
193 mat_out.pData += (2 * rows * columns); in test_op2c()