Home
last modified time | relevance | path

Searched refs:mediump (Results 1 – 20 of 20) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dglm.cpp22 template struct tvec1<uint8, mediump>;
23 template struct tvec1<uint16, mediump>;
24 template struct tvec1<uint32, mediump>;
25 template struct tvec1<uint64, mediump>;
26 template struct tvec1<int8, mediump>;
27 template struct tvec1<int16, mediump>;
28 template struct tvec1<int32, mediump>;
29 template struct tvec1<int64, mediump>;
30 template struct tvec1<float32, mediump>;
31 template struct tvec1<float64, mediump>;
[all …]
Dtype_mat.hpp46 typedef tmat2x2<float, mediump> mediump_mat2;
67 typedef tmat2x2<float, mediump> mediump_mat2x2;
93 typedef tmat2x3<float, mediump> mediump_mat2x3;
119 typedef tmat2x4<float, mediump> mediump_mat2x4;
145 typedef tmat3x2<float, mediump> mediump_mat3x2;
171 typedef tmat3x3<float, mediump> mediump_mat3;
192 typedef tmat3x3<float, mediump> mediump_mat3x3;
218 typedef tmat3x4<float, mediump> mediump_mat3x4;
244 typedef tmat4x2<float, mediump> mediump_mat4x2;
270 typedef tmat4x3<float, mediump> mediump_mat4x3;
[all …]
Dtype_vec.hpp110 typedef tvec1<float, mediump> mediump_vec1_t;
113 typedef tvec1<double, mediump> mediump_dvec1_t;
116 typedef tvec1<int, mediump> mediump_ivec1_t;
119 typedef tvec1<uint, mediump> mediump_uvec1_t;
122 typedef tvec1<bool, mediump> mediump_bvec1_t;
140 typedef tvec2<float, mediump> mediump_vec2;
161 typedef tvec2<double, mediump> mediump_dvec2;
182 typedef tvec2<int, mediump> mediump_ivec2;
203 typedef tvec2<uint, mediump> mediump_uvec2;
224 typedef tvec2<bool, mediump> mediump_bvec2;
[all …]
Dprecision.hpp24 mediump = packed_mediump, enumerator
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dmatrix_integer.hpp85 typedef tmat2x2<int, mediump> mediump_imat2;
89 typedef tmat3x3<int, mediump> mediump_imat3;
93 typedef tmat4x4<int, mediump> mediump_imat4;
98 typedef tmat2x2<int, mediump> mediump_imat2x2;
102 typedef tmat2x3<int, mediump> mediump_imat2x3;
106 typedef tmat2x4<int, mediump> mediump_imat2x4;
110 typedef tmat3x2<int, mediump> mediump_imat3x2;
114 typedef tmat3x3<int, mediump> mediump_imat3x3;
118 typedef tmat3x4<int, mediump> mediump_imat3x4;
122 typedef tmat4x2<int, mediump> mediump_imat4x2;
[all …]
Drandom.inl186 struct compute_linearRand<float, mediump, vecType>
188 …LM_FUNC_QUALIFIER static vecType<float, mediump> call(vecType<float, mediump> const & Min, vecType…
190 …return vecType<float, mediump>(compute_rand<uint16, mediump, vecType>::call()) / static_cast<float…
213 struct compute_linearRand<double, mediump, vecType>
215 …_FUNC_QUALIFIER static vecType<double, mediump> call(vecType<double, mediump> const & Min, vecType…
217 …return vecType<double, mediump>(compute_rand<uint32, mediump, vecType>::call()) / static_cast<doub…
240 struct compute_linearRand<long double, mediump, vecType>
242 …IFIER static vecType<long double, mediump> call(vecType<long double, mediump> const & Min, vecType…
244 …return vecType<long double, mediump>(compute_rand<uint64, mediump, vecType>::call()) / static_cast…
/hardware/google/gfxstream/third-party/glm/include/glm/
Dfwd.hpp25 typedef tquat<float, mediump> mediump_quat;
72 typedef tquat<double, mediump> mediump_dquat;
320 typedef tvec1<i8, mediump> mediump_i8vec1;
324 typedef tvec2<i8, mediump> mediump_i8vec2;
328 typedef tvec3<i8, mediump> mediump_i8vec3;
332 typedef tvec4<i8, mediump> mediump_i8vec4;
399 typedef tvec1<i16, mediump> mediump_i16vec1;
403 typedef tvec2<i16, mediump> mediump_i16vec2;
407 typedef tvec3<i16, mediump> mediump_i16vec3;
411 typedef tvec4<i16, mediump> mediump_i16vec4;
[all …]
Dmat3x3.hpp22 typedef tmat3x3<float, mediump> mediump_mat3;
43 typedef tmat3x3<float, mediump> mediump_mat3x3;
Dmat4x4.hpp22 typedef tmat4x4<float, mediump> mediump_mat4;
43 typedef tmat4x4<float, mediump> mediump_mat4x4;
Dmat2x2.hpp22 typedef tmat2x2<float, mediump> mediump_mat2;
43 typedef tmat2x2<float, mediump> mediump_mat2x2;
Dmat3x2.hpp22 typedef tmat3x2<float, mediump> mediump_mat3x2;
Dmat2x4.hpp22 typedef tmat2x4<float, mediump> mediump_mat2x4;
Dmat4x3.hpp22 typedef tmat4x3<float, mediump> mediump_mat4x3;
Dmat4x2.hpp22 typedef tmat4x2<float, mediump> mediump_mat4x2;
Dmat3x4.hpp22 typedef tmat3x4<float, mediump> mediump_mat3x4;
Dmat2x3.hpp22 typedef tmat2x3<float, mediump> mediump_mat2x3;
/hardware/google/gfxstream/common/detector/shaders/
Dblit_texture_mediump.frag3 layout(set = 0, binding = 0) uniform mediump sampler2D uTexture;
Dblit_texture_mediump.frag.inl5 // layout(set = 0, binding = 0) uniform mediump sampler2D uTexture;
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Ddual_quaternion.hpp184 typedef tdualquat<float, mediump> mediump_dualquat;
200 typedef tdualquat<float, mediump> mediump_fdualquat;
216 typedef tdualquat<double, mediump> mediump_ddualquat;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc12056 (code:mediump and code:lowp) when compiling for Vulkan. These will