Searched refs:enableYcbcrEmulation (Results 1 – 4 of 4) sorted by relevance
126 bool enableYcbcrEmulation = false; member439 bool enableYcbcrEmulation = false; member
1333 INFO(" enable Ycbcr emulation: %s", features->enableYcbcrEmulation ? "true" : "false"); in initVkEmulationFeatures()1342 sVkEmulation->enableYcbcrEmulation = features->enableYcbcrEmulation; in initVkEmulationFeatures()
1258 ycbcrFeatures->samplerYcbcrConversion |= m_emu->enableYcbcrEmulation; in on_vkGetPhysicalDeviceFeatures2()1574 bool shouldPassthrough = !m_emu->enableYcbcrEmulation; in on_vkEnumerateDeviceExtensionProperties()1603 if (m_emu->enableYcbcrEmulation && in on_vkEnumerateDeviceExtensionProperties()1666 if (m_emu->enableYcbcrEmulation && !m_emu->deviceInfo.supportsSamplerYcbcrConversion) { in on_vkCreateDevice()6299 if (m_emu->enableYcbcrEmulation && !m_emu->deviceInfo.supportsSamplerYcbcrConversion) { in on_vkCreateSamplerYcbcrConversion()6318 if (m_emu->enableYcbcrEmulation && !m_emu->deviceInfo.supportsSamplerYcbcrConversion) { in on_vkDestroySamplerYcbcrConversion()
371 .enableYcbcrEmulation = false, in initialize()