Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp439 … &constantBuffer.m_descriptorBufferInfo)); in AppendBuffer()
892 memset(&m_descriptorBufferInfo, 0, sizeof(m_descriptorBufferInfo)); in VkConstantBufferObj()
914 memset(&m_descriptorBufferInfo, 0, sizeof(m_descriptorBufferInfo)); in VkConstantBufferObj()
936 this->m_descriptorBufferInfo.buffer = handle(); in VkConstantBufferObj()
937 this->m_descriptorBufferInfo.offset = 0; in VkConstantBufferObj()
938 this->m_descriptorBufferInfo.range = allocationSize; in VkConstantBufferObj()
1053 this->m_descriptorBufferInfo.buffer = handle(); in CreateAndInitBuffer()
1054 this->m_descriptorBufferInfo.offset = 0; in CreateAndInitBuffer()
1055 this->m_descriptorBufferInfo.range = allocationSize; in CreateAndInitBuffer()
Dvkrenderframework.h213 VkDescriptorBufferInfo m_descriptorBufferInfo; variable