Searched defs:to_i32 (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ | ||
D | token.cc | 368 int32_t Token::to_i32() const { in to_i32() function in tint::reader::wgsl::Token |
/third_party/flutter/skia/src/core/ | ||
D | SkVM.h | 253 to_i32, to_f32, enumerator |
D | SkVM.cpp | 212 I32 Builder::to_i32(F32 x) { return {this->push(Op::to_i32, x.id)}; } in to_i32() function in skvm::Builder |