Lines Matching defs:DeviceInfo
6043 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()
6058 bool needEmulatedDecompression(const CompressedImageInfo& imageInfo) { in needEmulatedDecompression()
6062 bool needEmulatedDecompression(VkFormat format) { in needEmulatedDecompression()