Searched defs:Extent2D (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/src/Vulkan/ |
D | VkStructConversion.hpp | 353 struct Extent2D : VkExtent2D struct 355 Extent2D(const VkExtent3D &extent3D) in Extent2D() function
|
/external/rust/crates/vulkano/src/image/ |
D | mod.rs | 240 impl TryFrom<Extent> for ash::vk::Extent2D { implementation
|
/external/rust/crates/ash/src/ |
D | device.rs | 2074 pub unsafe fn get_render_area_granularity(&self, render_pass: vk::RenderPass) -> vk::Extent2D { in get_render_area_granularity()
|
/external/rust/crates/ash/src/vk/ |
D | features.rs | 2823 _p_granularity: *mut Extent2D, in load() 4481 p_granularity: *mut Extent2D, in get_render_area_granularity()
|
D | definitions.rs | 661 pub struct Extent2D { struct 665 impl Extent2D { implementation 701 pub fn build(self) -> Extent2D { in build() 22737 max_sample_location_grid_size: Extent2D, in max_sample_location_grid_size() 22808 max_sample_location_grid_size: Extent2D, in max_sample_location_grid_size() 33614 min_fragment_density_texel_size: Extent2D, in min_fragment_density_texel_size() 33621 max_fragment_density_texel_size: Extent2D, in max_fragment_density_texel_size() 44351 shading_rate_attachment_texel_size: Extent2D, in shading_rate_attachment_texel_size() 44586 min_fragment_shading_rate_attachment_texel_size: Extent2D, in min_fragment_shading_rate_attachment_texel_size() 44594 max_fragment_shading_rate_attachment_texel_size: Extent2D, in max_fragment_shading_rate_attachment_texel_size() [all …]
|
D | extensions.rs | 17270 p_fragment_size: *const Extent2D, constant 17311 _p_fragment_size: *const Extent2D, in load() 17348 p_fragment_size: *const Extent2D, in cmd_set_fragment_shading_rate_khr() 24016 _p_max_workgroup_size: *mut Extent2D, in load() 24058 p_max_workgroup_size: *mut Extent2D, in get_device_subpass_shading_max_workgroup_size_huawei()
|
/external/swiftshader/include/vulkan/ |
D | vulkan_structs.hpp | 5833 struct Extent2D struct 5838 VULKAN_HPP_CONSTEXPR Extent2D(uint32_t width_ = {}, uint32_t height_ = {}) VULKAN_HPP_NOEXCEPT in Extent2D() function 5846 …Extent2D(VkExtent2D const &rhs) VULKAN_HPP_NOEXCEPT : Extent2D(*reinterpret_cast<Extent2D const *>… in Extent2D() function 5853 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::Extent2D const *>(&rhs); in operator =() 5858 VULKAN_HPP_CONSTEXPR_14 Extent2D &setWidth(uint32_t width_) VULKAN_HPP_NOEXCEPT in setWidth() 5864 VULKAN_HPP_CONSTEXPR_14 Extent2D &setHeight(uint32_t height_) VULKAN_HPP_NOEXCEPT in setHeight() 5871 explicit operator VkExtent2D const &() const VULKAN_HPP_NOEXCEPT in operator VkExtent2D const&() 5876 explicit operator VkExtent2D &() VULKAN_HPP_NOEXCEPT in operator VkExtent2D&() 5887 reflect() const VULKAN_HPP_NOEXCEPT in reflect() 5915 VULKAN_HPP_STATIC_ASSERT(sizeof(VULKAN_HPP_NAMESPACE::Extent2D) == sizeof(VkExtent2D), "struct and …
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_structs.hpp | 5823 struct Extent2D struct 5828 VULKAN_HPP_CONSTEXPR Extent2D( uint32_t width_ = {}, uint32_t height_ = {} ) VULKAN_HPP_NOEXCEPT in Extent2D() function 5836 …Extent2D( VkExtent2D const & rhs ) VULKAN_HPP_NOEXCEPT : Extent2D( *reinterpret_cast<Extent2D cons… in Extent2D() function 5843 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::Extent2D const *>( &rhs ); in operator =() 5848 VULKAN_HPP_CONSTEXPR_14 Extent2D & setWidth( uint32_t width_ ) VULKAN_HPP_NOEXCEPT in setWidth() 5854 VULKAN_HPP_CONSTEXPR_14 Extent2D & setHeight( uint32_t height_ ) VULKAN_HPP_NOEXCEPT in setHeight() 5861 explicit operator VkExtent2D const &() const VULKAN_HPP_NOEXCEPT in operator VkExtent2D const&() 5866 explicit operator VkExtent2D &() VULKAN_HPP_NOEXCEPT in operator VkExtent2D&() 5877 reflect() const VULKAN_HPP_NOEXCEPT in reflect() 5905 …VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::Extent2D ) == sizeof( VkExtent2D ), "struc…
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 6134 struct Extent2D struct 6139 VULKAN_HPP_CONSTEXPR Extent2D( uint32_t width_ = {}, uint32_t height_ = {} ) VULKAN_HPP_NOEXCEPT in Extent2D() function 6146 …Extent2D( VkExtent2D const & rhs ) VULKAN_HPP_NOEXCEPT : Extent2D( *reinterpret_cast<Extent2D cons… in Extent2D() function 6153 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::Extent2D const *>( &rhs ); in operator =() 6158 VULKAN_HPP_CONSTEXPR_14 Extent2D & setWidth( uint32_t width_ ) VULKAN_HPP_NOEXCEPT in setWidth() 6164 VULKAN_HPP_CONSTEXPR_14 Extent2D & setHeight( uint32_t height_ ) VULKAN_HPP_NOEXCEPT in setHeight() 6171 explicit operator VkExtent2D const &() const VULKAN_HPP_NOEXCEPT in operator VkExtent2D const&() 6176 explicit operator VkExtent2D &() VULKAN_HPP_NOEXCEPT in operator VkExtent2D&() 6187 reflect() const VULKAN_HPP_NOEXCEPT in reflect() 6215 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::Extent2D ) == sizeof( VkExtent2D ),
|