Home
last modified time | relevance | path

Searched refs:GpuKernelSourceCode (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/
H A DGpuKernelSourceCode.h45 class GpuKernelSourceCode
49 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()
H A DGpuWorkloadSourceCode.h144 …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()
H A DGpuLogicalKernel.cpp46 GpuKernelSourceCode GpuLogicalKernel::write_kernel_code() in write_kernel_code()
48 GpuKernelSourceCode code; in write_kernel_code()
H A DGpuLogicalKernel.h65 GpuKernelSourceCode write_kernel_code();
H A DGpuKernelComponentStream.cpp51 const GpuKernelSourceCode kernel_code = logical_kernel.write_kernel_code(); in write_workload_code()
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/runtime/gpu/cl/
H A DClKernelRuntime.h39 class GpuKernelSourceCode; variable
50 void configure(const opencl::ClCompileContext &compile_ctx, const GpuKernelSourceCode &code);
H A DClKernelRuntime.cpp39 void ClKernelRuntime::configure(const ClCompileContext &compile_ctx, const GpuKernelSourceCode &cod… in configure()