Home
last modified time | relevance | path

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

/external/swiftshader/tests/VulkanWrapper/
DUtil.hpp25 uint32_t getMemoryTypeIndex(vk::PhysicalDevice physicalDevice, uint32_t typeBits, vk::MemoryPropert…
DImage.cpp38 …allocateInfo.memoryTypeIndex = Util::getMemoryTypeIndex(physicalDevice, memoryRequirements.memoryT… in Image()
DUtil.cpp21 uint32_t getMemoryTypeIndex(vk::PhysicalDevice physicalDevice, uint32_t typeBits, vk::MemoryPropert… in getMemoryTypeIndex() function
DDrawTester.cpp420 …memoryAllocateInfo.memoryTypeIndex = Util::getMemoryTypeIndex(physicalDevice, memoryRequirements.m… in addVertexBuffer()
/external/swiftshader/src/Vulkan/
DVkDeviceMemory.hpp50 uint32_t getMemoryTypeIndex() const { return memoryTypeIndex; } in getMemoryTypeIndex() function in vk::DeviceMemory
DlibVulkan.cpp1301 uint32_t typeIndex = memory->getMemoryTypeIndex(); in vkGetDeviceMemoryCommitment()
/external/swiftshader/tests/VulkanBenchmarks/
DClearImageBenchmarks.cpp46 …allocateInfo.memoryTypeIndex = Util::getMemoryTypeIndex(physicalDevice, memoryRequirements.memoryT… in initialize()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp758 deUint32 getMemoryTypeIndex (void) const { return m_memoryTypeIndex; } in getMemoryTypeIndex() function in vkt::memory::__anon58c89e6c0111::Memory