Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkBuilderUtil.hpp44 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()
DvkBuilderUtil.cpp69 DescriptorSetLayoutBuilder& DescriptorSetLayoutBuilder::addIndexedBinding (VkDescriptorType descri… in addIndexedBinding() function in vk::DescriptorSetLayoutBuilder
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp1987 …layoutBuilder.addIndexedBinding(inputBuffers[ndx]->getType(), 1, stagesVector[ndx], getResultBindi… in allStages()
2006 layoutBuilder.addIndexedBinding(inputBuffers[ndx]->getType(), 1, in allStages()