Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/glam/src/
Di32.rs2 mod ivec3; module
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_vec.hpp498 typedef lowp_ivec3 ivec3; typedef
502 typedef mediump_ivec3 ivec3; typedef
513 typedef highp_ivec3 ivec3; typedef
/external/pytorch/aten/src/ATen/native/vulkan/api/
DUtils.h239 using ivec3 = ivec<3u>; variable
/external/executorch/backends/vulkan/runtime/utils/
DVecUtils.h279 using ivec3 = ivec<3u>; variable
/external/rust/android-crates-io/crates/glam/tests/
Dvec3.rs2636 mod ivec3 { module
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp114 static const Type ivec3; member
Dgl4cEnhancedLayoutsTests.cpp154 const Type Type::ivec3 = Type::GetType(Type::Int, 1, 3); member in gl4cts::EnhancedLayouts::Utils::Type
/external/rust/android-crates-io/crates/glam/src/i32/
Divec3.rs14 pub const fn ivec3(x: i32, y: i32, z: i32) -> IVec3 { in ivec3() function