Home
last modified time | relevance | path

Searched refs:GetKeyFromSamplerDesc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanYcbcrConversion.h40 static GraphiteResourceKey GetKeyFromSamplerDesc(const SamplerDesc& samplerDesc);
H A DVulkanYcbcrConversion.cpp157 GraphiteResourceKey VulkanYcbcrConversion::GetKeyFromSamplerDesc(const SamplerDesc& samplerDesc) { in GetKeyFromSamplerDesc() function in skgpu::graphite::VulkanYcbcrConversion
H A DVulkanResourceProvider.cpp155 GraphiteResourceKey ycbcrKey = VulkanYcbcrConversion::GetKeyFromSamplerDesc(samplerDesc); in createSampler()