Searched refs:getMemoryTypeIndex (Results 1 – 8 of 8) sorted by relevance
25 uint32_t getMemoryTypeIndex(vk::PhysicalDevice physicalDevice, uint32_t typeBits, vk::MemoryPropert…
38 …allocateInfo.memoryTypeIndex = Util::getMemoryTypeIndex(physicalDevice, memoryRequirements.memoryT… in Image()
21 uint32_t getMemoryTypeIndex(vk::PhysicalDevice physicalDevice, uint32_t typeBits, vk::MemoryPropert… in getMemoryTypeIndex() function
420 …memoryAllocateInfo.memoryTypeIndex = Util::getMemoryTypeIndex(physicalDevice, memoryRequirements.m… in addVertexBuffer()
50 uint32_t getMemoryTypeIndex() const { return memoryTypeIndex; } in getMemoryTypeIndex() function in vk::DeviceMemory
1301 uint32_t typeIndex = memory->getMemoryTypeIndex(); in vkGetDeviceMemoryCommitment()
46 …allocateInfo.memoryTypeIndex = Util::getMemoryTypeIndex(physicalDevice, memoryRequirements.memoryT… in initialize()
758 deUint32 getMemoryTypeIndex (void) const { return m_memoryTypeIndex; } in getMemoryTypeIndex() function in vkt::memory::__anon58c89e6c0111::Memory