/hardware/ti/omap4-aah/ion/ |
ion_test.c | 20 int map_flags = MAP_SHARED; variable 96 ret = ion_map(fd, handle, len, prot, map_flags, 0, &ptr, &map_fd); 161 ptr = mmap(NULL, len, prot, map_flags, share_fd, 0); 217 ptr = mmap(NULL, len, prot, map_flags, recv_fd, 0); 243 {"map_flags", required_argument, 0, 'z'}, 263 map_flags = 0; 264 map_flags |= strstr(optarg, "PROT_EXEC") ? 266 map_flags |= strstr(optarg, "PROT_READ") ? 268 map_flags |= strstr(optarg, "PROT_WRITE") ? 270 map_flags |= strstr(optarg, "PROT_NONE") [all...] |
ion_test_2.c | 40 int map_flags = MAP_SHARED; variable 194 ret = ion_map(fd, handle[i], len, prot, map_flags, 0, &(ptr[i]), &(map_fd[i])); 369 {"map_flags", required_argument, 0, 'z'}, 391 map_flags = 0; 392 map_flags |= strstr(optarg, "PROT_EXEC") ? 394 map_flags |= strstr(optarg, "PROT_READ") ? 396 map_flags |= strstr(optarg, "PROT_WRITE") ? 398 map_flags |= strstr(optarg, "PROT_NONE") ? 445 "iteration %d, map_flags %d, prot %d, alloc_flags %d\n", test, len, width, 446 height, fmt, align, count, iteration, map_flags, prot, alloc_flags) [all...] |
/system/core/libion/ |
ion_test.c | 35 int map_flags = MAP_SHARED; variable 83 ret = ion_map(fd, handle, len, prot, map_flags, 0, &ptr, &map_fd); 144 ptr = mmap(NULL, len, prot, map_flags, share_fd, 0); 201 ptr = mmap(NULL, len, prot, map_flags, recv_fd, 0); 228 {"map_flags", required_argument, 0, 'z'}, 244 map_flags = 0; 245 map_flags |= strstr(optarg, "PROT_EXEC") ? PROT_EXEC : 0; 246 map_flags |= strstr(optarg, "PROT_READ") ? PROT_READ: 0; 247 map_flags |= strstr(optarg, "PROT_WRITE") ? PROT_WRITE: 0; 248 map_flags |= strstr(optarg, "PROT_NONE") ? PROT_NONE: 0 [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_objects.h | 408 unsigned map_flags, 412 HRESULT hr = device->Map(this, 0, map_type, map_flags, &msr); 434 unsigned map_flags, 438 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr); 463 unsigned map_flags, 467 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr); 493 unsigned map_flags, 497 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr); 562 unsigned map_flags) 565 if(map_flags & DXGI_MAP_DISCARD [all...] |
d3d11_context.h | [all...] |
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/ |
opencl_svm_20.hpp | 43 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL *clEnqueueSVMMap)(cl_command_queue command_queue, cl_bool blocking_map, cl_map_flags map_flags, void* svm_ptr, size_t size,
|
opencl_svm_hsa_extension.hpp | 130 cl_map_flags /* map_flags */,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
tdh.h | 47 } MAP_FLAGS; 51 MAP_FLAGS Flag;
|
/external/opencv3/modules/core/src/opencl/runtime/ |
opencl_core.cpp | 227 cl_int (CL_API_CALL *clEnqueueSVMMap)(cl_command_queue command_queue, cl_bool blocking_map, cl_map_flags map_flags, void* svm_ptr, size_t size, cl_uint num_events_in_wait_list, const cl_event* event_wait_list, cl_event* event) =
|
/external/mesa3d/include/CL/ |
cl.h | [all...] |
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
cl.h | [all...] |
/external/opencv3/modules/core/src/ |
ocl.cpp | [all...] |