Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImage.hpp162 class Subresource class in vk::Image
165 Subresource() in Subresource() function in vk::Image::Subresource
168 Subresource(const VkImageSubresource &subres) in Subresource() function in vk::Image::Subresource
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_util.h29 inline void D3D12DecomposeSubresource( UINT Subresource, UINT MipLevels, UINT ArraySize, _Out_ T& M… in D3D12DecomposeSubresource()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DTextureVk.cpp261 void Set3DBaseArrayLayerAndLayerCount(VkImageSubresourceLayers *Subresource) in Set3DBaseArrayLayerAndLayerCount()