Home
last modified time | relevance | path

Searched refs:VkEmulation (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/host/
DBuffer.h36 struct VkEmulation;
45 vk::VkEmulation* emulationVk, uint64_t size,
49 vk::VkEmulation* emulationVk,
DColorBuffer.h42 struct VkEmulation;
51 vk::VkEmulation* emulationVk, uint32_t width,
58 vk::VkEmulation* emulationVk,
DBuffer.cpp33 std::shared_ptr<Buffer> Buffer::create(gl::EmulationGl* emulationGl, vk::VkEmulation* emulationVk, in create()
70 std::shared_ptr<Buffer> Buffer::onLoad(gl::EmulationGl* emulationGl, vk::VkEmulation*, in onLoad() argument
DColorBuffer.cpp54 vk::VkEmulation* emulationVk, uint32_t width, in create()
127 vk::VkEmulation* emulationVk, in onLoad()
DFrameBuffer.h857 vk::VkEmulation* m_emulationVk = nullptr;
DFrameBuffer.cpp315 vk::VkEmulation* vkEmu = nullptr; in initialize()
/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h101 struct VkEmulation { struct
428 VkEmulation* createGlobalVkEmulation(VulkanDispatch* vk, gfxstream::host::FeatureSet features); argument
445 VkEmulation* getGlobalVkEmulation();
452 VulkanDispatch* vk, VkEmulation::ExternalMemoryInfo* info, bool actuallyExternal = true,
456 void freeExternalMemoryLocked(VulkanDispatch* vk, VkEmulation::ExternalMemoryInfo* info);
459 const VkEmulation::ExternalMemoryInfo* info, VkDeviceMemory* out);
461 const VkEmulation::ExternalMemoryInfo* info, VkImage image,
487 VkEmulation::ColorBufferInfo getColorBufferInfo(uint32_t colorBufferHandle);
DVkCommonOperations.cpp222 static VkEmulation* sVkEmulation = nullptr;
257 VkEmulation::ImageSupportInfo* info) { in getImageFormatExternalMemorySupportInfo()
432 static std::vector<VkEmulation::ImageSupportInfo> getBasicImageSupportList() { in getBasicImageSupportList()
494 std::vector<VkEmulation::ImageSupportInfo> res; in getBasicImageSupportList()
501 VkEmulation::ImageSupportInfo info; in getBasicImageSupportList()
516 VkEmulation* createGlobalVkEmulation(VulkanDispatch* vk, gfxstream::host::FeatureSet features) { in createGlobalVkEmulation()
533 sVkEmulation = new VkEmulation; in createGlobalVkEmulation()
769 std::vector<VkEmulation::DeviceSupportInfo> deviceInfos(physdevCount); in createGlobalVkEmulation()
1313 std::optional<VkEmulation::RepresentativeColorBufferMemoryTypeInfo>
1380 VkEmulation* getGlobalVkEmulation() { in getGlobalVkEmulation()
[all …]
DVkDecoderGlobalState.cpp7527 VkEmulation* m_emu;
/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.h105 VkEmulation* mVkEmu;