/external/fastrpc/inc/ |
D | pls.h | 119 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/ |
D | RewritePixelLocalStorage.cpp | 353 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/ |
D | translator_fuzzer.cpp | 74 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/ |
D | TranslatorESSL.cpp | 47 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()
|
D | OutputGLSLBase.cpp | 100 compileOptions.pls.type == in TOutputGLSLBase()
|
/external/angle/src/libANGLE/renderer/null/ |
D | ShaderNULL.cpp | 30 options->pls = context->getImplementation()->getNativePixelLocalStorageOptions(); in compile()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ShaderVk.cpp | 128 options->pls = contextVk->getNativePixelLocalStorageOptions(); in compile()
|
/external/angle/src/libANGLE/ |
D | validationESEXT.cpp | 1643 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()
|
D | Context.cpp | 1194 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/ |
D | ShaderMtl.mm | 143 options->pls = displayMtl->getNativePixelLocalStorageOptions();
|
/external/angle/src/compiler/translator/ |
D | Compiler.cpp | 131 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/ |
D | ShaderGL.cpp | 391 options->pls = mRenderer->getNativePixelLocalStorageOptions(); in compile()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | ShaderD3D.cpp | 298 options->pls = mRenderer->getNativePixelLocalStorageOptions(); in compile()
|
/external/angle/include/GLSLANG/ |
D | ShaderLang.h | 434 ShPixelLocalStorageOptions pls; member
|
/external/angle/src/compiler/translator/spirv/ |
D | TranslatorSPIRV.cpp | 659 (compileOptions.pls.type == ShPixelLocalStorageType::FramebufferFetch && in HasFramebufferFetch()
|
/external/angle/src/tests/gl_tests/ |
D | PixelLocalStorageTest.cpp | 2477 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/ |
D | mime.types | 161 application/pls+xml pls
|
/external/mime-support/ |
D | mime.types | 569 audio/x-scpls pls
|
/external/angle/src/compiler/translator/msl/ |
D | EmitMetal.cpp | 226 mRasterOrderGroupsSupported(compileOptions.pls.fragmentSyncType == in GenMetalTraverser()
|
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/ |
D | iso-639-3_Name_Index.tab | 5539 pls San Marcos Tlacoyalco Popoloca Popoloca, San Marcos Tlacoyalco 5540 pls San Marcos Tlalcoyalco Popoloca Popoloca, San Marcos Tlalcoyalco
|
D | europe | 3764 # http://w1.c1.rada.gov.ua/pls/zweb_n/webproc4_1?id=&pf3511=41484
|
D | iso-639-3.tab | 5286 pls I L San Marcos Tlacoyalco Popoloca
|
/external/cldr/tools/cldr-rdf/external/ |
D | childToParentWithCodes.tsv | 8996 San Marcos Tlacoyalco Popoloca (pls) (pls, Q1264169) Northern Popoloca (Q705886)
|
D | entityToCode.tsv | 622 http://www.wikidata.org/entity/Q12641692 pls
|
D | RawLanguageContainment.txt | 4023 root > Oto-Manguean languages (omq) > San Marcos Tlacoyalco Popoloca (pls)
|