Home
last modified time | relevance | path

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

/external/rust/crates/ash/src/
Ddevice.rs1086 clear_depth_stencil_value: &vk::ClearDepthStencilValue, in cmd_clear_depth_stencil_image()
/external/rust/crates/ash/src/vk/
Dfeatures.rs1356 p_depth_stencil: *const ClearDepthStencilValue, constant
3507 _p_depth_stencil: *const ClearDepthStencilValue, in load()
4922 p_depth_stencil: *const ClearDepthStencilValue, in cmd_clear_depth_stencil_image()
Ddefinitions.rs7109 pub struct ClearDepthStencilValue { struct
7113 impl ClearDepthStencilValue { implementation
7149 pub fn build(self) -> ClearDepthStencilValue { in build()
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp13316 struct ClearDepthStencilValue struct
13321 …VULKAN_HPP_CONSTEXPR ClearDepthStencilValue( float depth_ = {}, uint32_t stencil_ = {} ) VULKAN_HP… in ClearDepthStencilValue() function
13329 ClearDepthStencilValue( VkClearDepthStencilValue const & rhs ) VULKAN_HPP_NOEXCEPT in ClearDepthStencilValue() function
13339 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ClearDepthStencilValue const *>( &rhs ); in operator =()
13344 VULKAN_HPP_CONSTEXPR_14 ClearDepthStencilValue & setDepth( float depth_ ) VULKAN_HPP_NOEXCEPT in setDepth()
13350 …ULKAN_HPP_CONSTEXPR_14 ClearDepthStencilValue & setStencil( uint32_t stencil_ ) VULKAN_HPP_NOEXCEPT in setStencil()
13357 explicit operator VkClearDepthStencilValue const &() const VULKAN_HPP_NOEXCEPT in operator VkClearDepthStencilValue const&()
13362 explicit operator VkClearDepthStencilValue &() VULKAN_HPP_NOEXCEPT in operator VkClearDepthStencilValue&()
13373 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
13382 bool operator==( ClearDepthStencilValue const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp12068 struct ClearDepthStencilValue struct
12076 VULKAN_HPP_CONSTEXPR ClearDepthStencilValue(float depth_ = {}, uint32_t stencil_ = {}) VULKAN_HPP_N… in ClearDepthStencilValue() function
12082 ClearDepthStencilValue( VkClearDepthStencilValue const & rhs ) VULKAN_HPP_NOEXCEPT in ClearDepthStencilValue() function
12092 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ClearDepthStencilValue const *>( &rhs ); in operator =()
12097 VULKAN_HPP_CONSTEXPR_14 ClearDepthStencilValue & setDepth( float depth_ ) VULKAN_HPP_NOEXCEPT in setDepth()
12103 …ULKAN_HPP_CONSTEXPR_14 ClearDepthStencilValue & setStencil( uint32_t stencil_ ) VULKAN_HPP_NOEXCEPT in setStencil()
12111 operator VkClearDepthStencilValue const &() const VULKAN_HPP_NOEXCEPT in operator VkClearDepthStencilValue const&()
12116 operator VkClearDepthStencilValue &() VULKAN_HPP_NOEXCEPT in operator VkClearDepthStencilValue&()
12127 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
12137 bool operator==( ClearDepthStencilValue const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp12979 struct ClearDepthStencilValue struct
12984 …VULKAN_HPP_CONSTEXPR ClearDepthStencilValue( float depth_ = {}, uint32_t stencil_ = {} ) VULKAN_HP… in ClearDepthStencilValue() function
12992 ClearDepthStencilValue( VkClearDepthStencilValue const & rhs ) VULKAN_HPP_NOEXCEPT in ClearDepthStencilValue() function
13002 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ClearDepthStencilValue const *>( &rhs ); in operator =()
13007 VULKAN_HPP_CONSTEXPR_14 ClearDepthStencilValue & setDepth( float depth_ ) VULKAN_HPP_NOEXCEPT in setDepth()
13013 …ULKAN_HPP_CONSTEXPR_14 ClearDepthStencilValue & setStencil( uint32_t stencil_ ) VULKAN_HPP_NOEXCEPT in setStencil()
13020 operator VkClearDepthStencilValue const &() const VULKAN_HPP_NOEXCEPT in operator VkClearDepthStencilValue const&()
13025 operator VkClearDepthStencilValue &() VULKAN_HPP_NOEXCEPT in operator VkClearDepthStencilValue&()
13036 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
13045 bool operator==( ClearDepthStencilValue const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
[all …]