Home
last modified time | relevance | path

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

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