Home
last modified time | relevance | path

Searched refs:SamplerCreateInfo (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DDrawTester.hpp102 Resource<vk::Sampler> addSampler(const vk::SamplerCreateInfo &samplerCreateInfo) in addSampler()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp492 class SamplerCreateInfo : public vk::VkSamplerCreateInfo class
495 SamplerCreateInfo (vk::VkFilter magFilter = vk::VK_FILTER_NEAREST,
DvktDrawCreateInfoUtil.cpp1175 SamplerCreateInfo::SamplerCreateInfo (vk::VkFilter _magFilter, in SamplerCreateInfo() function in vkt::Draw::SamplerCreateInfo
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/
DTriangleBenchmarks.cpp249 vk::SamplerCreateInfo samplerInfo; in TriangleSampleTexture()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp67543 struct SamplerCreateInfo struct
67551 VULKAN_HPP_CONSTEXPR SamplerCreateInfo( in SamplerCreateInfo() argument
67586 …VULKAN_HPP_CONSTEXPR SamplerCreateInfo( SamplerCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT = defa…
67588 SamplerCreateInfo( VkSamplerCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in SamplerCreateInfo() function
67589 : SamplerCreateInfo( *reinterpret_cast<SamplerCreateInfo const *>( &rhs ) ) in SamplerCreateInfo()
67593 SamplerCreateInfo & operator=( SamplerCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT = default;
67595 SamplerCreateInfo & operator=( VkSamplerCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
67597 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SamplerCreateInfo const *>( &rhs ); in operator =() argument
67602 SamplerCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext() argument
67608SamplerCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::SamplerCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags() argument
[all …]
Dvulkan.hpp6869 struct StructExtends<SamplerYcbcrConversionInfo, SamplerCreateInfo>
7247 struct StructExtends<SamplerReductionModeCreateInfo, SamplerCreateInfo>
9947 struct StructExtends<SamplerCustomBorderColorCreateInfoEXT, SamplerCreateInfo>
10718 struct StructExtends<SamplerBorderColorComponentMappingCreateInfoEXT, SamplerCreateInfo>
Dvulkan_handles.hpp96 struct SamplerCreateInfo;
8472 createSampler( const VULKAN_HPP_NAMESPACE::SamplerCreateInfo * pCreateInfo,
8479 createSampler( const VULKAN_HPP_NAMESPACE::SamplerCreateInfo & createInfo,
8487 createSamplerUnique( const VULKAN_HPP_NAMESPACE::SamplerCreateInfo & createInfo,
Dvulkan_funcs.hpp3368 Device::createSampler( const VULKAN_HPP_NAMESPACE::SamplerCreateInfo * pCreateInfo, in createSampler()
3384 Device::createSampler( const VULKAN_HPP_NAMESPACE::SamplerCreateInfo & createInfo, in createSampler()
3403 … Device::createSamplerUnique( const VULKAN_HPP_NAMESPACE::SamplerCreateInfo & createInfo, in createSamplerUnique()
Dvulkan_raii.hpp7874 … VULKAN_HPP_NAMESPACE::SamplerCreateInfo const & createInfo, in Sampler()
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp69797 struct SamplerCreateInfo struct
69805 VULKAN_HPP_CONSTEXPR SamplerCreateInfo( in SamplerCreateInfo() function
69840 …VULKAN_HPP_CONSTEXPR SamplerCreateInfo( SamplerCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT = defa…
69842 SamplerCreateInfo( VkSamplerCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in SamplerCreateInfo() function
69843 : SamplerCreateInfo( *reinterpret_cast<SamplerCreateInfo const *>( &rhs ) ) in SamplerCreateInfo()
69847 SamplerCreateInfo & operator=( SamplerCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT = default;
69849 SamplerCreateInfo & operator=( VkSamplerCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
69851 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SamplerCreateInfo const *>( &rhs ); in operator =() argument
69856 VULKAN_HPP_CONSTEXPR_14 SamplerCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext() argument
69862 VULKAN_HPP_CONSTEXPR_14 SamplerCreateInfo &
[all …]
Dvulkan.hpp6766 struct StructExtends<SamplerYcbcrConversionInfo, SamplerCreateInfo>
7144 struct StructExtends<SamplerReductionModeCreateInfo, SamplerCreateInfo>
10126 struct StructExtends<SamplerCustomBorderColorCreateInfoEXT, SamplerCreateInfo>
10975 struct StructExtends<SamplerBorderColorComponentMappingCreateInfoEXT, SamplerCreateInfo>
Dvulkan_handles.hpp96 struct SamplerCreateInfo;
8523 createSampler( const VULKAN_HPP_NAMESPACE::SamplerCreateInfo * pCreateInfo,
8530 createSampler( const VULKAN_HPP_NAMESPACE::SamplerCreateInfo & createInfo,
8538 createSamplerUnique( const VULKAN_HPP_NAMESPACE::SamplerCreateInfo & createInfo,
Dvulkan_raii.hpp3256 VULKAN_HPP_NAMESPACE::SamplerCreateInfo const & createInfo,
8541 … VULKAN_HPP_NAMESPACE::SamplerCreateInfo const & createInfo, in Sampler()
10632 VULKAN_HPP_NAMESPACE::SamplerCreateInfo const & createInfo, in createSampler()
Dvulkan_funcs.hpp3404 Device::createSampler( const VULKAN_HPP_NAMESPACE::SamplerCreateInfo * pCreateInfo, in createSampler()
3420 Device::createSampler( const VULKAN_HPP_NAMESPACE::SamplerCreateInfo & createInfo, in createSampler()
3439 … Device::createSamplerUnique( const VULKAN_HPP_NAMESPACE::SamplerCreateInfo & createInfo, in createSamplerUnique()