| /third_party/mesa3d/src/gallium/frontends/rusticl/api/ |
| D | program.rs | 25 unsafe impl CLInfo<cl_program_info> for cl_program { implementation 74 unsafe impl CLInfoObj<cl_program_build_info, cl_device_id> for cl_program { implementation 117 ) -> CLResult<cl_program> { in create_program_with_source() 198 ) -> CLResult<cl_program> { in create_program_with_binary() 266 ) -> CLResult<cl_program> { in create_program_with_il() 302 program: cl_program, in build_program() 347 program: cl_program, in compile_program() 352 input_headers: *const cl_program, in compile_program() 431 input_programs: *const cl_program, in link_program() 434 ) -> CLResult<(cl_program, cl_int)> { in link_program() [all …]
|
| D | icd.rs | 533 input_programs: *const cl_program, in clLinkProgram() 537 ) -> cl_program { in clLinkProgram()
|
| D | kernel.rs | 263 program: cl_program, in create_kernel() 307 program: cl_program, in create_kernels_in_program()
|
| /third_party/mesa3d/src/gallium/frontends/clover/api/ |
| D | program.cpp | 46 void (CL_CALLBACK * notifer)(cl_program, void *), void *data) : in build_notifier() argument 63 void (CL_CALLBACK * pfn_notify)(cl_program, void *), in validate_build_common() argument 254 void (CL_CALLBACK * pfn_notify)(cl_program, void *), in clBuildProgram() argument 288 void (CL_CALLBACK * pfn_notify)(cl_program, void *), in clCompileProgram() argument 411 clLinkProgram(cl_context d_ctx, cl_uint num_devs, const cl_device_id *d_devs, in clLinkProgram()
|
| /third_party/mesa3d/include/CL/ |
| D | opencl.hpp | 6710 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in build() argument 6735 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in build() argument 6755 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in build() argument 6772 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in compile() argument 6971 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in linkProgram() argument 7006 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in linkProgram() argument
|
| D | cl.hpp | 5264 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in build() argument 5287 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in build() argument 5304 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in compile() argument 5391 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in linkProgram() argument 5426 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in linkProgram() argument
|
| D | cl.h | 34 typedef struct _cl_program * cl_program; typedef
|
| /third_party/opencl-headers/opencl-headers-CL/CL/ |
| D | cl.h | 34 typedef struct _cl_program * cl_program; typedef
|
| /third_party/skia/third_party/externals/angle2/include/CL/ |
| D | cl.h | 34 typedef struct _cl_program * cl_program; typedef
|