HomeSort by relevance Sort by last modified time
    Searched refs:UniformHLSL (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/
UniformHLSL.cpp 6 // UniformHLSL.cpp:
13 #include "compiler/translator/UniformHLSL.h"
64 UniformHLSL::UniformHLSL(StructureHLSL *structureHLSL, TranslatorHLSL *translator)
73 void UniformHLSL::reserveUniformRegisters(unsigned int registerCount)
78 void UniformHLSL::reserveInterfaceBlockRegisters(unsigned int registerCount)
83 const Uniform *UniformHLSL::findUniformByName(const TString &name) const
97 unsigned int UniformHLSL::declareUniformAndAssignRegister(const TType &type, const TString &name)
120 TString UniformHLSL::uniformsHeader(ShShaderOutput outputType, const ReferencedSymbols &referencedUniforms)
160 TString UniformHLSL::interfaceBlocksHeader(const ReferencedSymbols &referencedInterfaceBlocks
    [all...]
UniformHLSL.h 6 // UniformHLSL.h:
19 class UniformHLSL
22 UniformHLSL(StructureHLSL *structureHLSL, TranslatorHLSL *translator);
OutputHLSL.h 23 class UniformHLSL;
84 UniformHLSL *mUniformHLSL;
OutputHLSL.cpp 22 #include "compiler/translator/UniformHLSL.h"
145 mUniformHLSL = new UniformHLSL(mStructureHLSL, parentTranslator);
    [all...]
  /external/chromium_org/third_party/angle/src/
translator_lib.target.darwin-arm64.mk 70 third_party/angle/src/compiler/translator/UniformHLSL.cpp \
translator_lib.target.darwin-mips.mk 70 third_party/angle/src/compiler/translator/UniformHLSL.cpp \
translator_lib.target.darwin-mips64.mk 70 third_party/angle/src/compiler/translator/UniformHLSL.cpp \
translator_lib.target.darwin-x86.mk 70 third_party/angle/src/compiler/translator/UniformHLSL.cpp \
translator_lib.target.darwin-x86_64.mk 70 third_party/angle/src/compiler/translator/UniformHLSL.cpp \
translator_lib.target.linux-arm64.mk 70 third_party/angle/src/compiler/translator/UniformHLSL.cpp \
translator_lib.target.linux-mips.mk 70 third_party/angle/src/compiler/translator/UniformHLSL.cpp \
translator_lib.target.linux-mips64.mk 70 third_party/angle/src/compiler/translator/UniformHLSL.cpp \
translator_lib.target.linux-x86.mk 70 third_party/angle/src/compiler/translator/UniformHLSL.cpp \
translator_lib.target.linux-x86_64.mk 70 third_party/angle/src/compiler/translator/UniformHLSL.cpp \
translator_lib.target.darwin-arm.mk 70 third_party/angle/src/compiler/translator/UniformHLSL.cpp \
translator_lib.target.linux-arm.mk 70 third_party/angle/src/compiler/translator/UniformHLSL.cpp \

Completed in 160 milliseconds