Home
last modified time | relevance | path

Searched refs:pls (Results 1 – 25 of 27) sorted by relevance

12

/external/fastrpc/inc/
Dpls.h119 struct PLS* pls = 0; in pls_add() local
122 VERIFY(0 != (pls = (struct PLS*)calloc(1, size + sizeof(*pls) - sizeof(pls->data)))); in pls_add()
124 VERIFY(0 == ctor(ctx, (void*)pls->data)); in pls_add()
126 pls->dtor = dtor; in pls_add()
127 pls->key.type = type; in pls_add()
128 pls->key.key = key; in pls_add()
130 pls->next = me->lst; in pls_add()
131 …truct PLS*)atomic_CompareAndExchangeUP((uintptr_t*)&me->lst, (uintptr_t)pls, (uintptr_t)pls->next); in pls_add()
132 } while(prev != pls->next); in pls_add()
134 *ppo = (void*)pls->data; in pls_add()
[all …]
/external/angle/src/compiler/translator/tree_ops/
DRewritePixelLocalStorage.cpp353 if (!mCompileOptions->pls.supportsNativeRGBA8ImageFormats) in createPLSImageReplacement()
365 if (!mCompileOptions->pls.supportsNativeRGBA8ImageFormats) in createPLSImageReplacement()
373 if (!mCompileOptions->pls.supportsNativeRGBA8ImageFormats) in createPLSImageReplacement()
390 mCompileOptions->pls.fragmentSyncType == in createPLSImageReplacement()
392 mCompileOptions->pls.fragmentSyncType == in createPLSImageReplacement()
416 TIntermTyped *pls = CreateBuiltInFunctionCallNode( in visitPLSLoad() local
419 pls = unpackImageDataIfNecessary(pls, plsSymbol, image2D); in visitPLSLoad()
420 queueReplacement(pls, OriginalNode::IS_DROPPED); in visitPLSLoad()
439 ASSERT(!mCompileOptions->pls.supportsNativeRGBA8ImageFormats); in unpackImageDataIfNecessary()
450 ASSERT(!mCompileOptions->pls.supportsNativeRGBA8ImageFormats); in unpackImageDataIfNecessary()
[all …]
/external/angle/src/compiler/fuzz/
Dtranslator_fuzzer.cpp74 memcpy(&options.pls, &header.plsCompileOptions, sizeof(options.pls)); in LLVMFuzzerTestOneInput()
137 options.pls.fragmentSyncType = static_cast<ShFragmentSynchronizationType>( in LLVMFuzzerTestOneInput()
138 static_cast<uint32_t>(options.pls.fragmentSyncType) % in LLVMFuzzerTestOneInput()
/external/angle/src/compiler/translator/glsl/
DTranslatorESSL.cpp47 compileOptions.pls.type == ShPixelLocalStorageType::ImageLoadStore)) in translate()
253 if (compileOptions.pls.type == ShPixelLocalStorageType::PixelLocalStorageEXT) in writeExtensionBehavior()
259 else if (compileOptions.pls.type == ShPixelLocalStorageType::FramebufferFetch) in writeExtensionBehavior()
DOutputGLSLBase.cpp100 compileOptions.pls.type == in TOutputGLSLBase()
/external/angle/src/libANGLE/renderer/null/
DShaderNULL.cpp30 options->pls = context->getImplementation()->getNativePixelLocalStorageOptions(); in compile()
/external/angle/src/libANGLE/renderer/vulkan/
DShaderVk.cpp128 options->pls = contextVk->getNativePixelLocalStorageOptions(); in compile()
/external/angle/src/libANGLE/
DvalidationESEXT.cpp1643 const PixelLocalStorage *pls = framebuffer->peekPixelLocalStorage(); in ValidatePLSCommon() local
1644 if (pls != nullptr && pls->interruptCount() != 0) in ValidatePLSCommon()
2096 const PixelLocalStorage *pls = framebuffer->peekPixelLocalStorage(); in ValidateBeginPixelLocalStorageANGLE() local
2111 if (pls == nullptr || pls->getPlane(i).isDeinitialized()) in ValidateBeginPixelLocalStorageANGLE()
2121 const PixelLocalStoragePlane &plane = pls->getPlane(i); in ValidateBeginPixelLocalStorageANGLE()
2239 const PixelLocalStorage *pls = in ValidateFramebufferPixelLocalStorageInterruptANGLE() local
2241 if (pls != nullptr && pls->interruptCount() >= 255) in ValidateFramebufferPixelLocalStorageInterruptANGLE()
2269 const PixelLocalStorage *pls = framebuffer->peekPixelLocalStorage(); in ValidateFramebufferPixelLocalStorageRestoreANGLE() local
2270 if (pls == nullptr || pls->interruptCount() == 0) in ValidateFramebufferPixelLocalStorageRestoreANGLE()
DContext.cpp1194 PixelLocalStorage *pls = mState.getDrawFramebuffer()->peekPixelLocalStorage(); in deleteTexture() local
1197 if (pls != nullptr) in deleteTexture()
1201 if (pls->getPlane(i).getTextureID() == textureID) in deleteTexture()
8873 PixelLocalStorage &pls = framebuffer->getPixelLocalStorage(this); in framebufferMemorylessPixelLocalStorage() local
8877 pls.deinitialize(this, plane); in framebufferMemorylessPixelLocalStorage()
8881 pls.setMemoryless(this, plane, internalformat); in framebufferMemorylessPixelLocalStorage()
8892 PixelLocalStorage &pls = framebuffer->getPixelLocalStorage(this); in framebufferTexturePixelLocalStorage() local
8896 pls.deinitialize(this, plane); in framebufferTexturePixelLocalStorage()
8902 pls.setTextureBacked(this, plane, tex, level, layer); in framebufferTexturePixelLocalStorage()
8910 PixelLocalStorage &pls = framebuffer->getPixelLocalStorage(this); in framebufferPixelLocalClearValuefv() local
[all …]
/external/angle/src/libANGLE/renderer/metal/
DShaderMtl.mm143 options->pls = displayMtl->getNativePixelLocalStorageOptions();
/external/angle/src/compiler/translator/
DCompiler.cpp131 memcpy(&header.plsCompileOptions, &options.pls, sizeof(options.pls)); in DumpFuzzerCase()
132 static_assert(sizeof(options.pls) <= sizeof(header.plsCompileOptions)); in DumpFuzzerCase()
/external/angle/src/libANGLE/renderer/gl/
DShaderGL.cpp391 options->pls = mRenderer->getNativePixelLocalStorageOptions(); in compile()
/external/angle/src/libANGLE/renderer/d3d/
DShaderD3D.cpp298 options->pls = mRenderer->getNativePixelLocalStorageOptions(); in compile()
/external/angle/include/GLSLANG/
DShaderLang.h434 ShPixelLocalStorageOptions pls; member
/external/angle/src/compiler/translator/spirv/
DTranslatorSPIRV.cpp659 (compileOptions.pls.type == ShPixelLocalStorageType::FramebufferFetch && in HasFramebufferFetch()
/external/angle/src/tests/gl_tests/
DPixelLocalStorageTest.cpp2477 PLSTestTexture pls(GL_RGBA8), fbfetch(GL_RGBA8); in TEST_P() local
2481 glFramebufferTexturePixelLocalStorageANGLE(0, pls, 0, 0); in TEST_P()
2497 attachTexture2DToScratchFBO(pls); in TEST_P()
/external/python/cpython3/Lib/test/
Dmime.types161 application/pls+xml pls
/external/mime-support/
Dmime.types569 audio/x-scpls pls
/external/angle/src/compiler/translator/msl/
DEmitMetal.cpp226 mRasterOrderGroupsSupported(compileOptions.pls.fragmentSyncType == in GenMetalTraverser()
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/
Diso-639-3_Name_Index.tab5539 pls San Marcos Tlacoyalco Popoloca Popoloca, San Marcos Tlacoyalco
5540 pls San Marcos Tlalcoyalco Popoloca Popoloca, San Marcos Tlalcoyalco
Deurope3764 # http://w1.c1.rada.gov.ua/pls/zweb_n/webproc4_1?id=&pf3511=41484
Diso-639-3.tab5286 pls I L San Marcos Tlacoyalco Popoloca
/external/cldr/tools/cldr-rdf/external/
DchildToParentWithCodes.tsv8996 San Marcos Tlacoyalco Popoloca (pls) (pls, Q1264169) Northern Popoloca (Q705886)
DentityToCode.tsv622 http://www.wikidata.org/entity/Q12641692 pls
DRawLanguageContainment.txt4023 root > Oto-Manguean languages (omq) > San Marcos Tlacoyalco Popoloca (pls)

12