Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1887 ANGLE_FEATURE_CONDITION(features, avoid1BitAlphaTextureFormats, in InitializeFeatures()
1890 ANGLE_FEATURE_CONDITION(features, rgba4IsNotSupportedForColorRendering, in InitializeFeatures()
1895 ANGLE_FEATURE_CONDITION( in InitializeFeatures()
1900 ANGLE_FEATURE_CONDITION(features, emulateAbsIntFunction, IsApple() && isIntel); in InitializeFeatures()
1902 ANGLE_FEATURE_CONDITION(features, addAndTrueToLoopCondition, IsApple() && isIntel); in InitializeFeatures()
1905 ANGLE_FEATURE_CONDITION( in InitializeFeatures()
1909 ANGLE_FEATURE_CONDITION(features, doesSRGBClearsOnLinearFramebufferAttachments, in InitializeFeatures()
1912 ANGLE_FEATURE_CONDITION(features, emulateMaxVertexAttribStride, in InitializeFeatures()
1914 ANGLE_FEATURE_CONDITION( in InitializeFeatures()
1919 ANGLE_FEATURE_CONDITION(features, doWhileGLSLCausesGPUHang, in InitializeFeatures()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp1222 ANGLE_FEATURE_CONDITION(&mFeatures, supportsSwapchainColorspace, true); in initialize()
1228 ANGLE_FEATURE_CONDITION(&mFeatures, supportsSurfaceCapabilities2Extension, true); in initialize()
1235 ANGLE_FEATURE_CONDITION(&mFeatures, supportsSurfaceProtectedCapabilitiesExtension, true); in initialize()
1784 ANGLE_FEATURE_CONDITION(&mFeatures, supportsSharedPresentableImageExtension, true); in initializeDevice()
2090 ANGLE_FEATURE_CONDITION(&mFeatures, logMemoryReportStats, false); in initializeDevice()
2095 ANGLE_FEATURE_CONDITION(&mFeatures, logMemoryReportCallbacks, false); in initializeDevice()
2525 ANGLE_FEATURE_CONDITION(&mFeatures, bresenhamLineRasterization, true); in initFeatures()
2531 ANGLE_FEATURE_CONDITION(&mFeatures, basicGLLineRasterization, !IsAndroid() && !isPowerVR); in initFeatures()
2538 ANGLE_FEATURE_CONDITION(&mFeatures, provokingVertex, true); in initFeatures()
2542 ANGLE_FEATURE_CONDITION(&mFeatures, supportsProtectedMemory, in initFeatures()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DDisplayMtl.mm1029 ANGLE_FEATURE_CONDITION((&mFeatures), allowGenMultipleMipsPerPass, true);
1030 ANGLE_FEATURE_CONDITION((&mFeatures), forceBufferGPUStorage, false);
1032 ANGLE_FEATURE_CONDITION((&mFeatures), hasDepthTextureFiltering,
1034 ANGLE_FEATURE_CONDITION((&mFeatures), hasExplicitMemBarrier,
1036 ANGLE_FEATURE_CONDITION((&mFeatures), hasDepthAutoResolve, supportsEitherGPUFamily(3, 2));
1037 ANGLE_FEATURE_CONDITION((&mFeatures), hasStencilAutoResolve, supportsEitherGPUFamily(5, 2));
1038 ANGLE_FEATURE_CONDITION((&mFeatures), allowMultisampleStoreAndResolve,
1041 ANGLE_FEATURE_CONDITION((&mFeatures), allowRuntimeSamplerCompareMode,
1044 ANGLE_FEATURE_CONDITION((&mFeatures), allowSamplerCompareGradient,
1046 ANGLE_FEATURE_CONDITION((&mFeatures), allowSamplerCompareLod, supportsEitherGPUFamily(3, 1));
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp2429 ANGLE_FEATURE_CONDITION( in InitializeFeatures()
2435 ANGLE_FEATURE_CONDITION(features, depthStencilBlitExtraCopy, in InitializeFeatures()
2440 ANGLE_FEATURE_CONDITION(features, mrtPerfWorkaround, true); in InitializeFeatures()
2441 ANGLE_FEATURE_CONDITION(features, zeroMaxLodWorkaround, isFeatureLevel9_3); in InitializeFeatures()
2442 ANGLE_FEATURE_CONDITION(features, useInstancedPointSpriteEmulation, isFeatureLevel9_3); in InitializeFeatures()
2443 ANGLE_FEATURE_CONDITION(features, allowES3OnFL10_0, false); in InitializeFeatures()
2446 ANGLE_FEATURE_CONDITION(features, expandIntegerPowExpressions, true); in InitializeFeatures()
2448 ANGLE_FEATURE_CONDITION(features, flushAfterEndingTransformFeedback, isNvidia); in InitializeFeatures()
2449 ANGLE_FEATURE_CONDITION(features, getDimensionsIgnoresBaseLevel, isNvidia); in InitializeFeatures()
2450 ANGLE_FEATURE_CONDITION(features, skipVSConstantRegisterZero, isNvidia); in InitializeFeatures()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp827 ANGLE_FEATURE_CONDITION(features, mrtPerfWorkaround, true); in InitializeFeatures()
828 ANGLE_FEATURE_CONDITION(features, setDataFasterThanImageUpload, false); in InitializeFeatures()
829 ANGLE_FEATURE_CONDITION(features, useInstancedPointSpriteEmulation, false); in InitializeFeatures()
832 ANGLE_FEATURE_CONDITION(features, expandIntegerPowExpressions, true); in InitializeFeatures()
835 ANGLE_FEATURE_CONDITION(features, allowClearForRobustResourceInit, true); in InitializeFeatures()
/third_party/skia/third_party/externals/angle2/doc/
DGPUMemoryAnalysis.md51 ANGLE_FEATURE_CONDITION(&mFeatures, logMemoryReportCallbacks, false);
52 ANGLE_FEATURE_CONDITION(&mFeatures, logMemoryReportStats, false);
/third_party/skia/third_party/externals/angle2/include/platform/
DFeature.h16 #define ANGLE_FEATURE_CONDITION(set, feature, cond) \ macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.cpp1997 ANGLE_FEATURE_CONDITION((&mFrontendFeatures), loseContextOnOutOfMemory, true); in initializeFrontendFeatures()
1998 ANGLE_FEATURE_CONDITION((&mFrontendFeatures), allowCompressedFormats, true); in initializeFrontendFeatures()
2001 ANGLE_FEATURE_CONDITION((&mFrontendFeatures), scalarizeVecAndMatConstructorArgs, false); in initializeFrontendFeatures()
2009 ANGLE_FEATURE_CONDITION(&mFrontendFeatures, enableCompressingPipelineCacheInThreadPool, false); in initializeFrontendFeatures()