Home
last modified time | relevance | path

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

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