Searched refs:obj_dst (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/api/ |
D | test_mem_object_properties_queries.cpp | 192 clMemWrapper obj_dst; in run_test_query_properties() local 217 error = create_object_and_check_properties(context, obj_dst, test_case, in run_test_query_properties() 224 error = clSetKernelArg(test_case.kernel, 1, sizeof(obj_dst), &obj_dst); in run_test_query_properties() 237 error = clEnqueueReadImage(queue, obj_dst, CL_TRUE, origin, region, in run_test_query_properties() 252 error = clEnqueueReadBuffer(queue, obj_dst, CL_TRUE, 0, in run_test_query_properties()
|