Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tools/graphite/dawn/
H A DGraphiteDawnTestContext.cpp119 if (adapter.HasFeature(wgpu::FeatureName::FramebufferFetch)) { in Make()
120 features.push_back(wgpu::FeatureName::FramebufferFetch); in Make()
/aosp_15_r20/external/skia/tools/window/
H A DGraphiteDawnWindowContext.cpp169 if (adapter.HasFeature(wgpu::FeatureName::FramebufferFetch)) { in createDevice()
170 features.push_back(wgpu::FeatureName::FramebufferFetch); in createDevice()
/aosp_15_r20/external/angle/src/libANGLE/
H A DPixelLocalStorage.cpp530 mPLSOptions.type == ShPixelLocalStorageType::FramebufferFetch) in begin()
864 ASSERT(mPLSOptions.type == ShPixelLocalStorageType::FramebufferFetch); in PixelLocalStorageFramebufferFetch()
1004 case ShPixelLocalStorageType::FramebufferFetch: in Make()
H A DContext.cpp4397 case ShPixelLocalStorageType::FramebufferFetch: in initCaps()
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DRewritePipelines.cpp204 mCompiler.getPixelLocalStorageType() == ShPixelLocalStorageType::FramebufferFetch) in exec()
446 ShPixelLocalStorageType::FramebufferFetch) in getUpdatedFunction()
849 ShPixelLocalStorageType::FramebufferFetch) in visitMain()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.cpp1303 mNativePLSOptions.type = ShPixelLocalStorageType::FramebufferFetch; in ensureCapsInitialized()
1319 mNativePLSOptions.type = ShPixelLocalStorageType::FramebufferFetch; in ensureCapsInitialized()
1331 mNativePLSOptions.type == ShPixelLocalStorageType::FramebufferFetch; in ensureCapsInitialized()
/aosp_15_r20/external/angle/src/compiler/translator/glsl/
H A DTranslatorESSL.cpp303 if (compileOptions.pls.type == ShPixelLocalStorageType::FramebufferFetch) in writeExtensionBehavior()
H A DOutputGLSLBase.cpp102 compileOptions.pls.type == ShPixelLocalStorageType::FramebufferFetch)), in TOutputGLSLBase()
/aosp_15_r20/external/angle/include/GLSLANG/
H A DShaderLang.h105 FramebufferFetch, enumerator
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DContextNULL.cpp121 mPLSOptions.type = ShPixelLocalStorageType::FramebufferFetch; in ContextNULL()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DRewritePixelLocalStorage.cpp853 case ShPixelLocalStorageType::FramebufferFetch: in RewritePixelLocalStorage()
/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DTranslatorSPIRV.cpp658 (compileOptions.pls.type == ShPixelLocalStorageType::FramebufferFetch && in HasFramebufferFetch()
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnCaps.cpp567 if (device.HasFeature(wgpu::FeatureName::FramebufferFetch)) { in initShaderCaps()
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A Drenderergl_utils.cpp1700 plsOptions->type = ShPixelLocalStorageType::FramebufferFetch; in GenerateCaps()
1759 plsOptions->type = ShPixelLocalStorageType::FramebufferFetch; in GenerateCaps()
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A DDisplayMtl.mm1082 mNativePLSOptions.type = ShPixelLocalStorageType::FramebufferFetch;