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/swiftshader/include/vulkan/
Dvulkan_structs.hpp13690 struct Viewport struct
13696Viewport(float x_ = {}, float y_ = {}, float width_ = {}, float height_ = {}, float minDepth_ = {}… in Viewport() function
13708Viewport(VkViewport const &rhs) VULKAN_HPP_NOEXCEPT : Viewport(*reinterpret_cast<Viewport const *>… in Viewport() function
13715 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::Viewport const *>(&rhs); in operator =()
13720 VULKAN_HPP_CONSTEXPR_14 Viewport &setX(float x_) VULKAN_HPP_NOEXCEPT in setX()
13726 VULKAN_HPP_CONSTEXPR_14 Viewport &setY(float y_) VULKAN_HPP_NOEXCEPT in setY()
13732 VULKAN_HPP_CONSTEXPR_14 Viewport &setWidth(float width_) VULKAN_HPP_NOEXCEPT in setWidth()
13738 VULKAN_HPP_CONSTEXPR_14 Viewport &setHeight(float height_) VULKAN_HPP_NOEXCEPT in setHeight()
13744 VULKAN_HPP_CONSTEXPR_14 Viewport &setMinDepth(float minDepth_) VULKAN_HPP_NOEXCEPT in setMinDepth()
13750 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.hpp13653 struct Viewport struct
13659Viewport( float x_ = {}, float y_ = {}, float width_ = {}, float height_ = {}, float minDepth_ = {… in Viewport() function
13671Viewport( VkViewport const & rhs ) VULKAN_HPP_NOEXCEPT : Viewport( *reinterpret_cast<Viewport cons… in Viewport() function
13678 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::Viewport const *>( &rhs ); in operator =()
13683 VULKAN_HPP_CONSTEXPR_14 Viewport & setX( float x_ ) VULKAN_HPP_NOEXCEPT in setX()
13689 VULKAN_HPP_CONSTEXPR_14 Viewport & setY( float y_ ) VULKAN_HPP_NOEXCEPT in setY()
13695 VULKAN_HPP_CONSTEXPR_14 Viewport & setWidth( float width_ ) VULKAN_HPP_NOEXCEPT in setWidth()
13701 VULKAN_HPP_CONSTEXPR_14 Viewport & setHeight( float height_ ) VULKAN_HPP_NOEXCEPT in setHeight()
13707 VULKAN_HPP_CONSTEXPR_14 Viewport & setMinDepth( float minDepth_ ) VULKAN_HPP_NOEXCEPT in setMinDepth()
13713 VULKAN_HPP_CONSTEXPR_14 Viewport & setMaxDepth( float maxDepth_ ) VULKAN_HPP_NOEXCEPT in setMaxDepth()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp14310 struct Viewport struct
14312 using NativeType = VkViewport;
14315 VULKAN_HPP_CONSTEXPR Viewport( float x_ = {}, in Viewport() function
14331Viewport( VkViewport const & rhs ) VULKAN_HPP_NOEXCEPT : Viewport( *reinterpret_cast<Viewport cons… in Viewport() function
14338 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::Viewport const *>( &rhs ); in operator =()
14343 VULKAN_HPP_CONSTEXPR_14 Viewport & setX( float x_ ) VULKAN_HPP_NOEXCEPT in setX()
14349 VULKAN_HPP_CONSTEXPR_14 Viewport & setY( float y_ ) VULKAN_HPP_NOEXCEPT in setY()
14355 VULKAN_HPP_CONSTEXPR_14 Viewport & setWidth( float width_ ) VULKAN_HPP_NOEXCEPT in setWidth()
14361 VULKAN_HPP_CONSTEXPR_14 Viewport & setHeight( float height_ ) VULKAN_HPP_NOEXCEPT in setHeight()
14367 VULKAN_HPP_CONSTEXPR_14 Viewport & setMinDepth( float minDepth_ ) VULKAN_HPP_NOEXCEPT in setMinDepth()
[all …]