Home
last modified time | relevance | path

Searched defs:ClearDepthStencilValue (Results 1 – 7 of 7) sorted by relevance

/external/rust/android-crates-io/crates/vulkano/src/
Dformat.rs668 pub struct ClearDepthStencilValue { struct
675 impl From<ClearDepthStencilValue> for ash::vk::ClearDepthStencilValue { argument
685 impl From<f32> for ClearDepthStencilValue { implementation
692 impl From<u32> for ClearDepthStencilValue { implementation
702 impl From<(f32, u32)> for ClearDepthStencilValue { implementation
/external/rust/android-crates-io/crates/ash/src/
Ddevice.rs1648 clear_depth_stencil_value: &vk::ClearDepthStencilValue, in cmd_clear_depth_stencil_image()
/external/rust/android-crates-io/crates/ash/src/vk/
Dfeatures.rs1173 p_depth_stencil: *const ClearDepthStencilValue, constant
3324 _p_depth_stencil: *const ClearDepthStencilValue, in load()
Ddefinitions.rs7930 pub struct ClearDepthStencilValue { struct
7934 impl ClearDepthStencilValue { impl
7972 pub fn build(self) -> ClearDepthStencilValue { in build()
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp13820 struct ClearDepthStencilValue struct
13825 …VULKAN_HPP_CONSTEXPR ClearDepthStencilValue( float depth_ = {}, uint32_t stencil_ = {} ) VULKAN_HP… in ClearDepthStencilValue() function
13833 ClearDepthStencilValue( VkClearDepthStencilValue const & rhs ) VULKAN_HPP_NOEXCEPT in ClearDepthStencilValue() function
13843 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ClearDepthStencilValue const *>( &rhs ); in operator =()
13848 VULKAN_HPP_CONSTEXPR_14 ClearDepthStencilValue & setDepth( float depth_ ) VULKAN_HPP_NOEXCEPT in setDepth()
13854 …ULKAN_HPP_CONSTEXPR_14 ClearDepthStencilValue & setStencil( uint32_t stencil_ ) VULKAN_HPP_NOEXCEPT in setStencil()
13861 operator VkClearDepthStencilValue const &() const VULKAN_HPP_NOEXCEPT in operator VkClearDepthStencilValue const&()
13866 operator VkClearDepthStencilValue &() VULKAN_HPP_NOEXCEPT in operator VkClearDepthStencilValue&()
13877 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
13886 bool operator==( ClearDepthStencilValue const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp13590 struct ClearDepthStencilValue struct
13595 …VULKAN_HPP_CONSTEXPR ClearDepthStencilValue( float depth_ = {}, uint32_t stencil_ = {} ) VULKAN_HP… in ClearDepthStencilValue() function
13603 ClearDepthStencilValue( VkClearDepthStencilValue const & rhs ) VULKAN_HPP_NOEXCEPT in ClearDepthStencilValue() function
13613 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ClearDepthStencilValue const *>( &rhs ); in operator =()
13618 VULKAN_HPP_CONSTEXPR_14 ClearDepthStencilValue & setDepth( float depth_ ) VULKAN_HPP_NOEXCEPT in setDepth()
13624 …ULKAN_HPP_CONSTEXPR_14 ClearDepthStencilValue & setStencil( uint32_t stencil_ ) VULKAN_HPP_NOEXCEPT in setStencil()
13631 operator VkClearDepthStencilValue const &() const VULKAN_HPP_NOEXCEPT in operator VkClearDepthStencilValue const&()
13636 operator VkClearDepthStencilValue &() VULKAN_HPP_NOEXCEPT in operator VkClearDepthStencilValue&()
13647 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
13656 bool operator==( ClearDepthStencilValue const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp16325 struct ClearDepthStencilValue struct
16330 …VULKAN_HPP_CONSTEXPR ClearDepthStencilValue( float depth_ = {}, uint32_t stencil_ = {} ) VULKAN_HP… in ClearDepthStencilValue() function
16338 ClearDepthStencilValue( VkClearDepthStencilValue const & rhs ) VULKAN_HPP_NOEXCEPT in ClearDepthStencilValue() function
16348 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ClearDepthStencilValue const *>( &rhs ); in operator =()
16353 VULKAN_HPP_CONSTEXPR_14 ClearDepthStencilValue & setDepth( float depth_ ) VULKAN_HPP_NOEXCEPT in setDepth()
16359 …ULKAN_HPP_CONSTEXPR_14 ClearDepthStencilValue & setStencil( uint32_t stencil_ ) VULKAN_HPP_NOEXCEPT in setStencil()
16366 operator VkClearDepthStencilValue const &() const VULKAN_HPP_NOEXCEPT in operator VkClearDepthStencilValue const&()
16371 operator VkClearDepthStencilValue &() VULKAN_HPP_NOEXCEPT in operator VkClearDepthStencilValue&()
16376 operator VkClearDepthStencilValue const *() const VULKAN_HPP_NOEXCEPT in operator VkClearDepthStencilValue const*()
16381 operator VkClearDepthStencilValue *() VULKAN_HPP_NOEXCEPT in operator VkClearDepthStencilValue*()
[all …]