Lines Matching refs:ShaderModule
13124 class ShaderModule class
13127 VULKAN_HPP_CONSTEXPR ShaderModule() in ShaderModule() function in VULKAN_HPP_NAMESPACE::ShaderModule
13131 VULKAN_HPP_CONSTEXPR ShaderModule( std::nullptr_t ) in ShaderModule() function in VULKAN_HPP_NAMESPACE::ShaderModule
13135 VULKAN_HPP_TYPESAFE_EXPLICIT ShaderModule( VkShaderModule shaderModule ) in ShaderModule() function in VULKAN_HPP_NAMESPACE::ShaderModule
13140 ShaderModule & operator=(VkShaderModule shaderModule) in operator =()
13147 ShaderModule & operator=( std::nullptr_t ) in operator =()
13153 bool operator==( ShaderModule const & rhs ) const in operator ==()
13158 bool operator!=(ShaderModule const & rhs ) const in operator !=()
13163 bool operator<(ShaderModule const & rhs ) const in operator <()
13186 …static_assert( sizeof( ShaderModule ) == sizeof( VkShaderModule ), "handle and wrapper have differ…
13423 …template <typename Dispatch> class UniqueHandleTraits<ShaderModule, Dispatch> { public: using dele…
13424 using UniqueShaderModule = UniqueHandle<ShaderModule, DispatchLoaderStatic>;
13911 …ModuleCreateInfo* pCreateInfo, const AllocationCallbacks* pAllocator, ShaderModule* pShaderModule,…
13914 …ResultValueType<ShaderModule>::type createShaderModule( const ShaderModuleCreateInfo & createInfo,…
13917 …typename ResultValueType<UniqueHandle<ShaderModule,Dispatch>>::type createShaderModuleUnique( cons…
14306 …void destroyShaderModule( ShaderModule shaderModule, const AllocationCallbacks* pAllocator, Dispat…
14309 …void destroyShaderModule( ShaderModule shaderModule, Optional<const AllocationCallbacks> allocator…
14313 …void destroy( ShaderModule shaderModule, const AllocationCallbacks* pAllocator, Dispatch const &d …
14316 …void destroy( ShaderModule shaderModule, Optional<const AllocationCallbacks> allocator = nullptr, …
21478 ShaderModule module_ = ShaderModule(), in PipelineShaderStageCreateInfo()
21517 PipelineShaderStageCreateInfo & setModule( ShaderModule module_ ) in setModule()
21568 ShaderModule module;
49437 …ModuleCreateInfo* pCreateInfo, const AllocationCallbacks* pAllocator, ShaderModule* pShaderModule,… in createShaderModule()
49443 …VULKAN_HPP_INLINE ResultValueType<ShaderModule>::type Device::createShaderModule( const ShaderModu… in createShaderModule()
49445 ShaderModule shaderModule; in createShaderModule()
49451 …VULKAN_HPP_INLINE typename ResultValueType<UniqueHandle<ShaderModule,Dispatch>>::type Device::crea… in createShaderModuleUnique()
49453 ShaderModule shaderModule; in createShaderModuleUnique()
49457 …return createResultValue<ShaderModule,Dispatch>( result, shaderModule, VULKAN_HPP_NAMESPACE_STRING… in createShaderModuleUnique()
50228 …VULKAN_HPP_INLINE void Device::destroyShaderModule( ShaderModule shaderModule, const AllocationCal… in destroyShaderModule()
50234 …VULKAN_HPP_INLINE void Device::destroyShaderModule( ShaderModule shaderModule, Optional<const Allo… in destroyShaderModule()
50241 …VULKAN_HPP_INLINE void Device::destroy( ShaderModule shaderModule, const AllocationCallbacks* pAll… in destroy()
50247 …VULKAN_HPP_INLINE void Device::destroy( ShaderModule shaderModule, Optional<const AllocationCallba… in destroy()