Lines Matching defs:sampler
3251 VULKAN_HPP_NAMESPACE::Sampler sampler;
3256 reinterpret_cast<VkSampler *>( &sampler ) ) );
3259 return createResultValueType( result, sampler );
3269 VULKAN_HPP_NAMESPACE::Sampler sampler;
3274 reinterpret_cast<VkSampler *>( &sampler ) ) );
3278 UniqueHandle<VULKAN_HPP_NAMESPACE::Sampler, Dispatch>( sampler, ObjectDestroy<Device, Dispatch>( *this, allocator, d ) ) );
3284 VULKAN_HPP_INLINE void Device::destroySampler( VULKAN_HPP_NAMESPACE::Sampler sampler,
3289 d.vkDestroySampler( m_device, static_cast<VkSampler>( sampler ), reinterpret_cast<const VkAllocationCallbacks *>( pAllocator ) );
3294 VULKAN_HPP_INLINE void Device::destroySampler( VULKAN_HPP_NAMESPACE::Sampler sampler,
3301 static_cast<VkSampler>( sampler ),
3307 VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::Sampler sampler,
3312 d.vkDestroySampler( m_device, static_cast<VkSampler>( sampler ), reinterpret_cast<const VkAllocationCallbacks *>( pAllocator ) );
3317 VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::Sampler sampler,
3324 static_cast<VkSampler>( sampler ),