Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/include/platform/
DFeaturesVk.h265 Feature disallowSeamfulCubeMapEmulation = { member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp2708 ANGLE_FEATURE_CONDITION(&mFeatures, disallowSeamfulCubeMapEmulation, IsWindows() && isAMD); in initFeatures()
DContextVk.cpp5822 if (mRenderer->getFeatures().disallowSeamfulCubeMapEmulation.enabled) in shouldEmulateSeamfulCubeMapSampling()