Searched defs:PipelineLayout (Results 1 – 6 of 6) sorted by relevance
23 class PipelineLayout : public Object<PipelineLayout, VkPipelineLayout> class
20 PipelineLayout::PipelineLayout(const VkPipelineLayoutCreateInfo* pCreateInfo, void* mem) in PipelineLayout() function in vk::PipelineLayout
73 class PipelineLayout; variable589 PipelineLayout() NOEXCEPT : NonDispHandle(){}; in PipelineLayout() function593 PipelineLayout(PipelineLayout &&src) : NonDispHandle(std::move(src)){}; in PipelineLayout() function
668 NON_DISPATCHABLE_HANDLE_DTOR(PipelineLayout, vkDestroyPipelineLayout) in NON_DISPATCHABLE_HANDLE_DTOR() argument
1488 struct PipelineLayout struct1490 typedef VkPipelineLayout Type;1492 struct Parameters1512 struct Resources1532 static deUint32 getMaxConcurrent (Context& context, const Parameters& params) in getMaxConcurrent()1537 …e<VkPipelineLayout> create (const Environment& env, const Resources& res, const Parameters& params) in create()
11324 class PipelineLayout class11327 VULKAN_HPP_CONSTEXPR PipelineLayout() in PipelineLayout() function in VULKAN_HPP_NAMESPACE::PipelineLayout11331 VULKAN_HPP_CONSTEXPR PipelineLayout( std::nullptr_t ) in PipelineLayout() function in VULKAN_HPP_NAMESPACE::PipelineLayout11335 VULKAN_HPP_TYPESAFE_EXPLICIT PipelineLayout( VkPipelineLayout pipelineLayout ) in PipelineLayout() function in VULKAN_HPP_NAMESPACE::PipelineLayout