Home
last modified time | relevance | path

Searched refs:DescriptorSetLayoutCreateInfo (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp278 class DescriptorSetLayoutCreateInfo : public vk::VkDescriptorSetLayoutCreateInfo class
281DescriptorSetLayoutCreateInfo (deUint32 bindingCount, const vk::VkDescriptorSetLayoutBinding* pBin…
DvktDrawCreateInfoUtil.cpp624 DescriptorSetLayoutCreateInfo::DescriptorSetLayoutCreateInfo (deUint32 _bindingCount, const vk::VkD… in DescriptorSetLayoutCreateInfo() function in vkt::Draw::DescriptorSetLayoutCreateInfo
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp10559 struct DescriptorSetLayoutCreateInfo;
13664 …Result createDescriptorSetLayout( const DescriptorSetLayoutCreateInfo* pCreateInfo, const Allocati…
13667 …e<DescriptorSetLayout>::type createDescriptorSetLayout( const DescriptorSetLayoutCreateInfo & crea…
13670 …ayout,Dispatch>>::type createDescriptorSetLayoutUnique( const DescriptorSetLayoutCreateInfo & crea…
14478 …void getDescriptorSetLayoutSupport( const DescriptorSetLayoutCreateInfo* pCreateInfo, DescriptorSe…
14481 …DescriptorSetLayoutSupport getDescriptorSetLayoutSupport( const DescriptorSetLayoutCreateInfo & cr…
14483 …StructureChain<X, Y, Z...> getDescriptorSetLayoutSupport( const DescriptorSetLayoutCreateInfo & cr…
14487 …void getDescriptorSetLayoutSupportKHR( const DescriptorSetLayoutCreateInfo* pCreateInfo, Descripto…
14490 …iptorSetLayoutSupport getDescriptorSetLayoutSupportKHR( const DescriptorSetLayoutCreateInfo & crea…
14492 …tureChain<X, Y, Z...> getDescriptorSetLayoutSupportKHR( const DescriptorSetLayoutCreateInfo & crea…
[all …]