Searched defs:structVar (Results 1 – 11 of 11) sorted by relevance
/external/angle/src/compiler/translator/ |
D | blocklayout.h | 124 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()
|
D | blocklayout.cpp | 220 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()
|
D | blocklayoutHLSL.cpp | 22 void HLSLBlockEncoder::enterAggregateType(const ShaderVariable &structVar) in enterAggregateType() 27 void HLSLBlockEncoder::exitAggregateType(const ShaderVariable &structVar) {} in exitAggregateType()
|
D | ShaderStorageBlockOutputHLSL.cpp | 218 void enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) override in enterStructAccess()
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | ReduceInterfaceBlocks.cpp | 52 auto &structVar = CreateStructTypeVariable(mSymbolTable, structure); in visitDeclarationPre() local 71 auto &structVar = CreateStructTypeVariable(mSymbolTable, structure); in visitDeclarationPre() local
|
D | SeparateCompoundStructDeclarations.cpp | 40 TVariable *structVar = nullptr; in visitDeclaration() local
|
/external/llvm-project/clang/test/Sema/ |
D | typo-correction-no-hang.cpp | 11 struct rdar38642201 structVar; in rdar38642201_caller() local
|
D | typo-correction.c | 98 struct rdar38642201 structVar; in rdar38642201_caller() local
|
/external/angle/src/libANGLE/ |
D | ProgramLinkedResources.cpp | 531 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/ |
D | hlslParseHelper.cpp | 3802 TVariable* structVar = makeInternalVariable("@sampleStructTemp", retType); in decomposeSampleMethods() local
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslParseHelper.cpp | 3802 TVariable* structVar = makeInternalVariable("@sampleStructTemp", retType); in decomposeSampleMethods() local
|