Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
DGrVkSamplerYcbcrConversion.cpp38 VkSamplerYcbcrConversionCreateInfo ycbcrCreateInfo; in Create() local
39 ycbcrCreateInfo.sType = VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_CREATE_INFO; in Create()
40 ycbcrCreateInfo.pNext = nullptr; in Create()
41 ycbcrCreateInfo.format = info.fFormat; in Create()
42 ycbcrCreateInfo.ycbcrModel = info.fYcbcrModel; in Create()
43 ycbcrCreateInfo.ycbcrRange = info.fYcbcrRange; in Create()
47 ycbcrCreateInfo.components = {VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_IDENTITY, in Create()
49 ycbcrCreateInfo.xChromaOffset = info.fXChromaOffset; in Create()
50 ycbcrCreateInfo.yChromaOffset = info.fYChromaOffset; in Create()
51 ycbcrCreateInfo.chromaFilter = info.fChromaFilter; in Create()
[all …]