Home
last modified time | relevance | path

Searched defs:structVar (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dblocklayout.h122 void enterAggregateType(const ShaderVariable &structVar) override {} in enterAggregateType()
123 void exitAggregateType(const ShaderVariable &structVar) override {} in exitAggregateType()
195 virtual void enterStruct(const ShaderVariable &structVar) {} in enterStruct()
196 virtual void exitStruct(const ShaderVariable &structVar) {} in exitStruct()
198 virtual void enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) {} in enterStructAccess()
199 virtual void exitStructAccess(const ShaderVariable &structVar, bool isRowMajor) {} in exitStructAccess()
Dblocklayout.cpp194 size_t BlockLayoutEncoder::getShaderVariableSize(const ShaderVariable &structVar, bool isRowMajor) in getShaderVariableSize()
238 void Std140BlockEncoder::enterAggregateType(const ShaderVariable &structVar) in enterAggregateType()
243 void Std140BlockEncoder::exitAggregateType(const ShaderVariable &structVar) in exitAggregateType()
378 void VariableNameVisitor::enterStruct(const ShaderVariable &structVar) in enterStruct()
384 void VariableNameVisitor::exitStruct(const ShaderVariable &structVar) in exitStruct()
390 void VariableNameVisitor::enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) in enterStructAccess()
396 void VariableNameVisitor::exitStructAccess(const ShaderVariable &structVar, bool isRowMajor) in exitStructAccess()
496 void BlockEncoderVisitor::enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) in enterStructAccess()
510 void BlockEncoderVisitor::exitStructAccess(const ShaderVariable &structVar, bool isRowMajor) in exitStructAccess()
DblocklayoutHLSL.cpp22 void HLSLBlockEncoder::enterAggregateType(const ShaderVariable &structVar) in enterAggregateType()
27 void HLSLBlockEncoder::exitAggregateType(const ShaderVariable &structVar) {} in exitAggregateType()
DShaderStorageBlockOutputHLSL.cpp217 void enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) override in enterStructAccess()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dblocklayout.h124 void enterAggregateType(const ShaderVariable &structVar) override {} in enterAggregateType()
125 void exitAggregateType(const ShaderVariable &structVar) override {} in exitAggregateType()
197 virtual void enterStruct(const ShaderVariable &structVar) {} in enterStruct()
198 virtual void exitStruct(const ShaderVariable &structVar) {} in exitStruct()
200 virtual void enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) {} in enterStructAccess()
201 virtual void exitStructAccess(const ShaderVariable &structVar, bool isRowMajor) {} in exitStructAccess()
Dblocklayout.cpp231 size_t BlockLayoutEncoder::getShaderVariableSize(const ShaderVariable &structVar, bool isRowMajor) in getShaderVariableSize()
281 void Std140BlockEncoder::enterAggregateType(const ShaderVariable &structVar) in enterAggregateType()
286 void Std140BlockEncoder::exitAggregateType(const ShaderVariable &structVar) in exitAggregateType()
430 void VariableNameVisitor::enterStruct(const ShaderVariable &structVar) in enterStruct()
436 void VariableNameVisitor::exitStruct(const ShaderVariable &structVar) in exitStruct()
442 void VariableNameVisitor::enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) in enterStructAccess()
448 void VariableNameVisitor::exitStructAccess(const ShaderVariable &structVar, bool isRowMajor) in exitStructAccess()
550 void BlockEncoderVisitor::enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) in enterStructAccess()
564 void BlockEncoderVisitor::exitStructAccess(const ShaderVariable &structVar, bool isRowMajor) in exitStructAccess()
DblocklayoutHLSL.cpp22 void HLSLBlockEncoder::enterAggregateType(const ShaderVariable &structVar) in enterAggregateType()
27 void HLSLBlockEncoder::exitAggregateType(const ShaderVariable &structVar) {} in exitAggregateType()
DShaderStorageBlockOutputHLSL.cpp218 void enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) override in enterStructAccess()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DReduceInterfaceBlocks.cpp53 auto &structVar = CreateStructTypeVariable(mSymbolTable, structure); in visitDeclarationPre() local
72 auto &structVar = CreateStructTypeVariable(mSymbolTable, structure); in visitDeclarationPre() local
DSeparateCompoundStructDeclarations.cpp40 TVariable *structVar = nullptr; in visitDeclaration() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.cpp507 void enterStructAccess(const sh::ShaderVariable &structVar, bool isRowMajor) override in enterStructAccess()
513 void exitStructAccess(const sh::ShaderVariable &structVar, bool isRowMajor) override in exitStructAccess()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteStructSamplers.cpp25 const TStructure *structVar = static_cast<const TStructure *>(structSymbol); in GetStructSamplerParameterType() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.cpp531 void enterStructAccess(const sh::ShaderVariable &structVar, bool isRowMajor) override in enterStructAccess()
537 void exitStructAccess(const sh::ShaderVariable &structVar, bool isRowMajor) override in exitStructAccess()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp3802 TVariable* structVar = makeInternalVariable("@sampleStructTemp", retType); in decomposeSampleMethods() local