Home
last modified time | relevance | path

Searched defs:CoarseSampleOrderCustomNV (Results 1 – 5 of 5) sorted by relevance

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp13705 struct CoarseSampleOrderCustomNV struct
13707 using NativeType = VkCoarseSampleOrderCustomNV;
13711CoarseSampleOrderCustomNV( VULKAN_HPP_NAMESPACE::ShadingRatePaletteEntryNV shadingRate_ = VULKAN_H… in CoarseSampleOrderCustomNV() argument
13724 CoarseSampleOrderCustomNV( VkCoarseSampleOrderCustomNV const & rhs ) VULKAN_HPP_NOEXCEPT in CoarseSampleOrderCustomNV() function
13730CoarseSampleOrderCustomNV( VULKAN_HPP_NAMESPACE::ShadingRatePaletteEntryNV … in CoarseSampleOrderCustomNV() function
13746 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CoarseSampleOrderCustomNV const *>( &rhs ); in operator =()
13751 … setShadingRate( VULKAN_HPP_NAMESPACE::ShadingRatePaletteEntryNV shadingRate_ ) VULKAN_HPP_NOEXCEPT in setShadingRate()
13757 …ONSTEXPR_14 CoarseSampleOrderCustomNV & setSampleCount( uint32_t sampleCount_ ) VULKAN_HPP_NOEXCEPT in setSampleCount()
13763 …seSampleOrderCustomNV & setSampleLocationCount( uint32_t sampleLocationCount_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationCount()
13770 …tions( const VULKAN_HPP_NAMESPACE::CoarseSampleLocationNV * pSampleLocations_ ) VULKAN_HPP_NOEXCEPT in setPSampleLocations()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp12484 struct CoarseSampleOrderCustomNV struct
12486 using NativeType = VkCoarseSampleOrderCustomNV;
12492 VULKAN_HPP_CONSTEXPR CoarseSampleOrderCustomNV(VULKAN_HPP_NAMESPACE::ShadingRatePaletteEntryNV shad… in CoarseSampleOrderCustomNV() function
12498 CoarseSampleOrderCustomNV( VkCoarseSampleOrderCustomNV const & rhs ) VULKAN_HPP_NOEXCEPT in CoarseSampleOrderCustomNV() function
12503CoarseSampleOrderCustomNV( VULKAN_HPP_NAMESPACE::ShadingRatePaletteEntryNV shadingRate_, uint32_t … in CoarseSampleOrderCustomNV() function
12514 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CoarseSampleOrderCustomNV const *>( &rhs ); in operator =()
12519 … setShadingRate( VULKAN_HPP_NAMESPACE::ShadingRatePaletteEntryNV shadingRate_ ) VULKAN_HPP_NOEXCEPT in setShadingRate()
12525 …ONSTEXPR_14 CoarseSampleOrderCustomNV & setSampleCount( uint32_t sampleCount_ ) VULKAN_HPP_NOEXCEPT in setSampleCount()
12531 …seSampleOrderCustomNV & setSampleLocationCount( uint32_t sampleLocationCount_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationCount()
12537 …tions( const VULKAN_HPP_NAMESPACE::CoarseSampleLocationNV * pSampleLocations_ ) VULKAN_HPP_NOEXCEPT in setPSampleLocations()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp13368 struct CoarseSampleOrderCustomNV struct
13370 using NativeType = VkCoarseSampleOrderCustomNV;
13374CoarseSampleOrderCustomNV( VULKAN_HPP_NAMESPACE::ShadingRatePaletteEntryNV shadingRate_ = VULKAN_H… in CoarseSampleOrderCustomNV() argument
13387 CoarseSampleOrderCustomNV( VkCoarseSampleOrderCustomNV const & rhs ) VULKAN_HPP_NOEXCEPT in CoarseSampleOrderCustomNV() function
13393CoarseSampleOrderCustomNV( VULKAN_HPP_NAMESPACE::ShadingRatePaletteEntryNV … in CoarseSampleOrderCustomNV() function
13409 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CoarseSampleOrderCustomNV const *>( &rhs ); in operator =()
13414 … setShadingRate( VULKAN_HPP_NAMESPACE::ShadingRatePaletteEntryNV shadingRate_ ) VULKAN_HPP_NOEXCEPT in setShadingRate()
13420 …ONSTEXPR_14 CoarseSampleOrderCustomNV & setSampleCount( uint32_t sampleCount_ ) VULKAN_HPP_NOEXCEPT in setSampleCount()
13426 …seSampleOrderCustomNV & setSampleLocationCount( uint32_t sampleLocationCount_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationCount()
13433 …tions( const VULKAN_HPP_NAMESPACE::CoarseSampleLocationNV * pSampleLocations_ ) VULKAN_HPP_NOEXCEPT in setPSampleLocations()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs30778 pub struct CoarseSampleOrderCustomNV { struct
30784 impl ::std::default::Default for CoarseSampleOrderCustomNV { argument
30794 impl CoarseSampleOrderCustomNV { implementation
30835 pub fn build(self) -> CoarseSampleOrderCustomNV { in build()
30899 custom_sample_orders: &'a [CoarseSampleOrderCustomNV], in custom_sample_orders()
Dextensions.rs13534 p_custom_sample_orders: *const CoarseSampleOrderCustomNV, constant
13598 _p_custom_sample_orders: *const CoarseSampleOrderCustomNV, in load()
13647 p_custom_sample_orders: *const CoarseSampleOrderCustomNV, in cmd_set_coarse_sample_order_nv()