Home
last modified time | relevance | path

Searched defs:CommandBufferInheritanceViewportScissorInfoNV (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp15503 struct CommandBufferInheritanceViewportScissorInfoNV struct
15505 using NativeType = VkCommandBufferInheritanceViewportScissorInfoNV;
15507 static const bool allowDuplicate = false;
15508 …TEXPR StructureType structureType = StructureType::eCommandBufferInheritanceViewportScissorInfoNV;
15511 …VULKAN_HPP_CONSTEXPR CommandBufferInheritanceViewportScissorInfoNV( VULKAN_HPP_NAMESPACE::Bool32 … in CommandBufferInheritanceViewportScissorInfoNV() argument
15525CommandBufferInheritanceViewportScissorInfoNV( VkCommandBufferInheritanceViewportScissorInfoNV con… in CommandBufferInheritanceViewportScissorInfoNV() function
15535 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceViewportScissorInfoNV cons… in operator =()
15540 …CommandBufferInheritanceViewportScissorInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
15547 setViewportScissor2D( VULKAN_HPP_NAMESPACE::Bool32 viewportScissor2D_ ) VULKAN_HPP_NOEXCEPT in setViewportScissor2D()
15553 …ceViewportScissorInfoNV & setViewportDepthCount( uint32_t viewportDepthCount_ ) VULKAN_HPP_NOEXCEPT in setViewportDepthCount()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp15273 struct CommandBufferInheritanceViewportScissorInfoNV struct
15275 using NativeType = VkCommandBufferInheritanceViewportScissorInfoNV;
15277 static const bool allowDuplicate = false;
15278 …TEXPR StructureType structureType = StructureType::eCommandBufferInheritanceViewportScissorInfoNV;
15281 …VULKAN_HPP_CONSTEXPR CommandBufferInheritanceViewportScissorInfoNV( VULKAN_HPP_NAMESPACE::Bool32 … in CommandBufferInheritanceViewportScissorInfoNV() function
15295CommandBufferInheritanceViewportScissorInfoNV( VkCommandBufferInheritanceViewportScissorInfoNV con… in CommandBufferInheritanceViewportScissorInfoNV() function
15305 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceViewportScissorInfoNV cons… in operator =()
15310 …CommandBufferInheritanceViewportScissorInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
15317 setViewportScissor2D( VULKAN_HPP_NAMESPACE::Bool32 viewportScissor2D_ ) VULKAN_HPP_NOEXCEPT in setViewportScissor2D()
15323 …ceViewportScissorInfoNV & setViewportDepthCount( uint32_t viewportDepthCount_ ) VULKAN_HPP_NOEXCEPT in setViewportDepthCount()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp20187 struct CommandBufferInheritanceViewportScissorInfoNV struct
20189 using NativeType = VkCommandBufferInheritanceViewportScissorInfoNV;
20191 static const bool allowDuplicate = false;
20192 …TEXPR StructureType structureType = StructureType::eCommandBufferInheritanceViewportScissorInfoNV;
20195 …VULKAN_HPP_CONSTEXPR CommandBufferInheritanceViewportScissorInfoNV( VULKAN_HPP_NAMESPACE::Bool32 … in CommandBufferInheritanceViewportScissorInfoNV() argument
20209CommandBufferInheritanceViewportScissorInfoNV( VkCommandBufferInheritanceViewportScissorInfoNV con… in CommandBufferInheritanceViewportScissorInfoNV() function
20219 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceViewportScissorInfoNV cons… in operator =()
20224 …CommandBufferInheritanceViewportScissorInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
20231 setViewportScissor2D( VULKAN_HPP_NAMESPACE::Bool32 viewportScissor2D_ ) VULKAN_HPP_NOEXCEPT in setViewportScissor2D()
20237 …ceViewportScissorInfoNV & setViewportDepthCount( uint32_t viewportDepthCount_ ) VULKAN_HPP_NOEXCEPT in setViewportDepthCount()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs60911 pub struct CommandBufferInheritanceViewportScissorInfoNV { struct
60918 impl ::std::default::Default for CommandBufferInheritanceViewportScissorInfoNV { argument
60930 unsafe impl TaggedStructure for CommandBufferInheritanceViewportScissorInfoNV { implementation
60934 impl CommandBufferInheritanceViewportScissorInfoNV { impl
60951 unsafe impl ExtendsCommandBufferInheritanceInfo for CommandBufferInheritanceViewportScissorInfoNV {} implementation
60982 pub fn build(self) -> CommandBufferInheritanceViewportScissorInfoNV { in build()