Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dvalue-type.h283 constexpr bool is_rtt(ValueKind kind) { return kind == kRtt; } in is_rtt() function
348 constexpr bool is_rtt() const { return wasm::is_rtt(kind()); } in is_rtt() function
/third_party/mesa3d/src/mesa/main/
Dmtypes.h2605 boolean is_rtt; /**< whether Driver.RenderTexture was called */ member