• Home
  • Raw
  • Download

Lines Matching defs:FeaturesGL

18 struct FeaturesGL : FeatureSetBase  struct
23 FeatureInfo avoid1BitAlphaTextureFormats = {
30 FeatureInfo RGBA4IsNotSupportedForColorRendering = {
37 FeatureInfo allowETCFormats = {
44 FeatureInfo doesSRGBClearsOnLinearFramebufferAttachments = {
51 FeatureInfo doWhileGLSLCausesGPUHang = {
56 FeatureInfo vertexIDDoesNotIncludeBaseVertex = {
63 FeatureInfo finishDoesNotCauseQueriesToBeAvailable = {
70 FeatureInfo alwaysCallUseProgramAfterLink = {
75 FeatureInfo unpackOverlappingRowsSeparatelyUnpackBuffer = {
82 FeatureInfo packOverlappingRowsSeparatelyPackBuffer = {
89 FeatureInfo initializeCurrentVertexAttributes = {
96 FeatureInfo emulateAbsIntFunction = {"emulateAbsIntFunction",
101 FeatureInfo addAndTrueToLoopCondition = {
108 FeatureInfo unpackLastRowSeparatelyForPaddingInclusion = {
113 FeatureInfo packLastRowSeparatelyForPaddingInclusion = {
118 FeatureInfo emulateIsnanFloat = {"emulateIsnanFloat", FeatureCategory::OpenGLWorkarounds,
122 FeatureInfo useUnusedBlocksWithStandardOrSharedLayout = {
129 FeatureInfo removeInvariantAndCentroidForESSL3 = {
136 FeatureInfo rewriteFloatUnaryMinusOperator = {
140 FeatureInfo emulateAtan2Float = {"emulateAtan2Float", FeatureCategory::OpenGLWorkarounds,
144 FeatureInfo reapplyUBOBindingsAfterUsingBinaryProgram = {
149 FeatureInfo emulateMaxVertexAttribStride = {
154 FeatureInfo dontInitializeUninitializedLocals = {
159 FeatureInfo clampPointSize = {
166 FeatureInfo dontUseLoopsToInitializeVariables = {
171 FeatureInfo clampFragDepth = {
178 FeatureInfo rewriteRepeatedAssignToSwizzled = {
186 FeatureInfo disableBlendFuncExtended = {
190 FeatureInfo unsizedSRGBReadPixelsDoesntTransform = {
196 FeatureInfo queryCounterBitsGeneratesErrors = {
201 FeatureInfo dontRelinkProgramsInParallel = {
205 FeatureInfo disableWorkerContexts = {"disableWorkerContexts",
210 FeatureInfo limitMaxTextureSizeTo4096 = {"limitMaxTextureSizeTo4096",
216 FeatureInfo limitMaxMSAASamplesTo4 = {
221 FeatureInfo allowClearForRobustResourceInit = {
227 FeatureInfo clampArrayAccess = {"clampArrayAccess", FeatureCategory::OpenGLWorkarounds,
231 FeatureInfo resetTexImage2DBaseLevel = {
237 FeatureInfo clearToZeroOrOneBroken = {
242 FeatureInfo limitMax3dArrayTextureSizeTo1024 = {
247 FeatureInfo adjustSrcDstRegionForBlitFramebuffer = {
252 FeatureInfo clipSrcRegionForBlitFramebuffer = {
257 FeatureInfo RGBDXT1TexturesSampleZeroAlpha = {
262 FeatureInfo unfoldShortCircuits = {
268 FeatureInfo emulatePrimitiveRestartFixedIndex = {
274 FeatureInfo setPrimitiveRestartFixedIndexForDrawArrays = {
280 FeatureInfo removeDynamicIndexingOfSwizzledVector = {
285 FeatureInfo preAddTexelFetchOffsets = {
293 FeatureInfo regenerateStructNames = {
299 FeatureInfo readPixelsUsingImplementationColorReadFormatForNorm16 = {
305 FeatureInfo flushBeforeDeleteTextureIfCopiedTo = {
311 FeatureInfo rewriteRowMajorMatrices = {
316 FeatureInfo disableDrawBuffersIndexed = {
323 FeatureInfo disableSemaphoreFd = {"disableSemaphoreFd", FeatureCategory::OpenGLWorkarounds,
327 FeatureInfo disableTimestampQueries = {
331 FeatureInfo decodeEncodeSRGBForGenerateMipmap = {
336 FeatureInfo emulateCopyTexImage2DFromRenderbuffers = {
341 FeatureInfo disableGPUSwitchingSupport = {
346 FeatureInfo disableNativeParallelCompile = {
351 FeatureInfo emulatePackSkipRowsAndPackSkipPixels = {
356 FeatureInfo clampMscRate = {
361 FeatureInfo bindTransformFeedbackBufferBeforeBindBufferRange = {
367 FeatureInfo disableSyncControlSupport = {
373 FeatureInfo keepBufferShadowCopy = {
380 FeatureInfo setZeroLevelBeforeGenerateMipmap = {
387 FeatureInfo promotePackedFormatsTo8BitPerChannel = {
392 FeatureInfo initFragmentOutputVariables = {
396 FeatureInfo shiftInstancedArrayDataWithOffset = {
401 FeatureInfo syncVertexArraysToDefault = {
406 FeatureInfo sanitizeAMDGPURendererString = {
411 FeatureInfo unbindFBOBeforeSwitchingContext = {
416 FeatureInfo flushOnFramebufferChange = {"flushOnFramebufferChange",
422 FeatureInfo disableMultisampledRenderToTexture = {
447 inline FeaturesGL::FeaturesGL() = default; argument