Home
last modified time | relevance | path

Searched defs:DeviceInfo (Results 1 – 1 of 1) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkDecoderGlobalState.cpp6043 struct DeviceInfo { struct in gfxstream::vk::VkDecoderGlobalState::Impl
6044 std::unordered_map<uint32_t, std::vector<VkQueue>> queues;
6045 std::vector<std::string> enabledExtensionNames;
6046 bool emulateTextureEtc2 = false;
6047 bool emulateTextureAstc = false;
6048 VkPhysicalDevice physicalDevice;
6049 VkDevice boxed = nullptr;
6050 DebugUtilsHelper debugUtilsHelper = DebugUtilsHelper::withUtilsDisabled();
6051 std::unique_ptr<ExternalFencePool<VulkanDispatch>> externalFencePool = nullptr;
6055 bool needGpuDecompression(const CompressedImageInfo& cmpInfo) { in needGpuDecompression()
[all …]