Searched refs:GpuKernelSourceCode (Results 1 – 7 of 7) sorted by relevance
45 class GpuKernelSourceCode49 GpuKernelSourceCode &name(const std::string &n) in name()55 GpuKernelSourceCode &code(const std::string &c) in code()61 GpuKernelSourceCode &config_id(const std::string &c_id) in config_id()67 GpuKernelSourceCode &build_options(const CLBuildOptions &b_options) in build_options()73 GpuKernelSourceCode &window(const Window &window) in window()79 GpuKernelSourceCode &arguments(const GpuKernelArgumentList &arguments) in arguments()
144 …GpuUnitWorkload(UnitWorkloadId id, const GpuKernelSourceCode &kernel_code, const UnitWorkloadStage… in GpuUnitWorkload()154 const GpuKernelSourceCode &code() const in code()166 GpuKernelSourceCode _kernel_code{};185 …UnitWorkloadId add_unit_workload(const GpuKernelSourceCode &kernel_code, const UnitWorkloadStage &… in add_unit_workload()
46 GpuKernelSourceCode GpuLogicalKernel::write_kernel_code() in write_kernel_code()48 GpuKernelSourceCode code; in write_kernel_code()
65 GpuKernelSourceCode write_kernel_code();
51 const GpuKernelSourceCode kernel_code = logical_kernel.write_kernel_code(); in write_workload_code()
39 class GpuKernelSourceCode; variable50 void configure(const opencl::ClCompileContext &compile_ctx, const GpuKernelSourceCode &code);
39 void ClKernelRuntime::configure(const ClCompileContext &compile_ctx, const GpuKernelSourceCode &cod… in configure()