Home
last modified time | relevance | path

Searched refs:CommandBufferLevel (Results 1 – 25 of 27) sorted by relevance

12

/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dallocator.rs21 CommandBufferLevel,
72 level: CommandBufferLevel, in allocate() argument
223 level: CommandBufferLevel, in allocate() argument
286 level: CommandBufferLevel, in allocate() argument
374 level: CommandBufferLevel::Primary, in new()
390 level: CommandBufferLevel::Secondary, in new()
416 level: CommandBufferLevel, in allocate() argument
422 CommandBufferLevel::Primary => {
458 CommandBufferLevel::Secondary => {
629 CommandBufferLevel::Primary => &self.pool.inner.primary_pool, in drop()
[all …]
Dpool.rs19 command_buffer::CommandBufferLevel,
443 pub level: CommandBufferLevel,
457 level: CommandBufferLevel::Primary, in default()
470 level: CommandBufferLevel,
476 pub fn level(&self) -> CommandBufferLevel { in level() argument
537 command_buffer::{pool::CommandBufferAllocateInfo, CommandBufferLevel},
638 level: CommandBufferLevel::Primary, in basic_alloc()
Dauto.rs18 CommandBufferInheritanceRenderPassType, CommandBufferLevel, CommandBufferResourcesUsage,
145 CommandBufferLevel::Primary, in primary()
175 CommandBufferLevel::Secondary, in secondary()
196 level: CommandBufferLevel, in begin() argument
285 level: CommandBufferLevel, in validate_begin() argument
298 debug_assert!(level == CommandBufferLevel::Secondary); in validate_begin()
505 debug_assert!(level == CommandBufferLevel::Primary); in validate_begin()
Dsys.rs15 pool::CommandPoolAlloc, CommandBufferInheritanceInfo, CommandBufferLevel, CommandBufferUsage,
74 pool_alloc.level() == CommandBufferLevel::Secondary, in new()
Dmod.rs215 CommandBufferLevel = CommandBufferLevel(i32);
/external/rust/android-crates-io/crates/vulkano/src/command_buffer/synced/
Dmod.rs182 AutoCommandBufferBuilder, CommandBufferLevel, CommandBufferUsage,
208 .allocate(queue.queue_family_index(), CommandBufferLevel::Primary, 1) in basic_creation()
281 .allocate(queue.queue_family_index(), CommandBufferLevel::Primary, 2) in secondary_conflicting_writes()
342 .allocate(queue.queue_family_index(), CommandBufferLevel::Primary, 1) in vertex_buffer_binding()
387 .allocate(queue.queue_family_index(), CommandBufferLevel::Primary, 1) in descriptor_set_binding()
Dbuilder.rs23 CommandBufferImageRangeUsage, CommandBufferImageUsage, CommandBufferLevel,
72 level: CommandBufferLevel,
118 let inside_render_pass = level == CommandBufferLevel::Secondary in new()
146 level: CommandBufferLevel, in from_unsafe_cmd() argument
430 CommandBufferLevel::Primary => { in add_buffer()
448 CommandBufferLevel::Secondary => (), in add_buffer()
557 CommandBufferLevel::Primary => { in add_image()
579 CommandBufferLevel::Secondary => { in add_image()
617 CommandBufferLevel::Primary => { in add_image()
692 CommandBufferLevel::Secondary => { in add_image()
[all …]
/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dmod.rs32 CommandBufferInheritanceRenderingInfo, CommandBufferLevel, CommandBufferUsage,
138 CommandBufferLevel::Primary, in primary()
165 CommandBufferLevel::Secondary, in secondary()
186 level: CommandBufferLevel, in begin() argument
201 level: CommandBufferLevel, in validate_begin() argument
214 debug_assert!(level == CommandBufferLevel::Secondary); in validate_begin()
421 debug_assert!(level == CommandBufferLevel::Primary); in validate_begin()
433 level: CommandBufferLevel, in begin_unchecked() argument
/external/swiftshader/tests/VulkanWrapper/
DUtil.cpp45 allocInfo.level = vk::CommandBufferLevel::ePrimary; in beginSingleTimeCommands()
DDrawTester.cpp360 commandBufferAllocateInfo.level = vk::CommandBufferLevel::ePrimary; in createCommandBuffers()
/external/crosvm/gpu_display/src/vulkan/
Dpost_worker.rs37 use vulkano::command_buffer::CommandBufferLevel;
748 CommandBufferLevel::Primary,
/external/swiftshader/tests/VulkanBenchmarks/
DComputeBenchmarks.cpp254 commandBufferAllocateInfo.level = vk::CommandBufferLevel::ePrimary; in initialize()
/external/rust/android-crates-io/crates/ash/src/vk/
Denums.rs136 pub struct CommandBufferLevel(pub(crate) i32); struct
137 impl CommandBufferLevel { implementation
147 impl CommandBufferLevel { implementation
Dconst_debugs.rs789 impl fmt::Debug for CommandBufferLevel { implementation
/external/vulkan-headers/include/vulkan/
Dvulkan_to_string.hpp6220 VULKAN_HPP_INLINE std::string to_string( CommandBufferLevel value ) in to_string()
6224 case CommandBufferLevel::ePrimary: return "Primary"; in to_string()
6225 case CommandBufferLevel::eSecondary: return "Secondary"; in to_string()
Dvulkan.cppm97 using VULKAN_HPP_NAMESPACE::CommandBufferLevel;
Dvulkan_enums.hpp3601 enum class CommandBufferLevel enum
Dvulkan_structs.hpp14599 …VULKAN_HPP_NAMESPACE::CommandBufferLevel level_ = VULKAN_HPP_NAMESPACE::CommandBufferLevel::…
14638 …XPR_14 CommandBufferAllocateInfo & setLevel( VULKAN_HPP_NAMESPACE::CommandBufferLevel level_ ) VUL… in setLevel()
14668 VULKAN_HPP_NAMESPACE::CommandBufferLevel const &,
14700 …VULKAN_HPP_NAMESPACE::CommandBufferLevel level = VULKAN_HPP_NAMESPACE::CommandBufferL…
/external/swiftshader/include/vulkan/
Dvulkan_to_string.hpp6184 VULKAN_HPP_INLINE std::string to_string( CommandBufferLevel value ) in to_string()
6188 case CommandBufferLevel::ePrimary: return "Primary"; in to_string()
6189 case CommandBufferLevel::eSecondary: return "Secondary"; in to_string()
Dvulkan.cppm97 using VULKAN_HPP_NAMESPACE::CommandBufferLevel;
Dvulkan_enums.hpp3516 enum class CommandBufferLevel enum
Dvulkan_structs.hpp14369 …VULKAN_HPP_NAMESPACE::CommandBufferLevel level_ = VULKAN_HPP_NAMESPACE::CommandBufferLevel::…
14408 …XPR_14 CommandBufferAllocateInfo & setLevel( VULKAN_HPP_NAMESPACE::CommandBufferLevel level_ ) VUL… in setLevel()
14438 VULKAN_HPP_NAMESPACE::CommandBufferLevel const &,
14470 …VULKAN_HPP_NAMESPACE::CommandBufferLevel level = VULKAN_HPP_NAMESPACE::CommandBufferL…
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_to_string.hpp6728 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_20 std::string to_string( CommandBufferLevel value ) in to_string()
6732 case CommandBufferLevel::ePrimary: return "Primary"; in to_string()
6733 case CommandBufferLevel::eSecondary: return "Secondary"; in to_string()
Dvulkan_enums.hpp3875 enum class CommandBufferLevel enum
Dvulkan.cppm116 using VULKAN_HPP_NAMESPACE::CommandBufferLevel;

12