Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkBuilderUtil.hpp125 , m_arrayElement (arrayElement) in Location()
132 const deUint32 m_arrayElement; member in vk::DescriptorSetUpdateBuilder::Location
165 …return write(destSet, destLocation.m_binding, destLocation.m_arrayElement, 1u, descriptorType, pIm… in writeSingle()
173 …return write(destSet, destLocation.m_binding, destLocation.m_arrayElement, 1u, descriptorType, DE_… in writeSingle()
181 …return write(destSet, destLocation.m_binding, destLocation.m_arrayElement, 1u, descriptorType, DE_… in writeSingle()
190 …return write(destSet, destLocation.m_binding, destLocation.m_arrayElement, numDescriptors, descrip… in writeArray()
199 …return write(destSet, destLocation.m_binding, destLocation.m_arrayElement, numDescriptors, descrip… in writeArray()
208 …return write(destSet, destLocation.m_binding, destLocation.m_arrayElement, numDescriptors, descrip… in writeArray()
216 …t, srcLocation.m_binding, srcLocation.m_arrayElement, destSet, destLocation.m_binding, destLocatio… in copySingle()
225 …t, srcLocation.m_binding, srcLocation.m_arrayElement, destSet, destLocation.m_binding, destLocatio… in copyArray()