/external/OpenCL-CTS/test_conformance/api/ |
D | test_mem_object_info.cpp | 68 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 …]
|
D | test_queries.cpp | 523 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,
|
D | test_queue_hint.cpp | 51 …streams[1] = clCreateBuffer(context, CL_MEM_READ_WRITE | CL_MEM_ALLOC_HOST_PTR, num_elements * siz… in test_enqueue()
|
D | test_queue_properties.cpp | 70 …streams[1] = clCreateBuffer(context, CL_MEM_READ_WRITE | CL_MEM_ALLOC_HOST_PTR, num_elements * siz… in enqueue_kernel()
|
D | test_zero_sized_enqueue.cpp | 81 clCreateBuffer(context, CL_MEM_READ_WRITE | CL_MEM_ALLOC_HOST_PTR, in test_zero_sized_enqueue_helper()
|
D | test_sub_group_dispatch.cpp | 104 …out = clCreateBuffer(context, CL_MEM_READ_WRITE | CL_MEM_ALLOC_HOST_PTR, sizeof(size_t), NULL, &er… in test_sub_group_dispatch()
|
D | test_clone_kernel.cpp | 312 …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/ |
D | extent_cl_12_unified.c | 107 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()
|
D | allocator_device_cl.c | 114 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/ |
D | test_1D_2D_array.cpp | 29 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()
|
D | test_1D.cpp | 31 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()
|
D | test_3D.cpp | 30 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()
|
D | test_2D.cpp | 269 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/ |
D | main.cpp | 128 CL_MEM_ALLOC_HOST_PTR, 129 CL_MEM_ALLOC_HOST_PTR | CL_MEM_COPY_HOST_PTR,
|
D | test_buffer_migrate.cpp | 236 …= 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()
|
D | test_image_migrate.cpp | 277 … 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()
|
D | test_buffer_mem.cpp | 242 CL_MEM_ALLOC_HOST_PTR | CL_MEM_READ_WRITE, in test_mem_alloc_ref_flags()
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_enqueue_map.cpp | 30 CL_MEM_ALLOC_HOST_PTR, 31 CL_MEM_ALLOC_HOST_PTR | CL_MEM_COPY_HOST_PTR,
|
/external/OpenCL-CTS/test_conformance/mem_host_flags/ |
D | mem_host_buffer.cpp | 153 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()
|
D | checker_mem_host_read_only.hpp | 90 if (buffer_mem_flag & CL_MEM_ALLOC_HOST_PTR) in Check_GetMemObjectInfo()
|
/external/skqp/src/compute/hs/cl/bench/ |
D | main.c | 344 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/ |
D | memory.cpp | 37 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/ |
D | CLMemory.cpp | 29 const MemFlags hostPtrFlags(CL_MEM_USE_HOST_PTR | CL_MEM_ALLOC_HOST_PTR | in InheritMemFlags()
|
/external/mesa3d/src/gallium/frontends/clover/core/ |
D | resource.cpp | 183 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/ |
D | main.cpp | 352 gMemFlagsToUse = CL_MEM_ALLOC_HOST_PTR; in main()
|