Searched refs:CL_DEVICE_LOCAL_MEM_SIZE (Results 1 – 19 of 19) sorted by relevance
/third_party/boost/libs/compute/example/ |
D | memory_limits.cpp | 28 << device.get_info<cl_ulong>(CL_DEVICE_LOCAL_MEM_SIZE) / 1024 in main()
|
/third_party/boost/boost/compute/ |
D | device.hpp | 237 return get_info<ulong_>(CL_DEVICE_LOCAL_MEM_SIZE); in local_memory_size() 565 ((cl_ulong, CL_DEVICE_LOCAL_MEM_SIZE))
|
/third_party/boost/libs/compute/include/boost/compute/ |
D | device.hpp | 237 return get_info<ulong_>(CL_DEVICE_LOCAL_MEM_SIZE); in local_memory_size() 565 ((cl_ulong, CL_DEVICE_LOCAL_MEM_SIZE))
|
/third_party/boost/libs/compute/include/boost/compute/algorithm/detail/ |
D | find_extrema_with_reduce.hpp | 50 const size_t local_mem_size = device.get_info<CL_DEVICE_LOCAL_MEM_SIZE>(); in find_extrema_with_reduce_requirements_met()
|
D | merge_sort_on_gpu.hpp | 280 device.get_info<size_t>(CL_DEVICE_LOCAL_MEM_SIZE), in bitonic_block_sort()
|
D | reduce_by_key_with_scan.hpp | 522 const size_t local_mem_size = device.get_info<CL_DEVICE_LOCAL_MEM_SIZE>(); in reduce_by_key_with_scan_requirements_met()
|
/third_party/boost/boost/compute/algorithm/detail/ |
D | find_extrema_with_reduce.hpp | 50 const size_t local_mem_size = device.get_info<CL_DEVICE_LOCAL_MEM_SIZE>(); in find_extrema_with_reduce_requirements_met()
|
D | merge_sort_on_gpu.hpp | 280 device.get_info<size_t>(CL_DEVICE_LOCAL_MEM_SIZE), in bitonic_block_sort()
|
D | reduce_by_key_with_scan.hpp | 522 const size_t local_mem_size = device.get_info<CL_DEVICE_LOCAL_MEM_SIZE>(); in reduce_by_key_with_scan_requirements_met()
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | device.cpp | 290 case CL_DEVICE_LOCAL_MEM_SIZE: in clGetDeviceInfo()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | PackedCLEnums_autogen.cpp | 298 case CL_DEVICE_LOCAL_MEM_SIZE: in FromCLenum() 526 return CL_DEVICE_LOCAL_MEM_SIZE; in ToCLenum()
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/ |
D | cl.h | 268 #define CL_DEVICE_LOCAL_MEM_SIZE 0x1023 macro
|
D | cl2.hpp | 1149 F(cl_device_info, CL_DEVICE_LOCAL_MEM_SIZE, cl_ulong) \
|
D | cl.hpp | 1342 F(cl_device_info, CL_DEVICE_LOCAL_MEM_SIZE, cl_ulong) \
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl.h | 335 #define CL_DEVICE_LOCAL_MEM_SIZE 0x1023 macro
|
/third_party/mesa3d/include/CL/ |
D | cl.h | 333 #define CL_DEVICE_LOCAL_MEM_SIZE 0x1023 macro
|
D | cl2.hpp | 1216 F(cl_device_info, CL_DEVICE_LOCAL_MEM_SIZE, cl_ulong) \
|
D | cl.hpp | 1372 F(cl_device_info, CL_DEVICE_LOCAL_MEM_SIZE, cl_ulong) \
|
/third_party/opencl-headers/CL/ |
D | cl.h | 335 #define CL_DEVICE_LOCAL_MEM_SIZE 0x1023 macro
|