Home
last modified time | relevance | path

Searched defs:to_i32 (Results 1 – 4 of 4) 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/rust/crates/num-traits/src/
Dcast.rs44 fn to_i32(&self) -> Option<i32> { in to_i32() method
/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