Home
last modified time | relevance | path

Searched refs:CL_MEM_ALLOC_HOST_PTR (Results 1 – 25 of 34) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/api/
Dtest_mem_object_info.cpp68 CL_MEM_READ_WRITE | CL_MEM_ALLOC_HOST_PTR, in test_get_buffer_info()
69 CL_MEM_READ_WRITE | CL_MEM_ALLOC_HOST_PTR | CL_MEM_COPY_HOST_PTR, in test_get_buffer_info()
73 CL_MEM_READ_ONLY | CL_MEM_ALLOC_HOST_PTR, in test_get_buffer_info()
74 CL_MEM_READ_ONLY | CL_MEM_ALLOC_HOST_PTR | CL_MEM_COPY_HOST_PTR, in test_get_buffer_info()
78 CL_MEM_WRITE_ONLY | CL_MEM_ALLOC_HOST_PTR, in test_get_buffer_info()
79 CL_MEM_WRITE_ONLY | CL_MEM_ALLOC_HOST_PTR | CL_MEM_COPY_HOST_PTR, in test_get_buffer_info()
83 CL_MEM_HOST_READ_ONLY | CL_MEM_READ_WRITE | CL_MEM_ALLOC_HOST_PTR, in test_get_buffer_info()
84 CL_MEM_HOST_READ_ONLY | CL_MEM_READ_WRITE | CL_MEM_ALLOC_HOST_PTR | CL_MEM_COPY_HOST_PTR, in test_get_buffer_info()
88 CL_MEM_HOST_READ_ONLY | CL_MEM_READ_ONLY | CL_MEM_ALLOC_HOST_PTR, in test_get_buffer_info()
89 CL_MEM_HOST_READ_ONLY | CL_MEM_READ_ONLY | CL_MEM_ALLOC_HOST_PTR | CL_MEM_COPY_HOST_PTR, in test_get_buffer_info()
[all …]
Dtest_queries.cpp523 CL_MEM_READ_WRITE | CL_MEM_ALLOC_HOST_PTR,
524 CL_MEM_READ_ONLY | CL_MEM_ALLOC_HOST_PTR,
525 CL_MEM_WRITE_ONLY | CL_MEM_ALLOC_HOST_PTR,
526 CL_MEM_READ_WRITE | CL_MEM_ALLOC_HOST_PTR | CL_MEM_COPY_HOST_PTR,
527 CL_MEM_READ_ONLY | CL_MEM_ALLOC_HOST_PTR | CL_MEM_COPY_HOST_PTR,
528 CL_MEM_WRITE_ONLY | CL_MEM_ALLOC_HOST_PTR | CL_MEM_COPY_HOST_PTR,
Dtest_queue_hint.cpp51 …streams[1] = clCreateBuffer(context, CL_MEM_READ_WRITE | CL_MEM_ALLOC_HOST_PTR, num_elements * siz… in test_enqueue()
Dtest_queue_properties.cpp70 …streams[1] = clCreateBuffer(context, CL_MEM_READ_WRITE | CL_MEM_ALLOC_HOST_PTR, num_elements * siz… in enqueue_kernel()
Dtest_zero_sized_enqueue.cpp81 clCreateBuffer(context, CL_MEM_READ_WRITE | CL_MEM_ALLOC_HOST_PTR, in test_zero_sized_enqueue_helper()
Dtest_sub_group_dispatch.cpp104 …out = clCreateBuffer(context, CL_MEM_READ_WRITE | CL_MEM_ALLOC_HOST_PTR, sizeof(size_t), NULL, &er… in test_sub_group_dispatch()
Dtest_clone_kernel.cpp312 …bufOut = clCreateBuffer(context, CL_MEM_READ_WRITE | CL_MEM_ALLOC_HOST_PTR, BUF_SIZE, NULL, &error… in test_clone_kernel()
/external/skqp/src/compute/skc/platforms/cl_12/
Dextent_cl_12_unified.c107 CL_MEM_READ_WRITE | CL_MEM_ALLOC_HOST_PTR, in skc_extent_phrw_pdrw_alloc()
171 CL_MEM_WRITE_ONLY | CL_MEM_ALLOC_HOST_PTR, in skc_extent_phrN_pdwN_alloc()
235 CL_MEM_READ_ONLY | CL_MEM_ALLOC_HOST_PTR, in skc_extent_phwN_pdrN_alloc()
Dallocator_device_cl.c114 cl_mem_flags const flags = CL_MEM_READ_WRITE | CL_MEM_ALLOC_HOST_PTR; in skc_allocator_device_create()
/external/OpenCL-CTS/test_conformance/images/clGetInfo/
Dtest_1D_2D_array.cpp29 CL_MEM_ALLOC_HOST_PTR | flags, in test_get_image_info_1D_array()
31 CL_MEM_ALLOC_HOST_PTR | CL_MEM_COPY_HOST_PTR | flags, in test_get_image_info_1D_array()
151 CL_MEM_ALLOC_HOST_PTR | flags, in test_get_image_info_2D_array()
153 CL_MEM_ALLOC_HOST_PTR | CL_MEM_COPY_HOST_PTR | flags, in test_get_image_info_2D_array()
Dtest_1D.cpp31 CL_MEM_ALLOC_HOST_PTR | flags, in test_get_image_info_1D()
33 CL_MEM_ALLOC_HOST_PTR | CL_MEM_COPY_HOST_PTR | flags, in test_get_image_info_1D()
Dtest_3D.cpp30 CL_MEM_ALLOC_HOST_PTR | flags, in test_get_image_info_3D()
32 CL_MEM_ALLOC_HOST_PTR | CL_MEM_COPY_HOST_PTR | flags, in test_get_image_info_3D()
Dtest_2D.cpp269 CL_MEM_ALLOC_HOST_PTR | flags, in test_get_image_info_2D()
271 CL_MEM_ALLOC_HOST_PTR | CL_MEM_COPY_HOST_PTR | flags, in test_get_image_info_2D()
/external/OpenCL-CTS/test_conformance/buffers/
Dmain.cpp128 CL_MEM_ALLOC_HOST_PTR,
129 CL_MEM_ALLOC_HOST_PTR | CL_MEM_COPY_HOST_PTR,
Dtest_buffer_migrate.cpp236 …= init_buffer(queues[i], clCreateBuffer(ctx, (CL_MEM_READ_ONLY | CL_MEM_ALLOC_HOST_PTR), sizeof(c… in test_buffer_migrate()
237 …= init_buffer(queues[i], clCreateBuffer(ctx, (CL_MEM_READ_ONLY | CL_MEM_ALLOC_HOST_PTR), sizeof(c… in test_buffer_migrate()
238 …bufferC[i] = clCreateBuffer(ctx, (CL_MEM_WRITE_ONLY | CL_MEM_ALLOC_HOST_PTR), sizeof(cl_uint) * BU… in test_buffer_migrate()
Dtest_image_migrate.cpp277 … imageA[i] = init_image(queues[i], create_image_2d(ctx, (CL_MEM_READ_ONLY | CL_MEM_ALLOC_HOST_PTR), in test_image_migrate()
279 … imageB[i] = init_image(queues[i], create_image_2d(ctx, (CL_MEM_READ_ONLY | CL_MEM_ALLOC_HOST_PTR), in test_image_migrate()
281 imageC[i] = create_image_2d(ctx, (CL_MEM_WRITE_ONLY | CL_MEM_ALLOC_HOST_PTR), in test_image_migrate()
Dtest_buffer_mem.cpp242 CL_MEM_ALLOC_HOST_PTR | CL_MEM_READ_WRITE, in test_mem_alloc_ref_flags()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_enqueue_map.cpp30 CL_MEM_ALLOC_HOST_PTR,
31 CL_MEM_ALLOC_HOST_PTR | CL_MEM_COPY_HOST_PTR,
/external/OpenCL-CTS/test_conformance/mem_host_flags/
Dmem_host_buffer.cpp153 CL_MEM_READ_WRITE | CL_MEM_ALLOC_HOST_PTR, in test_mem_host_read_only_subbuffer()
308 CL_MEM_READ_WRITE | CL_MEM_ALLOC_HOST_PTR, in test_mem_host_write_only_subbuffer()
466 CL_MEM_READ_WRITE | CL_MEM_ALLOC_HOST_PTR, in test_mem_host_no_access_subbuffer()
Dchecker_mem_host_read_only.hpp90 if (buffer_mem_flag & CL_MEM_ALLOC_HOST_PTR) in Check_GetMemObjectInfo()
/external/skqp/src/compute/hs/cl/bench/
Dmain.c344 CL_MEM_READ_ONLY | CL_MEM_ALLOC_HOST_PTR, in hs_bench()
349 CL_MEM_READ_WRITE | CL_MEM_ALLOC_HOST_PTR, in hs_bench()
354 CL_MEM_READ_WRITE | CL_MEM_ALLOC_HOST_PTR, in hs_bench()
/external/mesa3d/src/gallium/frontends/clover/api/
Dmemory.cpp37 CL_MEM_USE_HOST_PTR | CL_MEM_ALLOC_HOST_PTR | CL_MEM_COPY_HOST_PTR; in validate_flags()
54 (d_flags & (CL_MEM_COPY_HOST_PTR | CL_MEM_ALLOC_HOST_PTR))) in validate_flags()
/external/angle/src/libANGLE/
DCLMemory.cpp29 const MemFlags hostPtrFlags(CL_MEM_USE_HOST_PTR | CL_MEM_ALLOC_HOST_PTR | in InheritMemFlags()
/external/mesa3d/src/gallium/frontends/clover/core/
Dresource.cpp183 if (obj.flags() & (CL_MEM_ALLOC_HOST_PTR | CL_MEM_USE_HOST_PTR)) { in root_resource()
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dmain.cpp352 gMemFlagsToUse = CL_MEM_ALLOC_HOST_PTR; in main()

12