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/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp212 vk::DescriptorSetLayoutCreateInfo layoutInfo; in createGraphicsPipeline()