Home
last modified time | relevance | path

Searched refs:structDef (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework.py2749 structDef = None
2756 structDef = structDefList[0]
2758 sType = structDef[0]
2759 sSuffix = structDef[1] + structDef[2]
2956 structDef = None
2959 structDef = foundDefs[0]
2964 structDef = foundDefs[0]
2966 sType = structDef[0]
2967 sSuffix = structDef[
[all...]
H A Dohos_gen_framework.py2456 structDef = None
2463 structDef = structDefList[0]
2465 sType = structDef[0]
2466 sSuffix = structDef[1] + structDef[2]
2669 structDef = None
2672 structDef = foundDefs[0]
2677 structDef = foundDefs[0]
2679 sType = structDef[0]
2680 sSuffix = structDef[
[all...]
H A Dgen_framework_sc.py2469 structDef = [s for s in dfDefs if s[3] == structName][0]
2470 sType = structDef[0]
2471 sSuffix = structDef[1] + structDef[2]
2683 structDef = [s for s in dpDefs if s[3] == structName][0]
2684 sType = structDef[0]
2685 sSuffix = structDef[1] + structDef[2]
/third_party/skia/src/sksl/
H A DSkSLDehydrator.cpp575 const StructDefinition& structDef = e.as<StructDefinition>(); in write() local
577 this->write(structDef.type()); in write()

Completed in 24 milliseconds