Home
last modified time | relevance | path

Searched defs:CommandPool (Results 1 – 25 of 129) sorted by relevance

123456

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-dx12/src/
H A Dpool.rs14 pub struct CommandPool { struct
15 pub(crate) allocator: CommandPoolAllocator, argument
19 pub(crate) create_flags: pool::CommandPoolCreateFlags, argument
22 impl fmt::Debug for CommandPool { implementation
28 impl CommandPool { impl
80 unsafe impl Send for CommandPool {} implementation
81 unsafe impl Sync for CommandPool {} implementation
83 impl pool::CommandPool<Backend> for CommandPool { implementation
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-dx12-0.4.1/src/
H A Dpool.rs17 pub struct CommandPool { struct
18 pub(crate) allocator: CommandPoolAllocator, argument
22 pub(crate) create_flags: pool::CommandPoolCreateFlags, argument
25 impl fmt::Debug for CommandPool { argument
31 impl CommandPool { implementation
83 unsafe impl Send for CommandPool {} implementation
84 unsafe impl Sync for CommandPool {} implementation
86 impl pool::CommandPool<Backend> for CommandPool { implementation
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wgpu/wgpu-core/src/command/
H A Dallocator.rs19 struct CommandPool<B: hal::Backend> { struct
20 raw: B::CommandPool, argument
26 impl<B: hal::Backend> CommandPool<B> { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-dx12/src/
H A Dpool.rs131 pub struct CommandPool { struct
136 unsafe impl Send for CommandPool {} argument
137 unsafe impl Sync for CommandPool {} implementation
139 impl CommandPool { impl
158 impl pool::CommandPool<Backend> for CommandPool { implementation
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-dx12/src/
H A Dpool.rs131 pub struct CommandPool { struct
136 unsafe impl Send for CommandPool {} implementation
137 unsafe impl Sync for CommandPool {} implementation
139 impl CommandPool { implementation
158 impl pool::CommandPool<Backend> for CommandPool { implementation
/dports/graphics/rx/rx-0.4.0/cargo-crates/wgpu-native-0.4.1/src/command/
H A Dallocator.rs22 struct CommandPool<B: hal::Backend> { struct
23 raw: B::CommandPool, argument
27 impl<B: hal::Backend> CommandPool<B> { argument
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/command/
H A Dallocator.rs23 struct CommandPool<B: hal::Backend> { struct
24 raw: B::CommandPool, argument
30 impl<B: hal::Backend> CommandPool<B> { argument
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/command/
H A Dallocator.rs23 struct CommandPool<B: hal::Backend> { struct
24 raw: B::CommandPool, argument
30 impl<B: hal::Backend> CommandPool<B> { argument
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-hal-0.4.0/src/
H A Dpool.rs23 pub trait CommandPool<B: Backend>: fmt::Debug + Any + Send + Sync { trait
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-hal/src/
H A Dpool.rs20 pub trait CommandPool<B: Backend>: fmt::Debug + Any + Send + Sync { trait
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-hal/src/
H A Dpool.rs20 pub trait CommandPool<B: Backend>: fmt::Debug + Any + Send + Sync { trait
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-hal/src/
H A Dpool.rs22 pub trait CommandPool<B: Backend>: fmt::Debug + Any + Send + Sync { trait
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/parallel-psx/vulkan/
H A Dcommand_pool.cpp27 CommandPool::CommandPool(VkDevice device, uint32_t queue_family_index) in CommandPool() function in Vulkan::CommandPool
36 CommandPool::CommandPool(CommandPool &&other) noexcept in CommandPool() function in Vulkan::CommandPool
H A Dcommand_pool.hpp31 class CommandPool class
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/parallel-psx/vulkan/
H A Dcommand_pool.cpp27 CommandPool::CommandPool(VkDevice device, uint32_t queue_family_index) in CommandPool() function in Vulkan::CommandPool
36 CommandPool::CommandPool(CommandPool &&other) noexcept in CommandPool() function in Vulkan::CommandPool
H A Dcommand_pool.hpp31 class CommandPool class
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/vulkan/
H A Dcommand_pool.cpp28 CommandPool::CommandPool(Device *device_, uint32_t queue_family_index) in CommandPool() function in Vulkan::CommandPool
37 CommandPool::CommandPool(CommandPool &&other) noexcept in CommandPool() function in Vulkan::CommandPool
H A Dcommand_pool.hpp32 class CommandPool class
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Vulkan/
H A DVkCommandPool.hpp26 class CommandPool : public Object<CommandPool, VkCommandPool> class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Vulkan/
H A DVkCommandPool.hpp26 class CommandPool : public Object<CommandPool, VkCommandPool> class
/dports/devel/qbs/qbs-src-1.21.0/src/app/qbs/parser/
H A Dcommandpool.cpp45 CommandPool::CommandPool(CommandLineOptionPool &optionPool) : m_optionPool(optionPool) in CommandPool() function in qbs::CommandPool
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/renderer_vulkan/
H A Dvk_command_pool.cpp20 CommandPool::CommandPool(MasterSemaphore& master_semaphore_, const VKDevice& device_) in CommandPool() function in Vulkan::CommandPool
/dports/devel/aws-sdk-php/aws-sdk-php74-3.185.15/Aws/
H A DCommandPool.php13 class CommandPool implements PromisorInterface class
/dports/www/nextcloud/nextcloud/3rdparty/aws/aws-sdk-php/src/
H A DCommandPool.php13 class CommandPool implements PromisorInterface class
/dports/www/firefox/firefox-99.0/third_party/rust/ash/src/extensions/khr/
H A Dmaintenance1.rs24 command_pool: vk::CommandPool, in trim_command_pool()

123456