/third_party/ffmpeg/libavfilter/ |
D | opencl.h | 146 #define CL_ENQUEUE_KERNEL_WITH_ARGS(queue, kernel, global_work_size, local_work_size, event, ...) … argument 165 … local_work_size, \ 180 #define CL_RUN_KERNEL_WITH_ARGS(queue, kernel, global_work_size, local_work_size, event, ...) do { … argument 182 … queue, kernel, global_work_size, local_work_size, event, __VA_ARGS__ \
|
/third_party/boost/libs/compute/example/ |
D | matrix_transpose.cpp | 263 const size_t local_work_size[2] = {TILE_DIM, BLOCK_ROWS}; in main() local 292 start = queue.enqueue_nd_range_kernel(kernel, 2, 0, global_work_size, local_work_size); in main() 309 start = queue.enqueue_nd_range_kernel(kernel, 2, 0, global_work_size, local_work_size); in main() 325 start = queue.enqueue_nd_range_kernel(kernel, 2, 0, global_work_size, local_work_size); in main() 343 start = queue.enqueue_nd_range_kernel(kernel, 2, 0, global_work_size, local_work_size); in main()
|
/third_party/boost/libs/compute/test/ |
D | test_kernel.cpp | 189 std::vector<size_t> local_work_size(2, size_t(64)); in BOOST_AUTO_TEST_CASE() local 193 local_work_size in BOOST_AUTO_TEST_CASE() 219 &local_work_size[0] in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/boost/compute/ |
D | command_queue.hpp | 1407 const size_t *local_work_size, in enqueue_nd_range_kernel() argument 1421 local_work_size, in enqueue_nd_range_kernel() 1439 const extents<N> &local_work_size, in enqueue_nd_range_kernel() argument 1447 local_work_size.data(), in enqueue_nd_range_kernel() 1457 size_t local_work_size, in enqueue_1d_range_kernel() argument 1465 local_work_size ? &local_work_size : 0, in enqueue_1d_range_kernel()
|
/third_party/boost/boost/compute/detail/ |
D | meta_kernel.hpp | 687 size_t local_work_size, in exec_1d() argument 698 local_work_size, in exec_1d()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationCL.cpp | 2016 const size_t *local_work_size, in ValidateEnqueueNDRangeKernel() argument 2069 if (local_work_size != nullptr) in ValidateEnqueueNDRangeKernel() 2079 if (local_work_size[dim] > device.getInfo().maxWorkItemSizes[dim]) in ValidateEnqueueNDRangeKernel() 2083 numWorkItems *= local_work_size[dim]; in ValidateEnqueueNDRangeKernel()
|
D | validationCL_autogen.h | 269 const size_t *local_work_size,
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | cl_stubs.cpp | 976 const size_t *local_work_size, in EnqueueNDRangeKernel() argument 982 kernel, work_dim, global_work_offset, global_work_size, local_work_size, in EnqueueNDRangeKernel()
|
D | entry_points_cl_autogen.cpp | 1081 const size_t *local_work_size, in clEnqueueNDRangeKernel() argument 1093 (uintptr_t)global_work_size, (uintptr_t)local_work_size, num_events_in_wait_list, in clEnqueueNDRangeKernel() 1097 global_work_offset, global_work_size, local_work_size, in clEnqueueNDRangeKernel() 1101 global_work_size, local_work_size, num_events_in_wait_list, in clEnqueueNDRangeKernel()
|
D | cl_stubs_autogen.h | 462 const size_t *local_work_size,
|
D | entry_points_cl_autogen.h | 280 const size_t *local_work_size,
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
D | libOpenCL_autogen.cpp | 529 const size_t *local_work_size, in clEnqueueNDRangeKernel() argument 535 command_queue, kernel, work_dim, global_work_offset, global_work_size, local_work_size, in clEnqueueNDRangeKernel()
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl.h | 1729 const size_t * local_work_size,
|
D | cl_icd.h | 610 const size_t *local_work_size, cl_uint num_events_in_wait_list,
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_compute_shader.txt | 996 4) Do we need the local_work_size parameter in dispatch if the local size 1000 the shader source at compile time and the local_work_size may no longer
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_compute_shader.txt | 986 4) Do we need the local_work_size parameter in dispatch if the local size 990 the shader source at compile time and the local_work_size may no longer
|