Searched defs:structVar (Results 1 – 10 of 10) sorted by relevance
| /external/angle/src/compiler/translator/ |
| D | blocklayout.h | 166 void enterAggregateType(const ShaderVariable &structVar) override {} in enterAggregateType() 167 void exitAggregateType(const ShaderVariable &structVar) override {} in exitAggregateType() 239 virtual void enterStruct(const ShaderVariable &structVar) {} in enterStruct() 240 virtual void exitStruct(const ShaderVariable &structVar) {} in exitStruct() 242 virtual void enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) {} in enterStructAccess() 243 virtual void exitStructAccess(const ShaderVariable &structVar, bool isRowMajor) {} in exitStructAccess()
|
| D | blocklayout.cpp | 241 size_t BlockLayoutEncoder::getShaderVariableSize(const ShaderVariable &structVar, bool isRowMajor) in getShaderVariableSize() 296 void Std140BlockEncoder::enterAggregateType(const ShaderVariable &structVar) in enterAggregateType() 301 void Std140BlockEncoder::exitAggregateType(const ShaderVariable &structVar) in exitAggregateType() 445 void VariableNameVisitor::enterStruct(const ShaderVariable &structVar) in enterStruct() 451 void VariableNameVisitor::exitStruct(const ShaderVariable &structVar) in exitStruct() 457 void VariableNameVisitor::enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) in enterStructAccess() 463 void VariableNameVisitor::exitStructAccess(const ShaderVariable &structVar, bool isRowMajor) in exitStructAccess() 565 void BlockEncoderVisitor::enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) in enterStructAccess() 579 void BlockEncoderVisitor::exitStructAccess(const ShaderVariable &structVar, bool isRowMajor) in exitStructAccess()
|
| /external/angle/src/libANGLE/renderer/metal/ |
| D | blocklayoutMetal.cpp | 331 void BlockLayoutEncoderMTL::enterAggregateType(const sh::ShaderVariable &structVar) in enterAggregateType() 336 void BlockLayoutEncoderMTL::exitAggregateType(const sh::ShaderVariable &structVar) in exitAggregateType() 341 size_t BlockLayoutEncoderMTL::getShaderVariableSize(const sh::ShaderVariable &structVar, in getShaderVariableSize()
|
| /external/angle/src/compiler/translator/tree_ops/msl/ |
| 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
|
| /external/angle/src/compiler/translator/hlsl/ |
| D | blocklayoutHLSL.cpp | 22 void HLSLBlockEncoder::enterAggregateType(const ShaderVariable &structVar) in enterAggregateType() 27 void HLSLBlockEncoder::exitAggregateType(const ShaderVariable &structVar) {} in exitAggregateType()
|
| D | ShaderStorageBlockOutputHLSL.cpp | 221 void enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) override in enterStructAccess()
|
| /external/angle/src/libANGLE/ |
| D | ProgramLinkedResources.cpp | 516 void enterStructAccess(const sh::ShaderVariable &structVar, bool isRowMajor) override in enterStructAccess() 522 void exitStructAccess(const sh::ShaderVariable &structVar, bool isRowMajor) override in exitStructAccess()
|
| /external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
| D | hlslParseHelper.cpp | 3895 TVariable* structVar = makeInternalVariable("@sampleStructTemp", retType); in decomposeSampleMethods() local
|
| /external/deqp-deps/glslang/glslang/HLSL/ |
| D | hlslParseHelper.cpp | 3895 TVariable* structVar = makeInternalVariable("@sampleStructTemp", retType); in decomposeSampleMethods() local
|