Home
last modified time | relevance | path

Searched defs:to_i32 (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dtoken.cc368 int32_t Token::to_i32() const { in to_i32() function in tint::reader::wgsl::Token
/third_party/flutter/skia/src/core/
DSkVM.h253 to_i32, to_f32, enumerator
DSkVM.cpp212 I32 Builder::to_i32(F32 x) { return {this->push(Op::to_i32, x.id)}; } in to_i32() function in skvm::Builder