Searched refs:addIndexedBinding (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkBuilderUtil.hpp | 44 DescriptorSetLayoutBuilder& addIndexedBinding (VkDescriptorType descriptorType, 63 return addIndexedBinding(descriptorType, 1u, stageFlags, dstBinding, (VkSampler*)DE_NULL); in addSingleIndexedBinding() 86 return addIndexedBinding(descriptorType, 1u, stageFlags, dstBinding, immutableSampler); in addSingleIndexedSamplerBinding()
|
D | vkBuilderUtil.cpp | 69 DescriptorSetLayoutBuilder& DescriptorSetLayoutBuilder::addIndexedBinding (VkDescriptorType descri… in addIndexedBinding() function in vk::DescriptorSetLayoutBuilder
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsTestsUtils.cpp | 1987 …layoutBuilder.addIndexedBinding(inputBuffers[ndx]->getType(), 1, stagesVector[ndx], getResultBindi… in allStages() 2006 layoutBuilder.addIndexedBinding(inputBuffers[ndx]->getType(), 1, in allStages()
|