Home
last modified time | relevance | path

Searched defs:VulkanTexture (Results 1 – 3 of 3) 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() argument
131 VkImage image;
132 VkImageView image_view;
133 VkFormat format;
134 VkExtent3D extent;
135 VkDeviceMemory memory;
136 VkDeviceSize offset;
/external/skia/include/gpu/graphite/
DTextureInfo.h133 friend class VulkanTexture; variable
/external/skia/src/gpu/graphite/vk/
DVulkanTexture.cpp283 VulkanTexture::VulkanTexture(const VulkanSharedContext* sharedContext, in VulkanTexture() function in skgpu::graphite::VulkanTexture