Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/decode/
Dcffdump.c56 static bool is_blob = false; variable
/third_party/gn/src/base/
Dvalues.h151 bool is_blob() const { return type() == Type::BINARY; } in is_blob() function