Home
last modified time | relevance | path

Searched defs:uvec4 (Results 1 – 17 of 17) sorted by relevance

/external/rust/crates/glam/src/
Du32.rs3 mod uvec4; module
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_vec.hpp526 typedef lowp_uvec4 uvec4; typedef
530 typedef mediump_uvec4 uvec4; typedef
545 typedef highp_uvec4 uvec4; typedef
/external/rust/crates/glam/tests/
Dvec4.rs1322 mod uvec4 { module
/external/deqp/external/openglcts/modules/gles31/
Des31cShaderImageSizeTests.cpp43 typedef tcu::UVec4 uvec4; typedef
Des31cShaderImageLoadStoreTests.cpp42 typedef tcu::UVec4 uvec4; typedef
Des31cComputeShaderTests.cpp52 typedef UVec4 uvec4; typedef
Des31cShaderStorageBufferObjectTests.cpp44 typedef tcu::UVec4 uvec4; typedef
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageSizeTests.cpp42 typedef tcu::UVec4 uvec4; typedef
Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp44 typedef tcu::UVec4 uvec4; typedef
Dgl4cEnhancedLayoutsTests.hpp131 static const Type uvec4; member
Dgl4cComputeShaderTests.cpp52 typedef UVec4 uvec4; typedef
Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp46 typedef tcu::UVec4 uvec4; typedef
Dgl4cShaderStorageBufferObjectTests.cpp42 typedef tcu::UVec4 uvec4; typedef
Dgl4cShaderImageLoadStoreTests.cpp50 typedef tcu::UVec4 uvec4; typedef
Dgl4cEnhancedLayoutsTests.cpp172 const Type Type::uvec4 = Type::GetType(Type::Uint, 1, 4); member in gl4cts::EnhancedLayouts::Utils::Type
/external/rust/crates/glam/src/u32/
Duvec4.rs12 pub const fn uvec4(x: u32, y: u32, z: u32, w: u32) -> UVec4 { in uvec4() function
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp77 UVec4 uvec4; member