MCPcopy Create free account
hub / github.com/google/gapid / fence

Method fence

gapil/bapi/decode.go:596–604  ·  view source on GitHub ↗
(fenceID uint64)

Source from the content-addressed store, hash-verified

594}
595
596func (d *decoder) fence(fenceID uint64) (out *semantic.Fence) {
597 d.build(d.content.Instances.Fence, &d.inst.Fence, fenceID, &out,
598 func(p *Fence, s *semantic.Fence) {
599 s.AST = d.astFence(p.Ast)
600 s.Statement = d.stat(p.Statement)
601 s.Explicit = p.Explicit
602 })
603 return
604}
605
606func (d *decoder) float32Value(float32ValueID uint64) semantic.Float32Value {
607 return semantic.Float32Value(d.content.Instances.Float32Value[float32ValueID-1].Value)

Callers 2

statMethod · 0.95
nodeMethod · 0.95

Calls 3

buildMethod · 0.95
astFenceMethod · 0.95
statMethod · 0.95

Tested by

no test coverage detected