Home
last modified time | relevance | path

Searched refs:Vulkan (Results 1 – 25 of 2576) sorted by relevance

12345678910>>...104

/dports/sysutils/plasma5-kinfocenter/kinfocenter-5.23.5/Modules/vulkan/
H A Dkcm_vulkan.desktop15 Name=Vulkan
16 Name[az]=Vulkan
17 Name[ca]=Vulkan
19 Name[cs]=Vulkan
20 Name[el]=Vulkan
22 Name[es]=Vulkan
23 Name[eu]=Vulkan
24 Name[fi]=Vulkan
25 Name[fr]=Vulkan
26 Name[ia]=Vulkan
[all …]
/dports/sysutils/plasma5-kinfocenter/kinfocenter-5.23.5/Modules/vulkan/package/
H A Dmetadata.desktop18 Name=Vulkan
19 Name[az]=Vulkan
20 Name[ca]=Vulkan
22 Name[cs]=Vulkan
23 Name[el]=Vulkan
25 Name[es]=Vulkan
26 Name[eu]=Vulkan
27 Name[fi]=Vulkan
28 Name[fr]=Vulkan
29 Name[ia]=Vulkan
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/parallel-rdp/
H A Drdp_renderer.hpp37 Vulkan::Fence fence;
135 Vulkan::Buffer *rdram = nullptr;
159 Vulkan::Buffer *tmem = nullptr;
222 Vulkan::BufferHandle buffer;
228 void init(Vulkan::Device &device, Vulkan::BufferDomain domain, RenderBuffers *borrow);
250 void upload(Vulkan::Device &device, const StreamCaches &caches, Vulkan::CommandBuffer &cmd);
253 void upload(Vulkan::CommandBuffer &cmd, Vulkan::Device &device,
261 Vulkan::Fence fence;
314 void submit_rasterization(Vulkan::CommandBuffer &cmd, Vulkan::Buffer &tmem, bool upscaled);
315 void submit_depth_blend(Vulkan::CommandBuffer &cmd, Vulkan::Buffer &tmem, bool upscaled);
[all …]
H A Dvideo_interface.hpp65 void set_device(Vulkan::Device *device);
79 Vulkan::Device *device = nullptr;
82 const Vulkan::Buffer *rdram = nullptr;
84 Vulkan::BufferHandle gamma_lut;
85 Vulkan::BufferViewHandle gamma_lut_view;
101 Vulkan::ImageHandle prev_scanout_image;
127 Vulkan::ImageHandle aa_fetch_stage(Vulkan::CommandBuffer &cmd,
131 Vulkan::ImageHandle divot_stage(Vulkan::CommandBuffer &cmd,
135 Vulkan::ImageHandle scale_stage(Vulkan::CommandBuffer &cmd,
141 Vulkan::ImageHandle downscale_stage(Vulkan::CommandBuffer &cmd,
[all …]
H A Dvideo_interface.cpp286 Vulkan::ImageCreateInfo rt_info = Vulkan::ImageCreateInfo::render_target( in vram_fetch_stage()
361 Vulkan::Semaphore sem; in vram_fetch_stage()
369 Vulkan::ImageHandle VideoInterface::aa_fetch_stage(Vulkan::CommandBuffer &cmd, Vulkan::Image &vram_… in aa_fetch_stage()
404 Vulkan::RenderPassInfo rp; in aa_fetch_stage()
473 Vulkan::ImageHandle VideoInterface::divot_stage(Vulkan::CommandBuffer &cmd, Vulkan::Image &aa_image, in divot_stage()
559 Vulkan::ImageHandle VideoInterface::scale_stage(Vulkan::CommandBuffer &cmd, Vulkan::Image &divot_im… in scale_stage()
571 Vulkan::ImageCreateInfo rt_info = Vulkan::ImageCreateInfo::render_target( in scale_stage()
761 Vulkan::ImageHandle VideoInterface::downscale_stage(Vulkan::CommandBuffer &cmd, Vulkan::Image &scal… in downscale_stage()
782 Vulkan::ImageCreateInfo rt_info = Vulkan::ImageCreateInfo::render_target( in downscale_stage()
810 Vulkan::ImageHandle VideoInterface::upscale_deinterlace(Vulkan::CommandBuffer &cmd, Vulkan::Image &… in upscale_deinterlace()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Modules/
H A DFindVulkan.cmake18 ``Vulkan::Vulkan``
19 The main Vulkan library.
21 ``Vulkan::glslc``
26 ``Vulkan::Headers``
31 load Vulkan library dynamically.
33 ``Vulkan::glslangValidator``
129 find_package_handle_standard_args(Vulkan
136 if(Vulkan_FOUND AND NOT TARGET Vulkan::Vulkan)
137 add_library(Vulkan::Vulkan UNKNOWN IMPORTED)
138 set_target_properties(Vulkan::Vulkan PROPERTIES
[all …]
/dports/devel/cmake/cmake-3.22.1/Modules/
H A DFindVulkan.cmake18 ``Vulkan::Vulkan``
19 The main Vulkan library.
21 ``Vulkan::glslc``
26 ``Vulkan::Headers``
31 load Vulkan library dynamically.
33 ``Vulkan::glslangValidator``
129 find_package_handle_standard_args(Vulkan
136 if(Vulkan_FOUND AND NOT TARGET Vulkan::Vulkan)
137 add_library(Vulkan::Vulkan UNKNOWN IMPORTED)
138 set_target_properties(Vulkan::Vulkan PROPERTIES
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Modules/
H A DFindVulkan.cmake18 ``Vulkan::Vulkan``
19 The main Vulkan library.
21 ``Vulkan::glslc``
26 ``Vulkan::Headers``
31 load Vulkan library dynamically.
33 ``Vulkan::glslangValidator``
129 find_package_handle_standard_args(Vulkan
136 if(Vulkan_FOUND AND NOT TARGET Vulkan::Vulkan)
137 add_library(Vulkan::Vulkan UNKNOWN IMPORTED)
138 set_target_properties(Vulkan::Vulkan PROPERTIES
[all …]
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/parallel-psx/renderer/
H A Drenderer.hpp356 Vulkan::Fence flush_and_signal() in flush_and_signal()
358 Vulkan::Fence fence; in flush_and_signal()
441 Vulkan::Device &device;
451 Vulkan::ImageHandle framebuffer;
459 Vulkan::CommandBufferHandle cmd;
480 Vulkan::Program *copy_to_vram;
504 Vulkan::Program *flat;
507 Vulkan::Program *flat_masked;
514 Vulkan::Program *mipmap_energy;
518 Vulkan::ImageHandle dither_lut;
[all …]
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/parallel-psx/renderer/
H A Drenderer.hpp356 Vulkan::Fence flush_and_signal() in flush_and_signal()
358 Vulkan::Fence fence; in flush_and_signal()
441 Vulkan::Device &device;
451 Vulkan::ImageHandle framebuffer;
459 Vulkan::CommandBufferHandle cmd;
480 Vulkan::Program *copy_to_vram;
504 Vulkan::Program *flat;
507 Vulkan::Program *flat_masked;
514 Vulkan::Program *mipmap_energy;
518 Vulkan::ImageHandle dither_lut;
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/shader/
H A Dasync_shaders.h40 namespace Vulkan {
51 Vulkan, enumerator
97 void QueueVulkanShader(Vulkan::VKPipelineCache* pp_cache, const Vulkan::VKDevice& device,
103 Vulkan::SPIRVProgram program, Vulkan::GraphicsPipelineCacheKey key);
125 Vulkan::VKPipelineCache* pp_cache;
126 const Vulkan::VKDevice* vk_device;
127 Vulkan::VKScheduler* scheduler;
128 Vulkan::VKDescriptorPool* descriptor_pool;
130 Vulkan::VKRenderPassCache* renderpass_cache;
132 Vulkan::SPIRVProgram program;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-tools/src/cmake/
H A DFindVulkan.cmake8 # Try to find Vulkan
13 # This module defines :prop_tgt:`IMPORTED` target ``Vulkan::Vulkan``, if
14 # Vulkan has been found.
21 # Vulkan_FOUND - True if Vulkan was found
22 # Vulkan_INCLUDE_DIRS - include directories for Vulkan
27 # Vulkan_INCLUDE_DIR - the Vulkan include directory
28 # Vulkan_LIBRARY - the path to the Vulkan library
69 find_package_handle_standard_args(Vulkan
75 if(Vulkan_FOUND AND NOT TARGET Vulkan::Vulkan)
76 add_library(Vulkan::Vulkan UNKNOWN IMPORTED)
[all …]
/dports/graphics/vulkan-tools/Vulkan-Tools-1.2.203/cmake/
H A DFindVulkan.cmake8 # Try to find Vulkan
13 # This module defines :prop_tgt:`IMPORTED` target ``Vulkan::Vulkan``, if
14 # Vulkan has been found.
21 # Vulkan_FOUND - True if Vulkan was found
22 # Vulkan_INCLUDE_DIRS - include directories for Vulkan
27 # Vulkan_INCLUDE_DIR - the Vulkan include directory
28 # Vulkan_LIBRARY - the path to the Vulkan library
69 find_package_handle_standard_args(Vulkan
75 if(Vulkan_FOUND AND NOT TARGET Vulkan::Vulkan)
76 add_library(Vulkan::Vulkan UNKNOWN IMPORTED)
[all …]
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/cmake/
H A DFindVulkan.cmake8 # Try to find Vulkan
13 # This module defines :prop_tgt:`IMPORTED` target ``Vulkan::Vulkan``, if
14 # Vulkan has been found.
21 # Vulkan_FOUND - True if Vulkan was found
22 # Vulkan_INCLUDE_DIRS - include directories for Vulkan
27 # Vulkan_INCLUDE_DIR - the Vulkan include directory
28 # Vulkan_LIBRARY - the path to the Vulkan library
69 find_package_handle_standard_args(Vulkan
75 if(Vulkan_FOUND AND NOT TARGET Vulkan::Vulkan)
76 add_library(Vulkan::Vulkan UNKNOWN IMPORTED)
[all …]
/dports/graphics/vulkan-extension-layer/Vulkan-ExtensionLayer-1.2.203/cmake/
H A DFindVulkan.cmake8 # Try to find Vulkan
13 # This module defines :prop_tgt:`IMPORTED` target ``Vulkan::Vulkan``, if
14 # Vulkan has been found.
21 # Vulkan_FOUND - True if Vulkan was found
22 # Vulkan_INCLUDE_DIRS - include directories for Vulkan
27 # Vulkan_INCLUDE_DIR - the Vulkan include directory
28 # Vulkan_LIBRARY - the path to the Vulkan library
69 find_package_handle_standard_args(Vulkan
75 if(Vulkan_FOUND AND NOT TARGET Vulkan::Vulkan)
76 add_library(Vulkan::Vulkan UNKNOWN IMPORTED)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-tools/src/cmake/
H A DFindVulkan.cmake8 # Try to find Vulkan
13 # This module defines :prop_tgt:`IMPORTED` target ``Vulkan::Vulkan``, if
14 # Vulkan has been found.
21 # Vulkan_FOUND - True if Vulkan was found
22 # Vulkan_INCLUDE_DIRS - include directories for Vulkan
27 # Vulkan_INCLUDE_DIR - the Vulkan include directory
28 # Vulkan_LIBRARY - the path to the Vulkan library
69 find_package_handle_standard_args(Vulkan
75 if(Vulkan_FOUND AND NOT TARGET Vulkan::Vulkan)
76 add_library(Vulkan::Vulkan UNKNOWN IMPORTED)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/cmake/
H A DFindVulkan.cmake8 # Try to find Vulkan
13 # This module defines :prop_tgt:`IMPORTED` target ``Vulkan::Vulkan``, if
14 # Vulkan has been found.
21 # Vulkan_FOUND - True if Vulkan was found
22 # Vulkan_INCLUDE_DIRS - include directories for Vulkan
27 # Vulkan_INCLUDE_DIR - the Vulkan include directory
28 # Vulkan_LIBRARY - the path to the Vulkan library
69 find_package_handle_standard_args(Vulkan
75 if(Vulkan_FOUND AND NOT TARGET Vulkan::Vulkan)
76 add_library(Vulkan::Vulkan UNKNOWN IMPORTED)
[all …]
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/glfw/docs/
H A Dvulkan.dox3 @page vulkan_guide Vulkan guide
7 This guide is intended to fill the gaps between the official [Vulkan
11 the Vulkan documentation to explain the details of Vulkan functions.
13 To develop for Vulkan you should download the [LunarG Vulkan
18 to use GLFW and Vulkan. The [Khronos Vulkan
32 @section vulkan_loader Linking against the Vulkan loader
43 Vulkan loader will then be a compile-time error.
76 @section vulkan_support Querying for Vulkan support
89 // Vulkan is available, at least for compute
143 GLFW requires to create Vulkan surfaces.
[all …]
/dports/graphics/glfw/glfw-3.3.4/docs/
H A Dvulkan.dox3 @page vulkan_guide Vulkan guide
7 This guide is intended to fill the gaps between the official [Vulkan
11 the Vulkan documentation to explain the details of Vulkan functions.
13 To develop for Vulkan you should download the [LunarG Vulkan
18 to use GLFW and Vulkan. The [Khronos Vulkan
32 @section vulkan_loader Linking against the Vulkan loader
43 Vulkan loader will then be a compile-time error.
76 @section vulkan_support Querying for Vulkan support
89 // Vulkan is available, at least for compute
143 GLFW requires to create Vulkan surfaces.
[all …]
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/glfw/docs/
H A Dvulkan.dox3 @page vulkan_guide Vulkan guide
7 This guide is intended to fill the gaps between the [Vulkan
11 the Vulkan documentation to explain the details of Vulkan functions.
13 To develop for Vulkan you should download the [LunarG Vulkan
27 @section vulkan_loader Linking against the Vulkan loader
38 Vulkan loader will then be a compile-time error.
71 @section vulkan_support Querying for Vulkan support
84 // Vulkan is available, at least for compute
134 @section vulkan_ext Querying required Vulkan extensions
138 GLFW requires to create Vulkan surfaces.
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-sys-3.3.0/docs/
H A Dvulkan.dox3 @page vulkan_guide Vulkan guide
7 This guide is intended to fill the gaps between the [Vulkan
11 the Vulkan documentation to explain the details of Vulkan functions.
13 To develop for Vulkan you should download the [LunarG Vulkan
27 @section vulkan_loader Linking against the Vulkan loader
38 Vulkan loader will then be a compile-time error.
71 @section vulkan_support Querying for Vulkan support
84 // Vulkan is available, at least for compute
134 @section vulkan_ext Querying required Vulkan extensions
138 GLFW requires to create Vulkan surfaces.
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glfw/src/docs/
H A Dvulkan.dox3 @page vulkan_guide Vulkan guide
7 This guide is intended to fill the gaps between the [Vulkan
11 the Vulkan documentation to explain the details of Vulkan functions.
13 To develop for Vulkan you should download the [LunarG Vulkan
17 The GLFW library does not need the Vulkan SDK to enable support for Vulkan.
19 CMake files find a Vulkan SDK.
31 @section vulkan_loader Linking against the Vulkan loader
81 @section vulkan_support Querying for Vulkan support
94 // Vulkan is available, at least for compute
148 GLFW requires to create Vulkan surfaces.
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glfw/src/docs/
H A Dvulkan.dox3 @page vulkan_guide Vulkan guide
7 This guide is intended to fill the gaps between the [Vulkan
11 the Vulkan documentation to explain the details of Vulkan functions.
13 To develop for Vulkan you should download the [LunarG Vulkan
17 The GLFW library does not need the Vulkan SDK to enable support for Vulkan.
19 CMake files find a Vulkan SDK.
31 @section vulkan_loader Linking against the Vulkan loader
81 @section vulkan_support Querying for Vulkan support
94 // Vulkan is available, at least for compute
148 GLFW requires to create Vulkan surfaces.
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/
H A DREADME.angle1 Name: Khronos Vulkan Validation Layers Components
2 Short Name: Vulkan Layers
4 URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers
5 SOURCE CODE: git clone https://github.com/KhronosGroup/Vulkan-ValidationLayers.git
13 The Khronos Vulkan Validation Layers Components consist of the Vulkan
14 Validation Layers. The layers help validate Vulkan programs at runtime
15 for development. When enabled the Vulkan loader will hook the layers
16 into the Vulkan APIs so that they evaluate Vulkan API calls and flag
18 for developing Vulkan applications.
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-headers/src/
H A DREADME.md1 # Vulkan-Headers
3 Vulkan header files and API registry
12 Vulkan-Docs repository and, in the case of include/vulkan/vulkan.hpp, the
13 Vulkan-Hpp repository. Any changes must be made in those repositories.
17 - [KhronosGroup/Vulkan-Docs](https://github.com/KhronosGroup/Vulkan-Docs)
18 - Core Vulkan headers and Registry
19 - [KhronosGroup/Vulkan-Hpp](https://github.com/KhronosGroup/Vulkan-Hpp)
20 - C++ Bindings for Vulkan
27 Updates to the `Vulkan-Headers` repository which correspond to a new Vulkan
35 This scheme was adopted following the 1.1.96 Vulkan specification release.

12345678910>>...104