Searched refs:VkEmulation (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/host/ |
D | Buffer.h | 36 struct VkEmulation; 45 vk::VkEmulation* emulationVk, uint64_t size, 49 vk::VkEmulation* emulationVk,
|
D | ColorBuffer.h | 42 struct VkEmulation; 51 vk::VkEmulation* emulationVk, uint32_t width, 58 vk::VkEmulation* emulationVk,
|
D | Buffer.cpp | 33 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
|
D | ColorBuffer.cpp | 54 vk::VkEmulation* emulationVk, uint32_t width, in create() 127 vk::VkEmulation* emulationVk, in onLoad()
|
D | FrameBuffer.h | 857 vk::VkEmulation* m_emulationVk = nullptr;
|
D | FrameBuffer.cpp | 315 vk::VkEmulation* vkEmu = nullptr; in initialize()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkCommonOperations.h | 101 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);
|
D | VkCommonOperations.cpp | 222 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 …]
|
D | VkDecoderGlobalState.cpp | 7527 VkEmulation* m_emu;
|
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VulkanTestHelper.h | 105 VkEmulation* mVkEmu;
|