Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp877 … &constantBuffer.m_descriptorBufferInfo)); in AppendBuffer()
1476 memset(&m_descriptorBufferInfo, 0, sizeof(m_descriptorBufferInfo)); in VkConstantBufferObj()
1488 memset(&m_descriptorBufferInfo, 0, sizeof(m_descriptorBufferInfo)); in VkConstantBufferObj()
1507 this->m_descriptorBufferInfo.buffer = handle(); in VkConstantBufferObj()
1508 this->m_descriptorBufferInfo.offset = 0; in VkConstantBufferObj()
1509 this->m_descriptorBufferInfo.range = allocationSize; in VkConstantBufferObj()
Dvkrenderframework.h234 VkDescriptorBufferInfo m_descriptorBufferInfo; variable
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolPerformanceTests.cpp842 VkDescriptorBufferInfo m_descriptorBufferInfo; member in vkt::QueryPool::__anone618080e0111::ComputeQueryTestBase