Lines Matching refs:parent
1463 void InheritQualifiers(glslang::TQualifier& child, const glslang::TQualifier& parent)
1466 child.layoutMatrix = parent.layoutMatrix;
1468 if (parent.invariant)
1470 if (parent.flat)
1472 if (parent.centroid)
1474 if (parent.nopersp)
1476 if (parent.explicitInterp)
1478 if (parent.perPrimitiveNV)
1480 if (parent.perViewNV)
1482 if (parent.perTaskNV)
1484 if (parent.storage == glslang::EvqtaskPayloadSharedEXT)
1486 if (parent.patch)
1488 if (parent.sample)
1490 if (parent.coherent)
1492 if (parent.devicecoherent)
1494 if (parent.queuefamilycoherent)
1496 if (parent.workgroupcoherent)
1498 if (parent.subgroupcoherent)
1500 if (parent.shadercallcoherent)
1502 if (parent.nonprivate)
1504 if (parent.volatil)
1506 if (parent.restrict)
1508 if (parent.readonly)
1510 if (parent.writeonly)
1512 if (parent.nonUniform)
2874 // If this is the parent node of all the functions, we want to see them
4354 // When inverting a swizzle with a parent op, this function
4355 // will apply the swizzle operation to a completed parent operation.