Home
last modified time | relevance | path

Searched defs:ivec4 (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_vec.hpp499 typedef lowp_ivec4 ivec4; typedef
503 typedef mediump_ivec4 ivec4; typedef
518 typedef highp_ivec4 ivec4; typedef
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_vec.hpp499 typedef lowp_ivec4 ivec4; typedef
503 typedef mediump_ivec4 ivec4; typedef
518 typedef highp_ivec4 ivec4; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/
Di32.rs3 mod ivec4; module
/aosp_15_r20/external/clang/test/Sema/
H A Dext_vector_casts.c19 int4 ivec4; in test() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DUtils.h240 using ivec4 = ivec<4u>; variable
/aosp_15_r20/external/executorch/backends/vulkan/runtime/utils/
H A DVecUtils.h280 using ivec4 = ivec<4u>; variable
/aosp_15_r20/external/rust/android-crates-io/crates/glam/tests/
Dvec4.rs1871 mod ivec4 { module
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cShaderImageSizeTests.cpp42 typedef tcu::IVec4 ivec4; typedef
H A Des31cShaderImageLoadStoreTests.cpp41 typedef tcu::IVec4 ivec4; typedef
H A Des31cShaderStorageBufferObjectTests.cpp43 typedef tcu::IVec4 ivec4; typedef
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderImageSizeTests.cpp41 typedef tcu::IVec4 ivec4; typedef
H A Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp43 typedef tcu::IVec4 ivec4; typedef
H A Dgl4cEnhancedLayoutsTests.hpp115 static const Type ivec4; member
H A Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp45 typedef tcu::IVec4 ivec4; typedef
H A Dgl4cShaderStorageBufferObjectTests.cpp41 typedef tcu::IVec4 ivec4; typedef
H A Dgl4cShaderImageLoadStoreTests.cpp49 typedef tcu::IVec4 ivec4; typedef
H A Dgl4cEnhancedLayoutsTests.cpp155 const Type Type::ivec4 = Type::GetType(Type::Int, 1, 4); member in gl4cts::EnhancedLayouts::Utils::Type
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i32/
Divec4.rs13 pub const fn ivec4(x: i32, y: i32, z: i32, w: i32) -> IVec4 { in ivec4() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp77 IVec4 ivec4; member
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.cpp214 typedef tcu::IVec4 ivec4; typedef