Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
Dblocklayout.h166 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()
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()
/external/angle/src/libANGLE/renderer/metal/
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()
/external/angle/src/compiler/translator/tree_ops/msl/
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
/external/angle/src/compiler/translator/hlsl/
DblocklayoutHLSL.cpp22 void HLSLBlockEncoder::enterAggregateType(const ShaderVariable &structVar) in enterAggregateType()
27 void HLSLBlockEncoder::exitAggregateType(const ShaderVariable &structVar) {} in exitAggregateType()
DShaderStorageBlockOutputHLSL.cpp221 void enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) override in enterStructAccess()
/external/angle/src/libANGLE/
DProgramLinkedResources.cpp516 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/
DhlslParseHelper.cpp3895 TVariable* structVar = makeInternalVariable("@sampleStructTemp", retType); in decomposeSampleMethods() local
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp3895 TVariable* structVar = makeInternalVariable("@sampleStructTemp", retType); in decomposeSampleMethods() local