HomeSort by relevance Sort by last modified time
    Searched full:m_memorytypeindex (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryAllocationTests.cpp 226 , m_memoryTypeIndex (0)
236 deUint32 m_memoryTypeIndex;
248 if (m_memoryTypeIndex == 0)
265 const VkMemoryType memoryType = m_memoryProperties.memoryTypes[m_memoryTypeIndex];
271 log << TestLog::Message << "Memory type index: " << m_memoryTypeIndex << TestLog::EndMessage;
315 m_memoryTypeIndex // memoryTypeIndex;
353 m_memoryTypeIndex // memoryTypeIndex;
388 m_memoryTypeIndex++;
390 if (m_memoryTypeIndex < m_memoryProperties.memoryTypeCount)
vktMemoryMappingTests.cpp 901 const deUint32 m_memoryTypeIndex;
922 , m_memoryTypeIndex (memoryTypeIndex)
930 m_memory = allocMemory(m_vkd, m_device, m_size, m_memoryTypeIndex);
    [all...]
vktMemoryPipelineBarrierTests.cpp 789 deUint32 getMemoryTypeIndex (void) const { return m_memoryTypeIndex; }
794 const deUint32 m_memoryTypeIndex;
977 , m_memoryTypeIndex (memoryTypeIndex)
    [all...]

Completed in 271 milliseconds