Home
last modified time | relevance | path

Searched refs:Kernel (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_INTEL_shader_integer_functions2.adoc26 Many of these instructions have pre-existing counterparts in the Kernel
/hardware/interfaces/renderscript/1.0/
DIContext.hal794 * Creates a Closure which represents a function call to a ForEach Kernel
797 * @param kernelID Kernel identifier
857 * Creates a Script Kernel ID.
861 * @param sig Bitfield describing Kernel signature and operation
862 * @return scriptKernelID Script's Kernel identifier
898 * @param kernels Collection of Scripts' Kernel identifiers
899 * @param srcK Source Kernel identifiers
900 * @param dstK Destination Kernel identifiers
934 * @param kid Script's Kernel identifier to be changed
946 * @param kid Script's Kernel identifier to be changed
[all …]
/hardware/google/gfxstream/guest/mesa/include/CL/
Dopencl.hpp5795 class Kernel;
5935 class Kernel : public detail::Wrapper<cl_kernel> class
5938 inline Kernel(const Program& program, const char* name, cl_int* err = NULL);
5941 Kernel() { } in Kernel() function in cl::Kernel
5951 explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : in Kernel() function in cl::Kernel
5959 Kernel& operator = (const cl_kernel& rhs) in operator =()
5968 Kernel(const Kernel& kernel) : detail::Wrapper<cl_type>(kernel) {} in Kernel() function in cl::Kernel
5973 Kernel& operator = (const Kernel &kernel) in operator =()
5982 Kernel(Kernel&& kernel) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(kernel)) {} in Kernel() function in cl::Kernel
5987 Kernel& operator = (Kernel &&kernel) in operator =()
[all …]
Dcl.hpp4758 class Kernel;
4870 class Kernel : public detail::Wrapper<cl_kernel> class
4873 inline Kernel(const Program& program, const char* name, cl_int* err = NULL);
4876 Kernel() { } in Kernel() function in cl::Kernel
4883 … __CL_EXPLICIT_CONSTRUCTORS Kernel(const cl_kernel& kernel) : detail::Wrapper<cl_type>(kernel) { } in Kernel() function in cl::Kernel
4890 Kernel& operator = (const cl_kernel& rhs) in operator =()
4899 Kernel(const Kernel& kernel) : detail::Wrapper<cl_type>(kernel) {} in Kernel() function in cl::Kernel
4904 Kernel& operator = (const Kernel &kernel) in operator =()
4914 Kernel(Kernel&& kernel) CL_HPP_NOEXCEPT : detail::Wrapper<cl_type>(std::move(kernel)) {} in Kernel() function in cl::Kernel
4919 Kernel& operator = (Kernel &&kernel) in operator =()
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_cuda_kernel_launch/
Ddispatch.adoc117 Kernel parameters of pname:function are specified via pname:pParams, very
134 === Resources sharing from Vulkan to the CUDA Kernel
Dmodule.adoc230 Kernel and Vulkan>> for more details.