Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A Dblocklayout.cpp241 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 Dblocklayout.h167 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 DblocklayoutMetal.cpp331 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 DReduceInterfaceBlocks.cpp53 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 DblocklayoutHLSL.cpp22 void HLSLBlockEncoder::enterAggregateType(const ShaderVariable &structVar) in enterAggregateType()
27 void HLSLBlockEncoder::exitAggregateType(const ShaderVariable &structVar) {} in exitAggregateType()
H A DShaderStorageBlockOutputHLSL.cpp221 void enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) override in enterStructAccess()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DSeparateDeclarations.cpp111 TVariable *structVar = in visitDeclarationPost() local
165 TVariable *structVar = in visitFunctionPrototypePre() local
/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramLinkedResources.cpp541 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 DhlslParseHelper.cpp3890 TVariable* structVar = makeInternalVariable("@sampleStructTemp", retType); in decomposeSampleMethods() local
/aosp_15_r20/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp3895 TVariable* structVar = makeInternalVariable("@sampleStructTemp", retType); in decomposeSampleMethods() local