Home
last modified time | relevance | path

Searched defs:uvec3 (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_vec.hpp525 typedef lowp_uvec3 uvec3; typedef
529 typedef mediump_uvec3 uvec3; typedef
540 typedef highp_uvec3 uvec3; typedef
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_vec.hpp525 typedef lowp_uvec3 uvec3; typedef
529 typedef mediump_uvec3 uvec3; typedef
540 typedef highp_uvec3 uvec3; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/
Du32.rs2 mod uvec3; module
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DUtils.h245 using uvec3 = uvec<3u>; variable
/aosp_15_r20/external/executorch/backends/vulkan/runtime/utils/
H A DVecUtils.h285 using uvec3 = uvec<3u>; variable
/aosp_15_r20/external/rust/android-crates-io/crates/glam/tests/
Dvec3.rs1798 mod uvec3 { module
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_nir_meta_cs_blit.c519 } uvec3; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u32/
Duvec3.rs13 pub const fn uvec3(x: u32, y: u32, z: u32) -> UVec3 { in uvec3() function
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.hpp130 static const Type uvec3; member
H A Dgl4cComputeShaderTests.cpp51 typedef UVec3 uvec3; typedef
H A Dgl4cEnhancedLayoutsTests.cpp171 const Type Type::uvec3 = Type::GetType(Type::Uint, 1, 3); member in gl4cts::EnhancedLayouts::Utils::Type
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cComputeShaderTests.cpp54 typedef UVec3 uvec3; typedef