Home
last modified time | relevance | path

Searched defs:PatchStorage (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/tessellate/
H A DPatchWriter.h181 struct PatchStorage { struct
182 float fN_p4 = -1.f; // The parametric segment value to restore on LinearTolerances
183 bool fMustDefer = true; // True means next patch must be deferred
186 char fData[Stride];
188 bool hasPending() const { in hasPending()
191 void reset() { in reset()
/aosp_15_r20/external/skia/infra/wasm-common/perf/
H A Dwasm_perf_aggregator.go79 PatchStorage string `json:"patch_storage,omitempty"` member