Home
last modified time | relevance | path

Searched refs:getAsCompiler (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/compiler/translator/
DShaderLang.cpp55 return base->getAsCompiler(); in GetCompilerFromHandle()
349 TCompiler *compiler = base->getAsCompiler(); in ConstructCompiler()
372 if (base->getAsCompiler()) in Destruct()
373 DeleteCompiler(base->getAsCompiler()); in Destruct()
548 TCompiler *compiler = base->getAsCompiler(); in GetUniformBlocks()
558 TCompiler *compiler = base->getAsCompiler(); in GetShaderStorageBlocks()
569 TCompiler *compiler = base->getAsCompiler(); in GetComputeShaderLocalGroupSize()
579 TCompiler *compiler = base->getAsCompiler(); in GetVertexShaderNumViews()
732 TCompiler *compiler = base->getAsCompiler(); in HasValidGeometryShaderInputPrimitiveType()
743 TCompiler *compiler = base->getAsCompiler(); in HasValidGeometryShaderOutputPrimitiveType()
[all …]
DCompiler.h67 virtual TCompiler *getAsCompiler() { return 0; } in getAsCompiler() function
90 TCompiler *getAsCompiler() override { return this; } in getAsCompiler() function
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DShHandle.h61 virtual TCompiler* getAsCompiler() { return 0; } in getAsCompiler() function
98 virtual TCompiler* getAsCompiler() { return this; } in getAsCompiler() function
/external/deqp-deps/glslang/glslang/Include/
DShHandle.h61 virtual TCompiler* getAsCompiler() { return 0; } in getAsCompiler() function
98 virtual TCompiler* getAsCompiler() { return this; } in getAsCompiler() function
/external/swiftshader/src/OpenGL/compiler/
DCompiler.h80 virtual TCompiler* getAsCompiler() { return this; } in getAsCompiler() function
/external/deqp-deps/glslang/glslang/MachineIndependent/
DShaderLang.cpp1391 if (base->getAsCompiler()) in ShDestruct()
1392 DeleteCompiler(base->getAsCompiler()); in ShDestruct()
1477 TCompiler* compiler = base->getAsCompiler(); in ShCompile()
1530 if (base->getAsCompiler()) in ShLinkExt()
1531 cObjects.push_back(base->getAsCompiler()); in ShLinkExt()
1548 if (cObjects[i]->getAsCompiler()) { in ShLinkExt()
1549 if (! cObjects[i]->getAsCompiler()->linkable()) { in ShLinkExt()
1582 if (base->getAsCompiler()) in ShGetInfoLog()
1583 infoSink = &(base->getAsCompiler()->getInfoSink()); in ShGetInfoLog()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DShaderLang.cpp1401 if (base->getAsCompiler()) in ShDestruct()
1402 DeleteCompiler(base->getAsCompiler()); in ShDestruct()
1487 TCompiler* compiler = base->getAsCompiler(); in ShCompile()
1540 if (base->getAsCompiler()) in ShLinkExt()
1541 cObjects.push_back(base->getAsCompiler()); in ShLinkExt()
1558 if (cObjects[i]->getAsCompiler()) { in ShLinkExt()
1559 if (! cObjects[i]->getAsCompiler()->linkable()) { in ShLinkExt()
1592 if (base->getAsCompiler()) in ShGetInfoLog()
1593 infoSink = &(base->getAsCompiler()->getInfoSink()); in ShGetInfoLog()
/external/angle/src/libANGLE/renderer/metal/
DShaderMtl.mm115 // *>(base->getAsCompiler()); translatorMetal->enableEmulatedInstanceID(true);