Home
last modified time | relevance | path

Searched defs:Viewport (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/vulkano/src/pipeline/
Dviewport.rs126 pub struct Viewport { struct
143 impl From<Viewport> for ash::vk::Viewport { implementation
/external/deqp-deps/amber/src/
Dpipeline_data.h24 struct Viewport { struct
25 float x;
26 float y;
27 float w;
28 float h;
29 float mind;
30 float maxd;
/external/rust/crates/ash/src/extensions/ext/
Dextended_dynamic_state.rs62 viewports: &[vk::Viewport], in cmd_set_viewport_with_count()
/external/angle/src/tests/gles1_conformance_tests/
DCovglTests.cpp237 TEST_P(GLES1CovglTest, Viewport) in TEST_P() argument
/external/rust/crates/ash/src/
Ddevice.rs1370 viewports: &[vk::Viewport], in cmd_set_viewport()
/external/rust/crates/ash/src/vk/
Dfeatures.rs1164 p_viewports: *const Viewport, constant
2998 _p_viewports: *const Viewport, in load()
4572 p_viewports: *const Viewport, in cmd_set_viewport()
Ddefinitions.rs760 pub struct Viewport { struct
768 impl Viewport { argument
820 pub fn build(self) -> Viewport { in build()
Dextensions.rs19026 p_viewports: *const Viewport, constant
19153 _p_viewports: *const Viewport, in load()
19369 p_viewports: *const Viewport, in cmd_set_viewport_with_count_ext()
/external/mesa3d/src/mesa/main/
Ddd.h687 void (*Viewport)(struct gl_context *ctx); member
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp14881 struct Viewport struct
14887Viewport( float x_ = {}, float y_ = {}, float width_ = {}, float height_ = {}, float minDepth_ = {… in Viewport() function
14899Viewport( VkViewport const & rhs ) VULKAN_HPP_NOEXCEPT : Viewport( *reinterpret_cast<Viewport cons… in Viewport() function
14906 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::Viewport const *>( &rhs ); in operator =()
14911 VULKAN_HPP_CONSTEXPR_14 Viewport & setX( float x_ ) VULKAN_HPP_NOEXCEPT in setX()
14917 VULKAN_HPP_CONSTEXPR_14 Viewport & setY( float y_ ) VULKAN_HPP_NOEXCEPT in setY()
14923 VULKAN_HPP_CONSTEXPR_14 Viewport & setWidth( float width_ ) VULKAN_HPP_NOEXCEPT in setWidth()
14929 VULKAN_HPP_CONSTEXPR_14 Viewport & setHeight( float height_ ) VULKAN_HPP_NOEXCEPT in setHeight()
14935 VULKAN_HPP_CONSTEXPR_14 Viewport & setMinDepth( float minDepth_ ) VULKAN_HPP_NOEXCEPT in setMinDepth()
14941 VULKAN_HPP_CONSTEXPR_14 Viewport & setMaxDepth( float maxDepth_ ) VULKAN_HPP_NOEXCEPT in setMaxDepth()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp13580 struct Viewport struct
13588 VULKAN_HPP_CONSTEXPR Viewport(float x_ = {}, float y_ = {}, float width_ = {}, float height_ = {}, … in Viewport() function
13594 Viewport( VkViewport const & rhs ) VULKAN_HPP_NOEXCEPT in Viewport() function
13604 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::Viewport const *>( &rhs ); in operator =()
13609 VULKAN_HPP_CONSTEXPR_14 Viewport & setX( float x_ ) VULKAN_HPP_NOEXCEPT in setX()
13615 VULKAN_HPP_CONSTEXPR_14 Viewport & setY( float y_ ) VULKAN_HPP_NOEXCEPT in setY()
13621 VULKAN_HPP_CONSTEXPR_14 Viewport & setWidth( float width_ ) VULKAN_HPP_NOEXCEPT in setWidth()
13627 VULKAN_HPP_CONSTEXPR_14 Viewport & setHeight( float height_ ) VULKAN_HPP_NOEXCEPT in setHeight()
13633 VULKAN_HPP_CONSTEXPR_14 Viewport & setMinDepth( float minDepth_ ) VULKAN_HPP_NOEXCEPT in setMinDepth()
13639 VULKAN_HPP_CONSTEXPR_14 Viewport & setMaxDepth( float maxDepth_ ) VULKAN_HPP_NOEXCEPT in setMaxDepth()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp14544 struct Viewport struct
14550Viewport( float x_ = {}, float y_ = {}, float width_ = {}, float height_ = {}, float minDepth_ = {… in Viewport() function
14562Viewport( VkViewport const & rhs ) VULKAN_HPP_NOEXCEPT : Viewport( *reinterpret_cast<Viewport cons… in Viewport() function
14569 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::Viewport const *>( &rhs ); in operator =()
14574 VULKAN_HPP_CONSTEXPR_14 Viewport & setX( float x_ ) VULKAN_HPP_NOEXCEPT in setX()
14580 VULKAN_HPP_CONSTEXPR_14 Viewport & setY( float y_ ) VULKAN_HPP_NOEXCEPT in setY()
14586 VULKAN_HPP_CONSTEXPR_14 Viewport & setWidth( float width_ ) VULKAN_HPP_NOEXCEPT in setWidth()
14592 VULKAN_HPP_CONSTEXPR_14 Viewport & setHeight( float height_ ) VULKAN_HPP_NOEXCEPT in setHeight()
14598 VULKAN_HPP_CONSTEXPR_14 Viewport & setMinDepth( float minDepth_ ) VULKAN_HPP_NOEXCEPT in setMinDepth()
14604 VULKAN_HPP_CONSTEXPR_14 Viewport & setMaxDepth( float maxDepth_ ) VULKAN_HPP_NOEXCEPT in setMaxDepth()
[all …]