Home
last modified time | relevance | path

Searched refs:TShHandleBase (Results 1 – 10 of 10) sorted by relevance

/external/angle/src/compiler/translator/
DShaderLang.cpp54 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetCompilerFromHandle()
75 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetTranslatorHLSLFromHandle()
343 TShHandleBase *base = static_cast<TShHandleBase *>(ConstructCompiler(type, spec, output)); in ConstructCompiler()
370 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in Destruct()
547 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetUniformBlocks()
557 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetShaderStorageBlocks()
568 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetComputeShaderLocalGroupSize()
578 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetVertexShaderNumViews()
731 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in HasValidGeometryShaderInputPrimitiveType()
742 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in HasValidGeometryShaderOutputPrimitiveType()
[all …]
DCompiler.h62 class TShHandleBase
65 TShHandleBase();
66 virtual ~TShHandleBase();
85 class TCompiler : public TShHandleBase
DCompiler.cpp282 TShHandleBase::TShHandleBase() in TShHandleBase() function in sh::TShHandleBase
288 TShHandleBase::~TShHandleBase() in ~TShHandleBase()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DShHandle.h57 class TShHandleBase {
59 TShHandleBase() { pool = new glslang::TPoolAllocator; } in TShHandleBase() function
60 virtual ~TShHandleBase() { delete pool; } in ~TShHandleBase()
73 class TUniformMap : public TShHandleBase {
89 class TCompiler : public TShHandleBase {
113 typedef glslang::TVector<TShHandleBase*> THandleList;
120 class TLinker : public TShHandleBase {
166 TShHandleBase* ConstructLinker(EShExecutable, int);
167 TShHandleBase* ConstructBindings();
168 void DeleteLinker(TShHandleBase*);
[all …]
/external/deqp-deps/glslang/glslang/Include/
DShHandle.h57 class TShHandleBase {
59 TShHandleBase() { pool = new glslang::TPoolAllocator; } in TShHandleBase() function
60 virtual ~TShHandleBase() { delete pool; } in ~TShHandleBase()
73 class TUniformMap : public TShHandleBase {
89 class TCompiler : public TShHandleBase {
113 typedef glslang::TVector<TShHandleBase*> THandleList;
120 class TLinker : public TShHandleBase {
166 TShHandleBase* ConstructLinker(EShExecutable, int);
167 TShHandleBase* ConstructBindings();
168 void DeleteLinker(TShHandleBase*);
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/glslang/GenericCodeGen/
DLink.cpp63 TShHandleBase* ConstructLinker(EShExecutable executable, int debugOptions) in ConstructLinker()
68 void DeleteLinker(TShHandleBase* linker) in DeleteLinker()
83 TShHandleBase* ConstructBindings() in ConstructBindings()
88 void DeleteBindingList(TShHandleBase* bindingList) in DeleteBindingList()
/external/deqp-deps/glslang/glslang/GenericCodeGen/
DLink.cpp63 TShHandleBase* ConstructLinker(EShExecutable executable, int debugOptions) in ConstructLinker()
68 void DeleteLinker(TShHandleBase* linker) in DeleteLinker()
83 TShHandleBase* ConstructBindings() in ConstructBindings()
88 void DeleteBindingList(TShHandleBase* bindingList) in DeleteBindingList()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DShaderLang.cpp1359 TShHandleBase* base = static_cast<TShHandleBase*>(ConstructCompiler(language, debugOptions)); in ShConstructCompiler()
1369 TShHandleBase* base = static_cast<TShHandleBase*>(ConstructLinker(executable, debugOptions)); in ShConstructLinker()
1379 TShHandleBase* base = static_cast<TShHandleBase*>(ConstructUniformMap()); in ShConstructUniformMap()
1389 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShDestruct()
1476 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(handle); in ShCompile()
1526 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(compHandles[i]); in ShLinkExt()
1537 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(linkHandle); in ShLinkExt()
1579 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShGetInfoLog()
1602 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(handle); in ShGetExecutable()
1624 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(handle); in ShSetVirtualAttributeBindings()
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DShaderLang.cpp1369 TShHandleBase* base = static_cast<TShHandleBase*>(ConstructCompiler(language, debugOptions)); in ShConstructCompiler()
1379 TShHandleBase* base = static_cast<TShHandleBase*>(ConstructLinker(executable, debugOptions)); in ShConstructLinker()
1389 TShHandleBase* base = static_cast<TShHandleBase*>(ConstructUniformMap()); in ShConstructUniformMap()
1399 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShDestruct()
1486 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(handle); in ShCompile()
1536 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(compHandles[i]); in ShLinkExt()
1547 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(linkHandle); in ShLinkExt()
1589 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShGetInfoLog()
1612 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(handle); in ShGetExecutable()
1634 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(handle); in ShSetVirtualAttributeBindings()
[all …]
/external/angle/src/libANGLE/renderer/metal/
DShaderMtl.mm64 sh::TShHandleBase *base = static_cast<sh::TShHandleBase *>(mTranslateTask->getHandle());
109 sh::TShHandleBase *base = static_cast<sh::TShHandleBase *>(compilerInstance->getHandle());