Searched refs:TShHandleBase (Results 1 – 7 of 7) sorted by relevance
64 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 …]
62 class TShHandleBase65 TShHandleBase();66 virtual ~TShHandleBase();90 class TCompiler : public TShHandleBase
316 TShHandleBase::TShHandleBase() in TShHandleBase() function in sh::TShHandleBase322 TShHandleBase::~TShHandleBase() in ~TShHandleBase()
57 class TShHandleBase {59 TShHandleBase() { pool = new glslang::TPoolAllocator; } in TShHandleBase() function60 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 …]
62 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()
1334 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 …]
64 sh::TShHandleBase *base = static_cast<sh::TShHandleBase *>(mTranslateTask->getHandle());111 sh::TShHandleBase *base = static_cast<sh::TShHandleBase *>(compilerInstance->getHandle());