Home
last modified time | relevance | path

Searched defs:QID (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dexpr.go425 func (g *gen) packagePrefix(qid t.QID) string {
444 func isBaseRangeType(qid t.QID) bool {
Dcgen.go656 func uintBits(qid t.QID) uint32 {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600MachineScheduler.cpp453 SUnit* R600SchedStrategy::pickOther(int QID) { in pickOther()
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dast.go673 func (n *TypeExpr) QID() t.QID { return t.QID{n.id1, n.id2} } func
850 func (n *Status) QID() t.QID { return t.QID{n.id1, n.id2} } func
874 func (n *Const) QID() t.QID { return t.QID{n.id1, n.id2} } func
906 func (n *Struct) QID() t.QID { return t.QID{n.id1, n.id2} } func
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/
Dlist.go148 type QID [2]ID type