Searched full:macos (Results 1 – 25 of 64) sorted by relevance
123
| /device/generic/vulkan-cereal/third-party/angle/src/common/ |
| D | apple_platform_utils.h | 22 @available(macOS macVer, macCatalyst macCatalystVer, iOS iOSVer, *) 26 @available(macOS macVer, macCatalyst macCatalystVer, *) 32 # define ANGLE_APPLE_AVAILABLE_XC(macVer, macCatalystVer) @available(macOS macVer, *) 36 #define ANGLE_APPLE_AVAILABLE_XI(macVer, iOSVer) @available(macOS macVer, iOS iOSVer, *)
|
| /device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_MVK_macos_surface/ |
| D | platformQuerySupport_macos.txt | 6 === macOS Platform 8 On macOS, all physical devices and queue families must: be capable of 10 As a result there is no macOS-specific query for these capabilities.
|
| D | platformCreateSurface_macos.txt | 6 === macOS Platform 8 [open,refpage='vkCreateMacOSSurfaceMVK',desc='Create a VkSurfaceKHR object for a macOS NSView',type… 10 To create a sname:VkSurfaceKHR object for a macOS code:NSView or 38 …ceCreateInfoMVK',desc='Structure specifying parameters of a newly created macOS surface object',ty…
|
| /device/generic/vulkan-cereal/third-party/googletest/.github/workflows/ |
| D | gtest-ci.yml | 19 MacOs: 20 runs-on: macos-latest
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/metal/doc/ |
| D | PackedDepthStencilSupport.md | 5 On macOS, packed depth24stencil8 format is supported (albeit optionally) and if application 10 iOS simulators and mac Catalyst platforms have the same restrictions as macOS.
|
| /device/generic/vulkan-cereal/third-party/googletest/docs/ |
| D | platforms.md | 18 * macOS 27 **macOS users:** Xcode 9.3+ provides clang 5.0+.
|
| /device/generic/vulkan-cereal/third-party/angle/include/platform/ |
| D | FeaturesMtl.h | 37 // On macos, separate depth & stencil buffers are not supproted. However, on iOS devices, 42 "whereas others such as macOS don't",
|
| D | FeaturesGL.h | 289 // textures can take hundreds of milliseconds because of slow uploads on macOS. Do this only on 290 // macOS because clears are buggy on other drivers. 291 // https://crbug.com/848952 (slow uploads on macOS) 296 "texture corruption. Default to data uploads except on MacOS where it is very slow.",
|
| /device/generic/vulkan-cereal/third-party/angle/extensions/ |
| D | EGL_ANGLE_device_cgl.txt | 43 ANGLE on macOS internally uses an OpenGL context allocated via CGL. 69 On macOS the underlying CGLContextObj and CGLPixelFormatObj can be queried
|
| D | EGL_ANGLE_power_preference.txt | 37 dual-GPU systems, specifically on macOS.
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/ |
| D | VulkanDispatch.cpp | 79 setIcdPath(icdJsonNameToProgramAndLauncherPaths("portability-macos.json")); in initIcdPaths() 81 setIcdPath(icdJsonNameToProgramAndLauncherPaths("portability-macos-debug.json")); in initIcdPaths() 194 // macOS may have both Vulkan loader (for non MoltenVK-specific functions) and in getVulkanLibraryNumLimits() 243 // On macOS it is possible that we are using MoltenVK as the in dlopen()
|
| /device/generic/vulkan-cereal/third-party/angle/src/gpu_info_util/ |
| D | SystemInfo.h | 74 // Only available on macOS and Android 77 // Only available on macOS
|
| D | SystemInfo_macos.mm | 7 // SystemInfo_macos.mm: implementation of the macOS-specific parts of SystemInfo.h 224 if (@available(macOS 10.13, *))
|
| /device/generic/vulkan-cereal/third-party/angle/util/ |
| D | keyboard.h | 53 KEY_LSYSTEM, // The left OS specific key: Window (Windows and Linux), Apple (MacOS X), ... 57 KEY_RSYSTEM, // The right OS specific key: Window (Windows and Linux), Apple (MacOS X), ...
|
| /device/generic/vulkan-cereal/stream-servers/testlibs/ |
| D | keyboard.h | 53 KEY_LSYSTEM, // The left OS specific key: Window (Windows and Linux), Apple (MacOS X), ... 57 KEY_RSYSTEM, // The right OS specific key: Window (Windows and Linux), Apple (MacOS X), ...
|
| /device/generic/vulkan-cereal/third-party/googletest/ |
| D | README.md | 73 * macOS 82 **macOS users:** Xcode 9.3+ provides clang 5.0+.
|
| D | .gitignore | 44 # macOS files
|
| /device/generic/vulkan-cereal/protocols/vulkan/appendices/ |
| D | VK_MVK_macos_surface.txt | 21 surface type of macOS, which is underpinned by a basetype:CAMetalLayer, to
|
| /device/generic/vulkan-cereal/third-party/angle/doc/ |
| D | DevSetup.md | 32 On MacOS: 130 On Linux and MacOS, either:
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/metal/ |
| D | DisplayMtl.mm | 29 // We only support macos 10.13+ and 11 for now. Since they are requirements for Metal 2.0. 616 // Texture swizzle is only supported if macos sdk 10.15 is present 620 // The runtime OS must be MacOS 10.15+ or Mac Catalyst for this to be supported:
|
| D | mtl_resources.mm | 37 // Texture swizzle functions's declarations are only available if macos 10.15 sdk is present 245 // NOTE: Only MacOS has separated storage for resource on CPU and GPU and needs explicit
|
| /device/generic/vulkan-cereal/protocols/vulkan/ |
| D | BUILD.adoc | 351 MacOS X, and Microsoft Windows. 367 information about installing Docker on Linux, Windows, and MacOS X. 406 For other native environments, such as MacOS X and older Unix-like
|
| /device/generic/vulkan-cereal/ |
| D | README.md | 87 - Frontends that result in actual Linux/macOS/Windows gles/vk libraries
|
| /device/generic/vulkan-cereal/host-common/opengl/ |
| D | NativeGpuInfo_darwin.cpp | 113 // macOS: Disable Vulkan for now unless on M1.
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/metal/shaders/ |
| D | gen_mtl_internal_shaders.py | 44 print('Compiling macos version of default shaders ...')
|
123