Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/glsl/
DTranslatorESSL.cpp259 else if (compileOptions.pls.type == ShPixelLocalStorageType::FramebufferFetch) in writeExtensionBehavior()
DOutputGLSLBase.cpp101 ShPixelLocalStorageType::FramebufferFetch), in TOutputGLSLBase()
/external/angle/src/libANGLE/
DPixelLocalStorage.cpp530 mPLSOptions.type == ShPixelLocalStorageType::FramebufferFetch) in begin()
825 ASSERT(mPLSOptions.type == ShPixelLocalStorageType::FramebufferFetch); in PixelLocalStorageFramebufferFetch()
1125 case ShPixelLocalStorageType::FramebufferFetch: in Make()
DContext.cpp4334 case ShPixelLocalStorageType::FramebufferFetch: in initCaps()
/external/angle/include/GLSLANG/
DShaderLang.h99 FramebufferFetch, enumerator
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp1157 mNativePLSOptions.type = ShPixelLocalStorageType::FramebufferFetch; in ensureCapsInitialized()
1173 mNativePLSOptions.type = ShPixelLocalStorageType::FramebufferFetch; in ensureCapsInitialized()
/external/angle/src/libANGLE/renderer/null/
DContextNULL.cpp120 mPLSOptions.type = ShPixelLocalStorageType::FramebufferFetch; in ContextNULL()
/external/angle/src/compiler/translator/tree_ops/
DRewritePixelLocalStorage.cpp988 case ShPixelLocalStorageType::FramebufferFetch: in RewritePixelLocalStorage()
/external/angle/src/compiler/translator/spirv/
DTranslatorSPIRV.cpp659 (compileOptions.pls.type == ShPixelLocalStorageType::FramebufferFetch && in HasFramebufferFetch()
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1683 plsOptions->type = ShPixelLocalStorageType::FramebufferFetch; in GenerateCaps()
1742 plsOptions->type = ShPixelLocalStorageType::FramebufferFetch; in GenerateCaps()
/external/angle/src/libANGLE/renderer/metal/
DDisplayMtl.mm1115 mNativePLSOptions.type = ShPixelLocalStorageType::FramebufferFetch;