Searched defs:structVar (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/angle/src/compiler/translator/ |
H A 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()
|
H A D | blocklayout.h | 167 void enterAggregateType(const ShaderVariable &structVar) override {} in enterAggregateType() 168 void exitAggregateType(const ShaderVariable &structVar) override {} in exitAggregateType() 240 virtual void enterStruct(const ShaderVariable &structVar) {} in enterStruct() 241 virtual void exitStruct(const ShaderVariable &structVar) {} in exitStruct() 243 virtual void enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) {} in enterStructAccess() 244 virtual void exitStructAccess(const ShaderVariable &structVar, bool isRowMajor) {} in exitStructAccess()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/ |
H A 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()
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/msl/ |
H A D | ReduceInterfaceBlocks.cpp | 53 auto &structVar = CreateStructTypeVariable(mSymbolTable, structure); in visitDeclarationPre() local 72 auto &structVar = CreateStructTypeVariable(mSymbolTable, structure); in visitDeclarationPre() local
|
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/ |
H A D | blocklayoutHLSL.cpp | 22 void HLSLBlockEncoder::enterAggregateType(const ShaderVariable &structVar) in enterAggregateType() 27 void HLSLBlockEncoder::exitAggregateType(const ShaderVariable &structVar) {} in exitAggregateType()
|
H A D | ShaderStorageBlockOutputHLSL.cpp | 221 void enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) override in enterStructAccess()
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/ |
H A D | SeparateDeclarations.cpp | 111 TVariable *structVar = in visitDeclarationPost() local 165 TVariable *structVar = in visitFunctionPrototypePre() local
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | ProgramLinkedResources.cpp | 541 void enterStructAccess(const sh::ShaderVariable &structVar, bool isRowMajor) override in enterStructAccess() 547 void exitStructAccess(const sh::ShaderVariable &structVar, bool isRowMajor) override in exitStructAccess()
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/ |
H A D | hlslParseHelper.cpp | 3890 TVariable* structVar = makeInternalVariable("@sampleStructTemp", retType); in decomposeSampleMethods() local
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 3895 TVariable* structVar = makeInternalVariable("@sampleStructTemp", retType); in decomposeSampleMethods() local
|