Searched refs:dstElement (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorCopyTests.cpp | 104 …virtual void copyValue (const Descriptor& src, deUint32 srcElement, deUint32 dstElement, … 306 …void copyValue (const Descriptor& src, deUint32 srcElement, deUint32 dstElement, deUint3… 480 deUint32 dstElement, in copyValue() argument 488 …m_data[elementIdx + dstElement].data[dynamicAreaIdx] = src.m_data[elementIdx + srcElement].data[dy… in copyValue() 490 m_data[elementIdx + dstElement].copiedInto = true; in copyValue() 1167 deUint32 dstElement, in copyValue() argument 1170 Descriptor::copyValue(src, srcElement, dstElement, numElements); in copyValue() 1174 …m_attachmentIndices[elementIdx + dstElement] = reinterpret_cast<const InputAttachmentDescriptor&>(… in copyValue()
|