Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp296 class InputAttachmentDescriptor : public ImageDescriptor class
299InputAttachmentDescriptor (deUint32 arraySize = 1u, deUint32 writeStart = 0u, deUint32 elementsToW…
300 virtual ~InputAttachmentDescriptor (void);
442 deUint32 InputAttachmentDescriptor::s_nextAttachmentIndex = 0;
1130 InputAttachmentDescriptor::InputAttachmentDescriptor (deUint32 arraySize, in InputAttachmentDescriptor() function in vkt::BindingModel::__anone49c327d0111::InputAttachmentDescriptor
1143 InputAttachmentDescriptor::~InputAttachmentDescriptor (void) in ~InputAttachmentDescriptor()
1147 string InputAttachmentDescriptor::getShaderDeclaration (void) const in getShaderDeclaration()
1152 string InputAttachmentDescriptor::getShaderVerifyCode (void) const in getShaderVerifyCode()
1165 void InputAttachmentDescriptor::copyValue (const Descriptor& src, in copyValue()
1174 …m_attachmentIndices[elementIdx + dstElement] = reinterpret_cast<const InputAttachmentDescriptor&>(… in copyValue()
[all …]