• Home
  • Raw
  • Download

Lines Matching refs:ShaderModule

3346   class ShaderModule  class
3349 VULKAN_HPP_CONSTEXPR ShaderModule() in ShaderModule() function in VULKAN_HPP_NAMESPACE::ShaderModule
3353 VULKAN_HPP_CONSTEXPR ShaderModule( std::nullptr_t ) in ShaderModule() function in VULKAN_HPP_NAMESPACE::ShaderModule
3357 VULKAN_HPP_TYPESAFE_EXPLICIT ShaderModule( VkShaderModule shaderModule ) in ShaderModule() function in VULKAN_HPP_NAMESPACE::ShaderModule
3362 ShaderModule & operator=(VkShaderModule shaderModule) in operator =()
3369 ShaderModule & operator=( std::nullptr_t ) in operator =()
3375 bool operator==( ShaderModule const & rhs ) const in operator ==()
3380 bool operator!=(ShaderModule const & rhs ) const in operator !=()
3385 bool operator<(ShaderModule const & rhs ) const in operator <()
3411 …static_assert( sizeof( ShaderModule ) == sizeof( VkShaderModule ), "handle and wrapper have differ…
23052 ShaderModule module_ = ShaderModule(), in PipelineShaderStageCreateInfo()
23091 PipelineShaderStageCreateInfo& setModule( ShaderModule module_ ) in setModule()
23142 ShaderModule module;
39961 …template <typename Dispatch> class UniqueHandleTraits<ShaderModule,Dispatch> {public: using delete…
39962 using UniqueShaderModule = UniqueHandle<ShaderModule,DispatchLoaderStatic>;
40388 …ModuleCreateInfo* pCreateInfo, const AllocationCallbacks* pAllocator, ShaderModule* pShaderModule,…
40391 …ResultValueType<ShaderModule>::type createShaderModule( const ShaderModuleCreateInfo & createInfo,…
40394 …typename ResultValueType<UniqueHandle<ShaderModule,Dispatch>>::type createShaderModuleUnique( cons…
40399 …void destroyShaderModule( ShaderModule shaderModule, const AllocationCallbacks* pAllocator, Dispat…
40402 …void destroyShaderModule( ShaderModule shaderModule, Optional<const AllocationCallbacks> allocator…
40406 …void destroy( ShaderModule shaderModule, const AllocationCallbacks* pAllocator, Dispatch const &d …
40409 …void destroy( ShaderModule shaderModule, Optional<const AllocationCallbacks> allocator = nullptr, …
42326 …ModuleCreateInfo* pCreateInfo, const AllocationCallbacks* pAllocator, ShaderModule* pShaderModule,… in createShaderModule()
42332 …VULKAN_HPP_INLINE ResultValueType<ShaderModule>::type Device::createShaderModule( const ShaderModu… in createShaderModule()
42334 ShaderModule shaderModule; in createShaderModule()
42340 …VULKAN_HPP_INLINE typename ResultValueType<UniqueHandle<ShaderModule,Dispatch>>::type Device::crea… in createShaderModuleUnique()
42342 ShaderModule shaderModule; in createShaderModuleUnique()
42346 …return createResultValue<ShaderModule,Dispatch>( result, shaderModule, VULKAN_HPP_NAMESPACE_STRING… in createShaderModuleUnique()
42352 …VULKAN_HPP_INLINE void Device::destroyShaderModule( ShaderModule shaderModule, const AllocationCal… in destroyShaderModule()
42358 …VULKAN_HPP_INLINE void Device::destroyShaderModule( ShaderModule shaderModule, Optional<const Allo… in destroyShaderModule()
42365 …VULKAN_HPP_INLINE void Device::destroy( ShaderModule shaderModule, const AllocationCallbacks* pAll… in destroy()
42371 …VULKAN_HPP_INLINE void Device::destroy( ShaderModule shaderModule, Optional<const AllocationCallba… in destroy()