Searched refs:TranslatorHLSL (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/compiler/translator/ |
D | TranslatorHLSL.cpp | 34 TranslatorHLSL::TranslatorHLSL(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output) in TranslatorHLSL() function in sh::TranslatorHLSL 38 bool TranslatorHLSL::translate(TIntermBlock *root, in translate() 205 bool TranslatorHLSL::shouldFlattenPragmaStdglInvariantAll() in shouldFlattenPragmaStdglInvariantAll() 211 bool TranslatorHLSL::hasShaderStorageBlock(const std::string &uniformBlockName) const in hasShaderStorageBlock() 216 unsigned int TranslatorHLSL::getShaderStorageBlockRegister( in getShaderStorageBlockRegister() 223 bool TranslatorHLSL::hasUniformBlock(const std::string &uniformBlockName) const in hasUniformBlock() 228 unsigned int TranslatorHLSL::getUniformBlockRegister(const std::string &uniformBlockName) const in getUniformBlockRegister() 234 const std::map<std::string, unsigned int> *TranslatorHLSL::getUniformRegisterMap() const in getUniformRegisterMap() 239 unsigned int TranslatorHLSL::getReadonlyImage2DRegisterIndex() const in getReadonlyImage2DRegisterIndex() 244 unsigned int TranslatorHLSL::getImage2DRegisterIndex() const in getImage2DRegisterIndex() [all …]
|
D | TranslatorHLSL.h | 15 class TranslatorHLSL : public TCompiler 18 TranslatorHLSL(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output); 19 TranslatorHLSL *getAsTranslatorHLSL() override { return this; } in getAsTranslatorHLSL()
|
D | ShaderLang.cpp | 69 TranslatorHLSL *GetTranslatorHLSLFromHandle(ShHandle handle) in GetTranslatorHLSLFromHandle() 524 TranslatorHLSL *translator = GetTranslatorHLSLFromHandle(handle); in GetShaderStorageBlockRegister() 546 TranslatorHLSL *translator = GetTranslatorHLSLFromHandle(handle); in GetUniformBlockRegister() 565 TranslatorHLSL *translator = GetTranslatorHLSLFromHandle(handle); in ShouldUniformBlockUseStructuredBuffer() 577 TranslatorHLSL *translator = GetTranslatorHLSLFromHandle(handle); in GetUniformRegisterMap() 589 TranslatorHLSL *translator = GetTranslatorHLSLFromHandle(handle); in GetReadonlyImage2DRegisterIndex() 601 TranslatorHLSL *translator = GetTranslatorHLSLFromHandle(handle); in GetImage2DRegisterIndex() 613 TranslatorHLSL *translator = GetTranslatorHLSLFromHandle(handle); in GetUsedImage2DFunctionNames()
|
D | CodeGen.cpp | 56 return new TranslatorHLSL(type, spec, output); in ConstructCompiler()
|
D | Compiler.h | 36 class TranslatorHLSL; variable 64 virtual TranslatorHLSL *getAsTranslatorHLSL() { return 0; } in getAsTranslatorHLSL()
|
/external/angle/src/ |
D | compiler.gni | 275 "src/compiler/translator/TranslatorHLSL.cpp", 276 "src/compiler/translator/TranslatorHLSL.h",
|