Home
last modified time | relevance | path

Searched defs:ivec2 (Results 1 – 8 of 8) sorted by relevance

/external/rust/android-crates-io/crates/glam/src/
Di32.rs1 mod ivec2; module
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_vec.hpp497 typedef lowp_ivec2 ivec2; typedef
501 typedef mediump_ivec2 ivec2; typedef
508 typedef highp_ivec2 ivec2; typedef
/external/pytorch/aten/src/ATen/native/vulkan/api/
DUtils.h238 using ivec2 = ivec<2u>; variable
/external/executorch/backends/vulkan/runtime/utils/
DVecUtils.h278 using ivec2 = ivec<2u>; variable
/external/rust/android-crates-io/crates/glam/tests/
Dvec2.rs2200 mod ivec2 { module
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp113 static const Type ivec2; member
Dgl4cEnhancedLayoutsTests.cpp153 const Type Type::ivec2 = Type::GetType(Type::Int, 1, 2); member in gl4cts::EnhancedLayouts::Utils::Type
/external/rust/android-crates-io/crates/glam/src/i32/
Divec2.rs12 pub const fn ivec2(x: i32, y: i32) -> IVec2 { in ivec2() function