Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
Dblocklayout.h124 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()
Dblocklayout.cpp220 size_t BlockLayoutEncoder::getShaderVariableSize(const ShaderVariable &structVar, bool isRowMajor) in getShaderVariableSize()
264 void Std140BlockEncoder::enterAggregateType(const ShaderVariable &structVar) in enterAggregateType()
269 void Std140BlockEncoder::exitAggregateType(const ShaderVariable &structVar) in exitAggregateType()
406 void VariableNameVisitor::enterStruct(const ShaderVariable &structVar) in enterStruct()
412 void VariableNameVisitor::exitStruct(const ShaderVariable &structVar) in exitStruct()
418 void VariableNameVisitor::enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) in enterStructAccess()
424 void VariableNameVisitor::exitStructAccess(const ShaderVariable &structVar, bool isRowMajor) in exitStructAccess()
526 void BlockEncoderVisitor::enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) in enterStructAccess()
540 void BlockEncoderVisitor::exitStructAccess(const ShaderVariable &structVar, bool isRowMajor) in exitStructAccess()
DblocklayoutHLSL.cpp22 void HLSLBlockEncoder::enterAggregateType(const ShaderVariable &structVar) in enterAggregateType()
27 void HLSLBlockEncoder::exitAggregateType(const ShaderVariable &structVar) {} in exitAggregateType()
DShaderStorageBlockOutputHLSL.cpp218 void enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) override in enterStructAccess()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DReduceInterfaceBlocks.cpp52 auto &structVar = CreateStructTypeVariable(mSymbolTable, structure); in visitDeclarationPre() local
71 auto &structVar = CreateStructTypeVariable(mSymbolTable, structure); in visitDeclarationPre() local
DSeparateCompoundStructDeclarations.cpp40 TVariable *structVar = nullptr; in visitDeclaration() local
/external/llvm-project/clang/test/Sema/
Dtypo-correction-no-hang.cpp11 struct rdar38642201 structVar; in rdar38642201_caller() local
Dtypo-correction.c98 struct rdar38642201 structVar; in rdar38642201_caller() local
/external/angle/src/libANGLE/
DProgramLinkedResources.cpp531 void enterStructAccess(const sh::ShaderVariable &structVar, bool isRowMajor) override in enterStructAccess()
537 void exitStructAccess(const sh::ShaderVariable &structVar, bool isRowMajor) override in exitStructAccess()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp3802 TVariable* structVar = makeInternalVariable("@sampleStructTemp", retType); in decomposeSampleMethods() local
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslParseHelper.cpp3802 TVariable* structVar = makeInternalVariable("@sampleStructTemp", retType); in decomposeSampleMethods() local