Home
last modified time | relevance | path

Searched defs:VulkanTexture (Results 1 – 5 of 5) 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/src/gpu/graphite/vk/
DVulkanFramebuffer.h17 class VulkanTexture; variable
DVulkanResourceProvider.h33 class VulkanTexture; variable
DVulkanCommandBuffer.h24 class VulkanTexture; variable
DVulkanTexture.cpp313 VulkanTexture::VulkanTexture(const VulkanSharedContext* sharedContext, in VulkanTexture() function in skgpu::graphite::VulkanTexture