| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | spirv.core.grammar.json | 274 "capabilities" : [ "Kernel" ] 300 "capabilities" : [ "Kernel" ] 592 "capabilities" : [ "Kernel" ] 911 "capabilities" : [ "Kernel" ] 921 "capabilities" : [ "Kernel" ] 932 "capabilities" : [ "Kernel", "ImageQuery" ] 942 "capabilities" : [ "Kernel", "ImageQuery" ] 963 "capabilities" : [ "Kernel", "ImageQuery" ] 973 "capabilities" : [ "Kernel", "ImageQuery" ] 1068 "capabilities" : [ "Kernel" ] [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | spirv.core.grammar.json | 408 "capabilities" : [ "Kernel" ] 437 "capabilities" : [ "Kernel" ] 762 "capabilities" : [ "Kernel" ] 1111 "capabilities" : [ "Kernel" ] 1122 "capabilities" : [ "Kernel" ] 1134 "capabilities" : [ "Kernel", "ImageQuery" ] 1145 "capabilities" : [ "Kernel", "ImageQuery" ] 1168 "capabilities" : [ "Kernel", "ImageQuery" ] 1179 "capabilities" : [ "Kernel", "ImageQuery" ] 1284 "capabilities" : [ "Kernel" ] [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | xmesaP.h | 94 GLubyte Kernel[16]; /* Dither kernel */ member in struct:xmesa_visual 260 int d = xmesa->xm_visual->Kernel[((X)&3) | (((Y)&3)<<2)]; \
|
| H A D | xm_api.c | 503 v->Kernel[i] = kernel[i] >> maxBits;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | xmesaP.h | 94 GLubyte Kernel[16]; /* Dither kernel */ member in struct:xmesa_visual 260 int d = xmesa->xm_visual->Kernel[((X)&3) | (((Y)&3)<<2)]; \
|
| H A D | xm_api.c | 502 v->Kernel[i] = kernel[i] >> maxBits;
|
| /xsrc/external/mit/MesaLib/dist/.gitlab/issue_templates/ |
| H A D | Bug Report.md | 20 - Kernel version: (run `uname -a`)
|
| H A D | Bug Report - AMD Radeon Vulkan.md | 48 - Kernel version: (`uname -a`)
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | index.rst | 118 Linux Kernel Drivers <https://www.kernel.org/doc/html/latest/gpu/>
|
| /xsrc/external/mit/xorgproto/dist/scripts/ |
| H A D | keysym-generator.py | 61 class Kernel(object): class in inherits:object 74 die(f"Kernel repo must be on the master branch (current: {stdout.strip()})") 81 logger.debug(f"Kernel versions: {', '.join(self.versions)}") 298 error("Kernel keycode name invalid", line) 385 kernel = Kernel(ns.kernel_git_tree)
|
| /xsrc/external/mit/MesaLib/dist/include/CL/ |
| H A D | cl2.hpp | 5685 class Kernel; 5766 //! \brief Local address wrapper for use with Kernel::setArg 5825 class Kernel : public detail::Wrapper<cl_kernel> class in namespace:cl 5828 inline Kernel(const Program& program, const char* name, cl_int* err = NULL); 5831 Kernel() { } function in class:cl::Kernel 5839 * into the new Kernel object. 5841 explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : function in class:cl::Kernel 5849 Kernel& operator = (const cl_kernel& rhs) 5858 Kernel(const Kernel function in class:cl::Kernel 5872 Kernel(Kernel&& kernel) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(kernel)) {} function in class:cl::Kernel [all...] |
| H A D | cl.hpp | 120 * cl::Kernel kernel(program_, "hello", &err); 4763 class Kernel; 4817 //! \brief Local address wrapper for use with Kernel::setArg 4875 class Kernel : public detail::Wrapper<cl_kernel> class in namespace:cl 4878 inline Kernel(const Program& program, const char* name, cl_int* err = NULL); 4881 Kernel() { } function in class:cl::Kernel 4886 * into the new Kernel object. 4888 __CL_EXPLICIT_CONSTRUCTORS Kernel(const cl_kernel& kernel) : detail::Wrapper<cl_type>(kernel) { } function in class:cl::Kernel 4895 Kernel& operator = (const cl_kernel& rhs) 4904 Kernel(cons function in class:cl::Kernel 4919 Kernel(Kernel&& kernel) CL_HPP_NOEXCEPT : detail::Wrapper<cl_type>(std::move(kernel)) {} function in class:cl::Kernel 5492 inline Kernel::Kernel(const Program& program, const char* name, cl_int* err) function in class:cl::Kernel [all...] |
| /xsrc/external/mit/MesaLib.old/dist/include/CL/ |
| H A D | cl2.hpp | 5541 class Kernel; 5622 //! \brief Local address wrapper for use with Kernel::setArg 5681 class Kernel : public detail::Wrapper<cl_kernel> class in namespace:cl 5684 inline Kernel(const Program& program, const char* name, cl_int* err = NULL); 5687 Kernel() { } function in class:cl::Kernel 5695 * into the new Kernel object. 5697 explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : function in class:cl::Kernel 5705 Kernel& operator = (const cl_kernel& rhs) 5714 Kernel(const Kernel function in class:cl::Kernel 5728 Kernel(Kernel&& kernel) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(kernel)) {} function in class:cl::Kernel 6604 inline Kernel::Kernel(const Program& program, const char* name, cl_int* err) function in class:cl::Kernel [all...] |
| H A D | cl.hpp | 120 * cl::Kernel kernel(program_, "hello", &err); 4763 class Kernel; 4817 //! \brief Local address wrapper for use with Kernel::setArg 4875 class Kernel : public detail::Wrapper<cl_kernel> class in namespace:cl 4878 inline Kernel(const Program& program, const char* name, cl_int* err = NULL); 4881 Kernel() { } function in class:cl::Kernel 4886 * into the new Kernel object. 4888 __CL_EXPLICIT_CONSTRUCTORS Kernel(const cl_kernel& kernel) : detail::Wrapper<cl_type>(kernel) { } function in class:cl::Kernel 4895 Kernel& operator = (const cl_kernel& rhs) 4904 Kernel(cons function in class:cl::Kernel 4919 Kernel(Kernel&& kernel) CL_HPP_NOEXCEPT : detail::Wrapper<cl_type>(std::move(kernel)) {} function in class:cl::Kernel 5492 inline Kernel::Kernel(const Program& program, const char* name, cl_int* err) function in class:cl::Kernel [all...] |
| /xsrc/external/mit/libdrm/dist/man/ |
| H A D | drm.7.rst | 59 implement a kernel interface to perform mode-setting called *Kernel Mode
|
| H A D | drm-kms.7.rst | 6 Kernel Mode-Setting 24 currently used and what frames to be displayed. This task is called *Kernel
|
| /xsrc/external/mit/xf86-video-vmware/dist/ |
| H A D | configure.ac | 150 AC_MSG_CHECKING([whether to build Kernel Mode Setting and 3D])
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.5.9.rst | 46 Kernel hang, TearFree On, Mate desktop environment
|
| H A D | 9.2.rst | 42 radeonsi through VDPAU (requires Kernel 3.10 or later) 221 - i965 Gen6+ requires Kernel 3.6 or later. (92d2f5a)
|
| H A D | 10.6.2.rst | 46 Kernel hang, TearFree On, Mate desktop environment
|
| H A D | 17.3.7.rst | 205 Kernel 4.16+.
|
| H A D | 11.0.0.rst | 170 Kernel hang, TearFree On, Mate desktop environment
|
| /xsrc/external/mit/xf86-video-ati/dist/ |
| H A D | configure.ac | 361 echo " Kernel modesetting: $DRM_MODE"
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/ |
| H A D | svga3d.rst | 71 - Kernel version at least 2.6.25
|
| /xsrc/external/mit/xf86-video-intel/dist/ |
| H A D | configure.ac | 897 echo " Support for Kernel Mode Setting? $KMS"
|