Home
last modified time | relevance | path

Searched defs:uvec2 (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_binning.c30 struct uvec2 { struct
43 static struct uvec2 si_find_bin_size(struct si_screen *sscreen, const si_bin_size_subtable table[], in si_find_bin_size() argument
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_vec.hpp524 typedef lowp_uvec2 uvec2; typedef
528 typedef mediump_uvec2 uvec2; typedef
535 typedef highp_uvec2 uvec2; typedef
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp129 static const Type uvec2; member
Dgl4cEnhancedLayoutsTests.cpp170 const Type Type::uvec2 = Type::GetType(Type::Uint, 1, 2); member in gl4cts::EnhancedLayouts::Utils::Type