Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp64 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetCompilerFromHandle()
85 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetTranslatorHLSLFromHandle()
353 TShHandleBase *base = static_cast<TShHandleBase *>(ConstructCompiler(type, spec, output)); in ConstructCompiler()
380 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in Destruct()
557 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetUniformBlocks()
567 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetShaderStorageBlocks()
578 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetComputeShaderLocalGroupSize()
588 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetVertexShaderNumViews()
741 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in HasValidGeometryShaderInputPrimitiveType()
752 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in HasValidGeometryShaderOutputPrimitiveType()
[all …]
DCompiler.h62 class TShHandleBase
65 TShHandleBase();
66 virtual ~TShHandleBase();
90 class TCompiler : public TShHandleBase
DCompiler.cpp316 TShHandleBase::TShHandleBase() in TShHandleBase() function in sh::TShHandleBase
322 TShHandleBase::~TShHandleBase() in ~TShHandleBase()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp89 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetCompilerFromHandle()
110 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetTranslatorHLSLFromHandle()
303 TShHandleBase *base = static_cast<TShHandleBase *>(ConstructCompiler(type, spec, output)); in ConstructCompiler()
330 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in Destruct()
461 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetUniformBlocks()
471 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetShaderStorageBlocks()
482 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetComputeShaderLocalGroupSize()
492 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetVertexShaderNumViews()
600 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in HasValidGeometryShaderInputPrimitiveType()
611 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in HasValidGeometryShaderOutputPrimitiveType()
[all …]
DCompiler.h57 class TShHandleBase
60 TShHandleBase();
61 virtual ~TShHandleBase();
77 class TCompiler : public TShHandleBase
DCompiler.cpp275 TShHandleBase::TShHandleBase() in TShHandleBase() function in sh::TShHandleBase
281 TShHandleBase::~TShHandleBase() in ~TShHandleBase()
/third_party/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 …]
/third_party/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()
/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp1362 TShHandleBase* base = static_cast<TShHandleBase*>(ConstructCompiler(language, debugOptions)); in ShConstructCompiler()
1372 TShHandleBase* base = static_cast<TShHandleBase*>(ConstructLinker(executable, debugOptions)); in ShConstructLinker()
1382 TShHandleBase* base = static_cast<TShHandleBase*>(ConstructUniformMap()); in ShConstructUniformMap()
1392 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShDestruct()
1481 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(handle); in ShCompile()
1531 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(compHandles[i]); in ShLinkExt()
1542 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(linkHandle); in ShLinkExt()
1584 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShGetInfoLog()
1607 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(handle); in ShGetExecutable()
1629 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(handle); in ShSetVirtualAttributeBindings()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DShaderMtl.mm64 sh::TShHandleBase *base = static_cast<sh::TShHandleBase *>(mTranslateTask->getHandle());
111 sh::TShHandleBase *base = static_cast<sh::TShHandleBase *>(compilerInstance->getHandle());