Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/
H A 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;
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanCommandBuffer.h23 class VulkanTexture; variable
H A DVulkanTexture.cpp308 VulkanTexture::VulkanTexture(const VulkanSharedContext* sharedContext, in VulkanTexture() function in skgpu::graphite::VulkanTexture