/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/ |
H A D | program.rs | 26 impl CLInfo<cl_program_info> for cl_program { implementation 64 impl CLInfoObj<cl_program_build_info, cl_device_id> for cl_program { implementation 102 ) -> CLResult<cl_program> { in create_program_with_source() 183 ) -> CLResult<cl_program> { in create_program_with_binary() 251 ) -> CLResult<cl_program> { in create_program_with_il() 287 program: cl_program, in build_program() 332 program: cl_program, in compile_program() 337 input_headers: *const cl_program, in compile_program() 416 input_programs: *const cl_program, in link_program() 419 ) -> CLResult<(cl_program, cl_int)> { in link_program() [all …]
|
H A D | icd.rs | 531 input_programs: *const cl_program, in clLinkProgram() 535 ) -> cl_program { in clLinkProgram()
|
H A D | kernel.rs | 252 program: cl_program, in create_kernel() 296 program: cl_program, in create_kernels_in_program()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/api/ |
H A D | program.cpp | 47 void (CL_CALLBACK * notifer)(cl_program, void *), void *data) : in build_notifier() argument 64 void (CL_CALLBACK * pfn_notify)(cl_program, void *), in validate_build_common() argument 270 void (CL_CALLBACK * pfn_notify)(cl_program, void *), in clBuildProgram() argument 304 void (CL_CALLBACK * pfn_notify)(cl_program, void *), in clCompileProgram() argument 427 clLinkProgram(cl_context d_ctx, cl_uint num_devs, const cl_device_id *d_devs, in clLinkProgram()
|
/aosp_15_r20/external/ComputeLibrary/src/core/CL/ |
H A D | CLCompileContext.cpp | 131 cl::Program cl_program = static_cast<cl::Program>(*this); in build() local 165 cl::Program cl_program; in create_kernel() local
|
/aosp_15_r20/external/libchrome/base/ |
H A D | command_line_unittest.cc | 359 CommandLine cl_program(kProgram); in TEST() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/ |
H A D | test_api_consistency.cpp | 1050 static void CL_CALLBACK program_callback(cl_program, void*) {} in program_callback() argument
|
/aosp_15_r20/external/cronet/base/ |
H A D | command_line_unittest.cc | 489 CommandLine cl_program(kProgram); in TEST_P() local
|
/aosp_15_r20/external/mesa3d/include/CL/ |
H A 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
|
H A 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
|
H A D | cl.h | 34 typedef struct _cl_program * cl_program; typedef
|
/aosp_15_r20/external/OpenCL-CLHPP/include/CL/ |
H A D | opencl.hpp | 6644 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = nullptr, in build() argument 6669 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = nullptr, in build() argument 6689 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = nullptr, in build() argument 6706 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = nullptr, in compile() argument 6905 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = nullptr, in linkProgram() argument 6939 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = nullptr, in linkProgram() argument
|
/aosp_15_r20/external/OpenCL-CLHPP/tests/ |
H A D | test_openclhpp.cpp | 345 MAKE_REFCOUNT_STUBS(cl_program, clRetainProgram, clReleaseProgram, programRefcounts) in MAKE_REFCOUNT_STUBS() argument 2833 cl_program, in test_program_release_callback() argument
|
/aosp_15_r20/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
H A D | cl.h | 34 typedef struct _cl_program * cl_program; typedef
|
/aosp_15_r20/external/OpenCL-Headers/CL/ |
H A D | cl.h | 34 typedef struct _cl_program * cl_program; typedef
|
/aosp_15_r20/external/ComputeLibrary/include/CL/ |
H A D | cl.h | 34 typedef struct _cl_program * cl_program; typedef
|
/aosp_15_r20/external/angle/include/CL/ |
H A D | cl.h | 34 typedef struct _cl_program * cl_program; typedef
|
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/ |
H A D | vmlinux.h | 19491 const struct rpc_program *cl_program; member
|
H A D | vmlinux_600.h | 19491 const struct rpc_program *cl_program; member
|
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/ |
H A D | vmlinux.h | 109838 const struct rpc_program *cl_program; member
|
H A D | vmlinux_602.h | 109838 const struct rpc_program *cl_program; member
|
/aosp_15_r20/external/bcc/libbpf-tools/x86/ |
H A D | vmlinux.h | 55444 const struct rpc_program *cl_program; member
|
H A D | vmlinux_518.h | 55444 const struct rpc_program *cl_program; member
|
/aosp_15_r20/external/bcc/libbpf-tools/arm64/ |
H A D | vmlinux_608.h | 89643 const struct rpc_program *cl_program; member
|
/aosp_15_r20/external/bcc/libbpf-tools/riscv/ |
H A D | vmlinux_602.h | 37302 const struct rpc_program *cl_program; member
|