Home
last modified time | relevance | path

Searched refs:fieldStruct (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/
DStructureHLSL.cpp47 const TStructure *fieldStruct = fieldType.getStruct(); in Define() local
49 fieldStruct ? QualifiedStructNameString(*fieldStruct, useHLSLRowMajorPacking, in Define()
/external/angle/src/compiler/translator/tree_ops/
DRewriteStructSamplersOld.cpp289 const TStructure *fieldStruct = static_cast<const TStructure *>(structSymbol); in stripStructSpecifierSamplers() local
290 newType = new TType(fieldStruct, true); in stripStructSpecifierSamplers()
DRewriteStructSamplers.cpp552 const TStructure *fieldStruct = static_cast<const TStructure *>(structSymbol); in stripStructSpecifierSamplers() local
553 newType = new TType(fieldStruct, true); in stripStructSpecifierSamplers()