Searched refs:parent_buffer_mem_flags (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/mem_host_flags/ |
D | mem_host_buffer.cpp | 150 …cl_mem_flags parent_buffer_mem_flags[1] = {CL_MEM_READ_WRITE | CL_MEM_USE_HOST_PTR | CL_MEM_HOST_R… in test_mem_host_read_only_subbuffer() local 165 … buffer_mem_flags[k], parent_buffer_mem_flags[p], _Sub_BUFFER); in test_mem_host_read_only_subbuffer() 169 … buffer_mem_flags[k], parent_buffer_mem_flags[p], _Sub_BUFFER); in test_mem_host_read_only_subbuffer() 173 … buffer_mem_flags[k], parent_buffer_mem_flags[p], _Sub_BUFFER); in test_mem_host_read_only_subbuffer() 305 …cl_mem_flags parent_buffer_mem_flags[1] = {CL_MEM_READ_WRITE | CL_MEM_USE_HOST_PTR | CL_MEM_HOST_W… in test_mem_host_write_only_subbuffer() local 320 … buffer_mem_flags[m], parent_buffer_mem_flags[p], _Sub_BUFFER); in test_mem_host_write_only_subbuffer() 324 … buffer_mem_flags[m], parent_buffer_mem_flags[p], _Sub_BUFFER); in test_mem_host_write_only_subbuffer() 328 … buffer_mem_flags[m] , parent_buffer_mem_flags[p], _Sub_BUFFER); in test_mem_host_write_only_subbuffer() 461 …cl_mem_flags parent_buffer_mem_flags[3] = { CL_MEM_READ_WRITE | CL_MEM_USE_HOST_PTR | CL_MEM_HOST_… in test_mem_host_no_access_subbuffer() local 476 … buffer_mem_flags[k], parent_buffer_mem_flags[p], _Sub_BUFFER); in test_mem_host_no_access_subbuffer() [all …]
|