Searched defs:structVar (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | blocklayout.h | 124 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()
|
D | blocklayout.cpp | 231 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()
|
D | blocklayoutHLSL.cpp | 22 void HLSLBlockEncoder::enterAggregateType(const ShaderVariable &structVar) in enterAggregateType() 27 void HLSLBlockEncoder::exitAggregateType(const ShaderVariable &structVar) {} in exitAggregateType()
|
D | ShaderStorageBlockOutputHLSL.cpp | 218 void enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) override in enterStructAccess()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | ReduceInterfaceBlocks.cpp | 53 auto &structVar = CreateStructTypeVariable(mSymbolTable, structure); in visitDeclarationPre() local 72 auto &structVar = CreateStructTypeVariable(mSymbolTable, structure); in visitDeclarationPre() local
|
D | SeparateCompoundStructDeclarations.cpp | 40 TVariable *structVar = nullptr; in visitDeclaration() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | ProgramLinkedResources.cpp | 531 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/ |
D | hlslParseHelper.cpp | 3802 TVariable* structVar = makeInternalVariable("@sampleStructTemp", retType); in decomposeSampleMethods() local
|