Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/
Dapi.h127 struct VulkanTexture { struct
129 explicit VulkanTexture(VkDeviceMemory new_memory) : memory(new_memory) {} in VulkanTexture() function
131 VkImage image;
132 VkImageView image_view;
133 VkFormat format;
134 VkExtent3D extent;
135 VkDeviceMemory memory;
136 VkDeviceSize offset;
/external/skia/src/gpu/graphite/vk/
DVulkanCommandBuffer.h23 class VulkanTexture; variable
DVulkanTexture.cpp306 VulkanTexture::VulkanTexture(const VulkanSharedContext* sharedContext, in VulkanTexture() function in skgpu::graphite::VulkanTexture
/external/skia/include/gpu/graphite/
DTextureInfo.h144 friend class VulkanTexture; variable