Home
last modified time | relevance | path

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

/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/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