Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/ADT/
DSCCIteratorTest.cpp33 unsigned DescriptorCopy = GraphDescriptor; in TEST() local
41 if (DescriptorCopy & 1) in TEST()
43 DescriptorCopy >>= 1; in TEST()
/external/llvm/unittests/ADT/
DSCCIteratorTest.cpp259 unsigned DescriptorCopy = GraphDescriptor; in TEST() local
267 if (DescriptorCopy & 1) in TEST()
269 DescriptorCopy >>= 1; in TEST()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp67 struct DescriptorCopy struct
410 vector<DescriptorCopy> m_descriptorCopies;
1438DescriptorCopy descriptorCopy = { srcSet, srcBinding, srcArrayElement, dstSet, dstBinding, dstArra… in copyDescriptor()
1892 const DescriptorCopy indices = m_descriptorCopies[copyIdx]; in run()