Searched refs:uvec2 (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_binning.c | 30 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() 59 struct uvec2 size = {subtable[i].bin_size_x, subtable[i].bin_size_y}; in si_find_bin_size() 63 static struct uvec2 si_get_color_bin_size(struct si_context *sctx, unsigned cb_target_enabled_4bit) in si_get_color_bin_size() 177 static struct uvec2 si_get_depth_bin_size(struct si_context *sctx) in si_get_depth_bin_size() 183 struct uvec2 size = {512, 512}; in si_get_depth_bin_size() 303 struct uvec2 *color_bin_size, struct uvec2 *depth_bin_size) in gfx10_get_bin_sizes() 410 struct uvec2 bin_size = {}; in si_emit_dpbb_disable() 411 struct uvec2 bin_size_exten in si_emit_dpbb_disable() [all...] |
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | func_packing.hpp | 134 GLM_FUNC_DECL double packDouble2x32(uvec2 const & v); 143 GLM_FUNC_DECL uvec2 unpackDouble2x32(double v);
|
H A D | type_vec.hpp | 524 typedef lowp_uvec2 uvec2; typedef 528 typedef mediump_uvec2 uvec2; typedef 535 typedef highp_uvec2 uvec2; typedef
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | type_aligned.hpp | 535 GLM_ALIGNED_TYPEDEF(uvec2, aligned_uvec2, 8);
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_types.cpp | 144 T(uvec2, 130, 300)
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.hpp | 129 static const Type uvec2; member
|
H A D | gl4cEnhancedLayoutsTests.cpp | 170 const Type Type::uvec2 = Type::GetType(Type::Uint, 1, 2); member in gl4cts::EnhancedLayouts::Utils::Type 473 static const GLchar* uint_lut[4] = { "uint", "uvec2", "uvec3", "uvec4" }; in GetGLSLTypeName() 5514 type = Utils::Type::uvec2; in getType()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/third_party/ffx_spd/ |
H A D | ffx_a.h | 593 #define AU2 uvec2
|
Completed in 48 milliseconds