Searched refs:clCreatePipe (Results 1 – 12 of 12) sorted by relevance
/external/OpenCL-CTS/test_conformance/pipes/ |
D | test_pipe_info.cpp | 32 pipe = clCreatePipe(context, CL_MEM_HOST_NO_ACCESS, pipe_width, pipe_depth, in test_pipe_info()
|
D | test_pipe_limits.cpp | 211 …pipes[i] = clCreatePipe(context, CL_MEM_HOST_NO_ACCESS, sizeof(int), num_pipe_elements, NULL, &err… in test_pipe_max_args() 330 …pipe = clCreatePipe(context, CL_MEM_HOST_NO_ACCESS, max_pipe_packet_size, num_pipe_elements, NULL,… in test_pipe_max_packet_size() 592 …pipe = clCreatePipe(context, CL_MEM_HOST_NO_ACCESS, sizeof(int), max_active_reservations, NULL, &e… in test_pipe_max_active_reservations()
|
D | test_pipe_readwrite_errors.cpp | 114 …pipe = clCreatePipe(context, CL_MEM_HOST_NO_ACCESS, sizeof(int), num_elements - (num_elements/2), … in test_pipe_readwrite_errors()
|
D | test_pipe_subgroups.cpp | 145 pipe = clCreatePipe(context, CL_MEM_HOST_NO_ACCESS, sizeof(int), num_elements, NULL, &err); in test_pipe_subgroups_divergence()
|
D | test_pipe_query_functions.cpp | 139 pipe = clCreatePipe(context, CL_MEM_HOST_NO_ACCESS, sizeof(int), num_elements, NULL, &err); in test_pipe_query_functions()
|
D | test_pipe_read_write.cpp | 501 pipes[i] = clCreatePipe(context, CL_MEM_HOST_NO_ACCESS, ptrSizes[i], in test_pipe_readwrite() 658 pipe = clCreatePipe(context, CL_MEM_HOST_NO_ACCESS, size, num_elements, NULL, &err); in test_pipe_readwrite_struct_generic()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | opencl_wrapper.cc | 83 LoadFunction(clCreatePipe); in LoadOpenCLFunctions() 196 PFN_clCreatePipe clCreatePipe; variable
|
D | opencl_wrapper.h | 530 extern PFN_clCreatePipe clCreatePipe;
|
/external/OpenCL-CTS/test_conformance/clcpp/pipes/ |
D | test_pipes.hpp | 472 cl_mem pipe = clCreatePipe(context, 0, packet_size, options.max_packets, NULL, &error); in test()
|
/external/mesa3d/include/CL/ |
D | cl.h | 1110 clCreatePipe(cl_context context,
|
D | cl_icd.h | 1254 cl_api_clCreatePipe clCreatePipe; member
|
D | cl2.hpp | 917 #define __CREATE_PIPE_ERR CL_HPP_ERR_STR_(clCreatePipe) 5440 object_ = ::clCreatePipe(context(), flags, packet_size, max_packets, nullptr, &error); in Pipe() 5466 object_ = ::clCreatePipe(context(), flags, packet_size, max_packets, nullptr, &error); in Pipe()
|