Searched refs:TShHandleBase (Results 1 – 10 of 10) 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()
89 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 …]
57 class TShHandleBase60 TShHandleBase();61 virtual ~TShHandleBase();77 class TCompiler : public TShHandleBase
275 TShHandleBase::TShHandleBase() in TShHandleBase() function in sh::TShHandleBase281 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 …]
63 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()
1362 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 …]
64 sh::TShHandleBase *base = static_cast<sh::TShHandleBase *>(mTranslateTask->getHandle());111 sh::TShHandleBase *base = static_cast<sh::TShHandleBase *>(compilerInstance->getHandle());