Home
last modified time | relevance | path

Searched refs:uvec2 (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A 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()
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 Dfunc_packing.hpp134 GLM_FUNC_DECL double packDouble2x32(uvec2 const & v);
143 GLM_FUNC_DECL uvec2 unpackDouble2x32(double v);
H A Dtype_vec.hpp524 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 Dtype_aligned.hpp535 GLM_ALIGNED_TYPEDEF(uvec2, aligned_uvec2, 8);
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_types.cpp144 T(uvec2, 130, 300)
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.hpp129 static const Type uvec2; member
H A Dgl4cEnhancedLayoutsTests.cpp170 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 Dffx_a.h593 #define AU2 uvec2

Completed in 48 milliseconds