Searched defs:is_rtt (Results 1 – 2 of 2) sorted by relevance
283 constexpr bool is_rtt(ValueKind kind) { return kind == kRtt; } in is_rtt() function348 constexpr bool is_rtt() const { return wasm::is_rtt(kind()); } in is_rtt() function
2605 boolean is_rtt; /**< whether Driver.RenderTexture was called */ member