Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/scripts/
Dohos_gen_framework.py2059 structDef = [s for s in dfDefs if s[3] == structName][0]
2060 sType = structDef[0]
2061 sSuffix = structDef[1] + structDef[2]
2223 structDef = [s for s in dpDefs if s[3] == structName][0]
2224 sType = structDef[0]
2225 sSuffix = structDef[1] + structDef[2]
Dgen_framework.py2058 structDef = [s for s in dfDefs if s[3] == structName][0]
2059 sType = structDef[0]
2060 sSuffix = structDef[1] + structDef[2]
2222 structDef = [s for s in dpDefs if s[3] == structName][0]
2223 sType = structDef[0]
2224 sSuffix = structDef[1] + structDef[2]
/third_party/skia/src/sksl/
DSkSLDehydrator.cpp575 const StructDefinition& structDef = e.as<StructDefinition>(); in write() local
577 this->write(structDef.type()); in write()