Home
last modified time | relevance | path

Searched refs:yLayout (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tools/gpu/vk/
H A DVkYcbcrSamplerHelper.cpp136 VkSubresourceLayout yLayout; in createBackendTexture() local
138 &subresource, &yLayout)); in createBackendTexture()
139 uint8_t* bufferData = reinterpret_cast<uint8_t*>(mappedBuffer) + yLayout.offset; in createBackendTexture()
142 bufferData[y * yLayout.rowPitch + x] = GetExpectedY(x, y, width, height); in createBackendTexture()

Completed in 2 milliseconds