Searched refs:memoryTypeIndex (Results 1 – 8 of 8) sorted by relevance
419 uint32_t memoryTypeIndex = 0; in CreatePoolForBuffers() local423 &memoryTypeIndex)); // pMemoryTypeIndex in CreatePoolForBuffers()429 poolCreateInfo.memoryTypeIndex = memoryTypeIndex; in CreatePoolForBuffers()471 uint32_t memoryTypeIndex = 0; in CreatePoolForImages() local475 &memoryTypeIndex)); // pMemoryTypeIndex in CreatePoolForImages()481 poolCreateInfo.memoryTypeIndex = memoryTypeIndex; in CreatePoolForImages()
50 const uint32_t memoryTypeIndex = in CreateHwPlatformImage() local57 memoryTypeIndex, // memoryTypeIndex in CreateHwPlatformImage()
105 const uint32_t memoryTypeIndex = in CreateHwPlatformImage() local112 memoryTypeIndex, // memoryTypeIndex in CreateHwPlatformImage()
137 uint32_t memoryTypeIndex { 0 };
1268 …allocInfo.memoryTypeIndex = FindMemoryType(memRequirements.memoryTypeBits, VK_MEMORY_PROPERTY_DEVI… in MakeBackendTexture()1269 if (allocInfo.memoryTypeIndex == UINT32_MAX) { in MakeBackendTexture()
134 …allocInfo.memoryTypeIndex = findMemoryType(memRequirements.memoryTypeBits, VK_MEMORY_PROPERTY_DEVI… in MakeBackendTexture()135 if (allocInfo.memoryTypeIndex == UINT32_MAX) { in MakeBackendTexture()