Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp11819 struct CommandBufferInheritanceViewportScissorInfoNV struct
11821 using NativeType = VkCommandBufferInheritanceViewportScissorInfoNV;
11823 static const bool allowDuplicate = false;
11824 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =
11828 VULKAN_HPP_CONSTEXPR CommandBufferInheritanceViewportScissorInfoNV( in CommandBufferInheritanceViewportScissorInfoNV() argument
11840CommandBufferInheritanceViewportScissorInfoNV( VkCommandBufferInheritanceViewportScissorInfoNV con… in CommandBufferInheritanceViewportScissorInfoNV() function
11853 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceViewportScissorInfoNV cons… in operator =()
11858 …CommandBufferInheritanceViewportScissorInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
11865 setViewportScissor2D( VULKAN_HPP_NAMESPACE::Bool32 viewportScissor2D_ ) VULKAN_HPP_NOEXCEPT in setViewportScissor2D()
11872 setViewportDepthCount( uint32_t viewportDepthCount_ ) VULKAN_HPP_NOEXCEPT in setViewportDepthCount()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp15383 struct CommandBufferInheritanceViewportScissorInfoNV struct
15385 using NativeType = VkCommandBufferInheritanceViewportScissorInfoNV;
15387 static const bool allowDuplicate = false;
15388 …TEXPR StructureType structureType = StructureType::eCommandBufferInheritanceViewportScissorInfoNV;
15391 …VULKAN_HPP_CONSTEXPR CommandBufferInheritanceViewportScissorInfoNV( VULKAN_HPP_NAMESPACE::Bool32 … in CommandBufferInheritanceViewportScissorInfoNV() function
15405CommandBufferInheritanceViewportScissorInfoNV( VkCommandBufferInheritanceViewportScissorInfoNV con… in CommandBufferInheritanceViewportScissorInfoNV() function
15415 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceViewportScissorInfoNV cons… in operator =()
15420 …CommandBufferInheritanceViewportScissorInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
15427 setViewportScissor2D( VULKAN_HPP_NAMESPACE::Bool32 viewportScissor2D_ ) VULKAN_HPP_NOEXCEPT in setViewportScissor2D()
15433 …ceViewportScissorInfoNV & setViewportDepthCount( uint32_t viewportDepthCount_ ) VULKAN_HPP_NOEXCEPT in setViewportDepthCount()
[all …]