Home
last modified time | relevance | path

Searched refs:TShHandleBase (Results 1 – 7 of 7) 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/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.cpp62 TShHandleBase* ConstructLinker(EShExecutable executable, int) in ConstructLinker()
67 void DeleteLinker(TShHandleBase* linker) in DeleteLinker()
82 TShHandleBase* ConstructBindings() in ConstructBindings()
87 void DeleteBindingList(TShHandleBase* bindingList) in DeleteBindingList()
/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp1334 TShHandleBase* base = static_cast<TShHandleBase*>(ConstructCompiler(language, 0)); in ShConstructCompiler()
1341 TShHandleBase* base = static_cast<TShHandleBase*>(ConstructLinker(executable, 0)); in ShConstructLinker()
1348 TShHandleBase* base = static_cast<TShHandleBase*>(ConstructUniformMap()); in ShConstructUniformMap()
1358 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShDestruct()
1443 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(handle); in ShCompile()
1493 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(compHandles[i]); in ShLinkExt()
1504 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(linkHandle); in ShLinkExt()
1545 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShGetInfoLog()
1568 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(handle); in ShGetExecutable()
1590 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());