Searched refs:img_dims (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/mem_host_flags/ |
D | mem_host_image.cpp | 114 …size_t img_dims[5][3] = {{200, 1, 1}, {200, 80, 1}, {200, 80, 5}, {200, 1, 1}, {200, 80, 10}}; // … in test_mem_host_read_only_image() local 126 array_size[p], img_dims[p]); in test_mem_host_read_only_image() 132 array_size[p], img_dims[p]); in test_mem_host_read_only_image() 232 …size_t img_dims[5][3]= {{200, 1, 1}, {200, 80, 1}, {200, 80, 5}, {200, 1, 1}, {200, 80, 1} }; // … in test_mem_host_write_only_image() local 243 … buffer_mem_flags[k], img_type[p], array_size[p], img_dims[p]); in test_mem_host_write_only_image() 247 … buffer_mem_flags[k], img_type[p], array_size[p], img_dims[p]); in test_mem_host_write_only_image() 345 …size_t img_dims[5][3]= {{200, 1, 1}, {200, 80, 1}, {100, 80, 5}, {200, 1, 1}, {200, 80, 1}}; // in… in test_mem_host_no_access_image() local 356 … buffer_mem_flags[k], img_type[p], array_size[p], img_dims[p]); in test_mem_host_no_access_image() 359 … buffer_mem_flags[k], img_type[p], array_size[p], img_dims[p]); in test_mem_host_no_access_image()
|