Home
last modified time | relevance | path

Searched refs:highp (Results 1 – 25 of 45) sorted by relevance

12

/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dglm.cpp33 template struct tvec1<uint8, highp>;
34 template struct tvec1<uint16, highp>;
35 template struct tvec1<uint32, highp>;
36 template struct tvec1<uint64, highp>;
37 template struct tvec1<int8, highp>;
38 template struct tvec1<int16, highp>;
39 template struct tvec1<int32, highp>;
40 template struct tvec1<int64, highp>;
41 template struct tvec1<float32, highp>;
42 template struct tvec1<float64, highp>;
[all …]
Dtype_mat.hpp53 typedef tmat2x2<float, highp> highp_mat2;
74 typedef tmat2x2<float, highp> highp_mat2x2;
100 typedef tmat2x3<float, highp> highp_mat2x3;
126 typedef tmat2x4<float, highp> highp_mat2x4;
152 typedef tmat3x2<float, highp> highp_mat3x2;
178 typedef tmat3x3<float, highp> highp_mat3;
199 typedef tmat3x3<float, highp> highp_mat3x3;
225 typedef tmat3x4<float, highp> highp_mat3x4;
251 typedef tmat4x2<float, highp> highp_mat4x2;
277 typedef tmat4x3<float, highp> highp_mat4x3;
[all …]
Dtype_vec.hpp109 typedef tvec1<float, highp> highp_vec1_t;
112 typedef tvec1<double, highp> highp_dvec1_t;
115 typedef tvec1<int, highp> highp_ivec1_t;
118 typedef tvec1<uint, highp> highp_uvec1_t;
121 typedef tvec1<bool, highp> highp_bvec1_t;
133 typedef tvec2<float, highp> highp_vec2;
154 typedef tvec2<double, highp> highp_dvec2;
175 typedef tvec2<int, highp> highp_ivec2;
196 typedef tvec2<uint, highp> highp_uvec2;
217 typedef tvec2<bool, highp> highp_bvec2;
[all …]
Dprecision.hpp23 highp = packed_highp, enumerator
31 defaultp = highp
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dcompatibility.hpp64 …typedef tvec2<bool, highp> bool2; //!< \brief boolean type with 2 components. (From GLM_GTX_co…
65 …typedef tvec3<bool, highp> bool3; //!< \brief boolean type with 3 components. (From GLM_GTX_co…
66 …typedef tvec4<bool, highp> bool4; //!< \brief boolean type with 4 components. (From GLM_GTX_co…
69 …typedef tmat2x2<bool, highp> bool2x2; //!< \brief boolean matrix with 2 x 2 components. (From GL…
70 …typedef tmat2x3<bool, highp> bool2x3; //!< \brief boolean matrix with 2 x 3 components. (From GL…
71 …typedef tmat2x4<bool, highp> bool2x4; //!< \brief boolean matrix with 2 x 4 components. (From GL…
72 …typedef tmat3x2<bool, highp> bool3x2; //!< \brief boolean matrix with 3 x 2 components. (From GL…
73 …typedef tmat3x3<bool, highp> bool3x3; //!< \brief boolean matrix with 3 x 3 components. (From GL…
74 …typedef tmat3x4<bool, highp> bool3x4; //!< \brief boolean matrix with 3 x 4 components. (From GL…
75 …typedef tmat4x2<bool, highp> bool4x2; //!< \brief boolean matrix with 4 x 2 components. (From GL…
[all …]
Ddual_quaternion.hpp189 typedef tdualquat<float, highp> highp_dualquat;
205 typedef tdualquat<float, highp> highp_fdualquat;
221 typedef tdualquat<double, highp> highp_ddualquat;
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dmatrix_integer.hpp36 typedef tmat2x2<int, highp> highp_imat2;
40 typedef tmat3x3<int, highp> highp_imat3;
44 typedef tmat4x4<int, highp> highp_imat4;
48 typedef tmat2x2<int, highp> highp_imat2x2;
52 typedef tmat2x3<int, highp> highp_imat2x3;
56 typedef tmat2x4<int, highp> highp_imat2x4;
60 typedef tmat3x2<int, highp> highp_imat3x2;
64 typedef tmat3x3<int, highp> highp_imat3x3;
68 typedef tmat3x4<int, highp> highp_imat3x4;
72 typedef tmat4x2<int, highp> highp_imat4x2;
[all …]
Drandom.inl195 struct compute_linearRand<float, highp, vecType>
197 …GLM_FUNC_QUALIFIER static vecType<float, highp> call(vecType<float, highp> const & Min, vecType<fl…
199 …return vecType<float, highp>(compute_rand<uint32, highp, vecType>::call()) / static_cast<float>(st…
222 struct compute_linearRand<double, highp, vecType>
224 …GLM_FUNC_QUALIFIER static vecType<double, highp> call(vecType<double, highp> const & Min, vecType<…
226 …return vecType<double, highp>(compute_rand<uint64, highp, vecType>::call()) / static_cast<double>(…
249 struct compute_linearRand<long double, highp, vecType>
251 …UALIFIER static vecType<long double, highp> call(vecType<long double, highp> const & Min, vecType<…
253 …return vecType<long double, highp>(compute_rand<uint64, highp, vecType>::call()) / static_cast<lon…
261 return detail::compute_linearRand<genType, highp, tvec1>::call(
[all …]
/hardware/google/gfxstream/third-party/glm/include/glm/
Dfwd.hpp30 typedef tquat<float, highp> highp_quat;
77 typedef tquat<double, highp> highp_dquat;
337 typedef tvec1<i8, highp> highp_i8vec1;
341 typedef tvec2<i8, highp> highp_i8vec2;
345 typedef tvec3<i8, highp> highp_i8vec3;
349 typedef tvec4<i8, highp> highp_i8vec4;
416 typedef tvec1<i16, highp> highp_i16vec1;
420 typedef tvec2<i16, highp> highp_i16vec2;
424 typedef tvec3<i16, highp> highp_i16vec3;
428 typedef tvec4<i16, highp> highp_i16vec4;
[all …]
Dmat3x3.hpp29 typedef tmat3x3<float, highp> highp_mat3;
50 typedef tmat3x3<float, highp> highp_mat3x3;
Dmat4x4.hpp29 typedef tmat4x4<float, highp> highp_mat4;
50 typedef tmat4x4<float, highp> highp_mat4x4;
Dmat2x2.hpp29 typedef tmat2x2<float, highp> highp_mat2;
50 typedef tmat2x2<float, highp> highp_mat2x2;
Dmat3x2.hpp29 typedef tmat3x2<float, highp> highp_mat3x2;
Dmat2x4.hpp29 typedef tmat2x4<float, highp> highp_mat2x4;
Dmat4x3.hpp29 typedef tmat4x3<float, highp> highp_mat4x3;
Dmat4x2.hpp29 typedef tmat4x2<float, highp> highp_mat4x2;
Dmat3x4.hpp29 typedef tmat3x4<float, highp> highp_mat3x4;
Dmat2x3.hpp29 typedef tmat2x3<float, highp> highp_mat2x3;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_shader_tile_image.adoc53 layout( location = 0 /* aliased to color attachment 0 */ ) tileImageEXT highp attachmentEXT color0;
54 layout( location = 1 /* aliased to color attachment 1 */ ) tileImageEXT highp attachmentEXT color1;
71 highp float last_depth = depthAttachmentReadEXT();
/hardware/google/gfxstream/common/detector/shaders/
Dblit_texture_highp.frag3 layout(set = 0, binding = 0) uniform highp sampler2D uTexture;
/hardware/qcom/sm7250/display/gpu_tonemapper/
Dforward_tonemap.inl22 "precision highp float; \n"
23 "precision highp sampler2D; \n"
/hardware/qcom/display/msm8909/gpu_tonemapper/
Dforward_tonemap.inl22 "precision highp float; \n"
23 "precision highp sampler2D; \n"
/hardware/qcom/display/msm8998/gpu_tonemapper/
Dforward_tonemap.inl22 "precision highp float; \n"
23 "precision highp sampler2D; \n"
/hardware/qcom/sm8150/display/gpu_tonemapper/
Dforward_tonemap.inl22 "precision highp float; \n"
23 "precision highp sampler2D; \n"
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
Dforward_tonemap.inl22 "precision highp float; \n"
23 "precision highp sampler2D; \n"

12