Home
last modified time | relevance | path

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

/third_party/skia/tools/gpu/vk/
DVkYcbcrSamplerHelper.h34 static std::pair<int, int> GetExpectedUV(int x, int y, int width, int height);
DVkYcbcrSamplerHelper.cpp21 std::pair<int, int> VkYcbcrSamplerHelper::GetExpectedUV(int x, int y, int width, int height) { in GetExpectedUV() function in VkYcbcrSamplerHelper
154 auto [u, v] = GetExpectedUV(2*x, 2*y, width, height); in createBackendTexture()
/third_party/skia/tests/
DVkYcbcrSamplerTest.cpp85 auto [u, v] = VkYcbcrSamplerHelper::GetExpectedUV(x, y, kImageWidth, kImageHeight); in DEF_GPUTEST()