Searched refs:getAsCompiler (Results 1 – 8 of 8) sorted by relevance
65 return base->getAsCompiler(); in GetCompilerFromHandle()359 TCompiler *compiler = base->getAsCompiler(); in ConstructCompiler()382 if (base->getAsCompiler()) in Destruct()383 DeleteCompiler(base->getAsCompiler()); in Destruct()558 TCompiler *compiler = base->getAsCompiler(); in GetUniformBlocks()568 TCompiler *compiler = base->getAsCompiler(); in GetShaderStorageBlocks()579 TCompiler *compiler = base->getAsCompiler(); in GetComputeShaderLocalGroupSize()589 TCompiler *compiler = base->getAsCompiler(); in GetVertexShaderNumViews()742 TCompiler *compiler = base->getAsCompiler(); in HasValidGeometryShaderInputPrimitiveType()753 TCompiler *compiler = base->getAsCompiler(); in HasValidGeometryShaderOutputPrimitiveType()[all …]
67 virtual TCompiler *getAsCompiler() { return 0; } in getAsCompiler() function95 TCompiler *getAsCompiler() override { return this; } in getAsCompiler() function
90 return base->getAsCompiler(); in GetCompilerFromHandle()309 TCompiler *compiler = base->getAsCompiler(); in ConstructCompiler()332 if (base->getAsCompiler()) in Destruct()333 DeleteCompiler(base->getAsCompiler()); in Destruct()462 TCompiler *compiler = base->getAsCompiler(); in GetUniformBlocks()472 TCompiler *compiler = base->getAsCompiler(); in GetShaderStorageBlocks()483 TCompiler *compiler = base->getAsCompiler(); in GetComputeShaderLocalGroupSize()493 TCompiler *compiler = base->getAsCompiler(); in GetVertexShaderNumViews()601 TCompiler *compiler = base->getAsCompiler(); in HasValidGeometryShaderInputPrimitiveType()612 TCompiler *compiler = base->getAsCompiler(); in HasValidGeometryShaderOutputPrimitiveType()[all …]
62 virtual TCompiler *getAsCompiler() { return 0; } in getAsCompiler() function82 TCompiler *getAsCompiler() override { return this; } in getAsCompiler() function
61 virtual TCompiler* getAsCompiler() { return 0; } in getAsCompiler() function98 virtual TCompiler* getAsCompiler() { return this; } in getAsCompiler() function
80 virtual TCompiler* getAsCompiler() { return this; } in getAsCompiler() function
1391 if (base->getAsCompiler()) in ShDestruct()1392 DeleteCompiler(base->getAsCompiler()); in ShDestruct()1477 TCompiler* compiler = base->getAsCompiler(); in ShCompile()1530 if (base->getAsCompiler()) in ShLinkExt()1531 cObjects.push_back(base->getAsCompiler()); in ShLinkExt()1548 if (cObjects[i]->getAsCompiler()) { in ShLinkExt()1549 if (! cObjects[i]->getAsCompiler()->linkable()) { in ShLinkExt()1582 if (base->getAsCompiler()) in ShGetInfoLog()1583 infoSink = &(base->getAsCompiler()->getInfoSink()); in ShGetInfoLog()
117 // *>(base->getAsCompiler()); translatorMetal->enableEmulatedInstanceID(true);