Home
last modified time | relevance | path

Searched refs:local_work_size (Results 1 – 16 of 16) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dopencl.h146 #define CL_ENQUEUE_KERNEL_WITH_ARGS(queue, kernel, global_work_size, local_work_size, event, ...) … argument
165local_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/
Dmatrix_transpose.cpp263 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/
Dtest_kernel.cpp189 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/
Dcommand_queue.hpp1407 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/
Dmeta_kernel.hpp687 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/
DvalidationCL.cpp2016 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()
DvalidationCL_autogen.h269 const size_t *local_work_size,
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_stubs.cpp976 const size_t *local_work_size, in EnqueueNDRangeKernel() argument
982 kernel, work_dim, global_work_offset, global_work_size, local_work_size, in EnqueueNDRangeKernel()
Dentry_points_cl_autogen.cpp1081 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()
Dcl_stubs_autogen.h462 const size_t *local_work_size,
Dentry_points_cl_autogen.h280 const size_t *local_work_size,
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
DlibOpenCL_autogen.cpp529 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/
Dcl.h1729 const size_t * local_work_size,
Dcl_icd.h610 const size_t *local_work_size, cl_uint num_events_in_wait_list,
/third_party/openGLES/extensions/ARB/
DARB_compute_shader.txt996 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/
DARB_compute_shader.txt986 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