/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.hpp | 102 Resource<vk::Sampler> addSampler(const vk::SamplerCreateInfo &samplerCreateInfo) in addSampler()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 492 class SamplerCreateInfo : public vk::VkSamplerCreateInfo class 495 SamplerCreateInfo (vk::VkFilter magFilter = vk::VK_FILTER_NEAREST,
|
D | vktDrawCreateInfoUtil.cpp | 1175 SamplerCreateInfo::SamplerCreateInfo (vk::VkFilter _magFilter, in SamplerCreateInfo() function in vkt::Draw::SamplerCreateInfo
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ |
D | TriangleBenchmarks.cpp | 249 vk::SamplerCreateInfo samplerInfo; in TriangleSampleTexture()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_structs.hpp | 67543 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 67608 …SamplerCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::SamplerCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags() argument [all …]
|
D | vulkan.hpp | 6869 struct StructExtends<SamplerYcbcrConversionInfo, SamplerCreateInfo> 7247 struct StructExtends<SamplerReductionModeCreateInfo, SamplerCreateInfo> 9947 struct StructExtends<SamplerCustomBorderColorCreateInfoEXT, SamplerCreateInfo> 10718 struct StructExtends<SamplerBorderColorComponentMappingCreateInfoEXT, SamplerCreateInfo>
|
D | vulkan_handles.hpp | 96 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,
|
D | vulkan_funcs.hpp | 3368 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()
|
D | vulkan_raii.hpp | 7874 … VULKAN_HPP_NAMESPACE::SamplerCreateInfo const & createInfo, in Sampler()
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 69797 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 …]
|
D | vulkan.hpp | 6766 struct StructExtends<SamplerYcbcrConversionInfo, SamplerCreateInfo> 7144 struct StructExtends<SamplerReductionModeCreateInfo, SamplerCreateInfo> 10126 struct StructExtends<SamplerCustomBorderColorCreateInfoEXT, SamplerCreateInfo> 10975 struct StructExtends<SamplerBorderColorComponentMappingCreateInfoEXT, SamplerCreateInfo>
|
D | vulkan_handles.hpp | 96 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,
|
D | vulkan_raii.hpp | 3256 VULKAN_HPP_NAMESPACE::SamplerCreateInfo const & createInfo, 8541 … VULKAN_HPP_NAMESPACE::SamplerCreateInfo const & createInfo, in Sampler() 10632 VULKAN_HPP_NAMESPACE::SamplerCreateInfo const & createInfo, in createSampler()
|
D | vulkan_funcs.hpp | 3404 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()
|