HomeSort by relevance Sort by last modified time
    Searched refs:highp (Results 1 - 22 of 22) sorted by null

  /external/vulkan-validation-layers/libs/glm/detail/
precision.hpp 36 highp, enumerator in enum:glm::precision
39 defaultp = highp
glm.cpp 62 template struct tvec1<uint8, highp>;
63 template struct tvec1<uint16, highp>;
64 template struct tvec1<uint32, highp>;
65 template struct tvec1<uint64, highp>;
66 template struct tvec1<int8, highp>;
67 template struct tvec1<int16, highp>;
68 template struct tvec1<int32, highp>;
69 template struct tvec1<int64, highp>;
70 template struct tvec1<float16, highp>;
71 template struct tvec1<float32, highp>;
    [all...]
type_mat.hpp 79 typedef detail::tmat2x2<float, highp> highp_mat2;
100 typedef detail::tmat2x2<float, highp> highp_mat2x2;
126 typedef detail::tmat2x3<float, highp> highp_mat2x3;
152 typedef detail::tmat2x4<float, highp> highp_mat2x4;
178 typedef detail::tmat3x2<float, highp> highp_mat3x2;
204 typedef detail::tmat3x3<float, highp> highp_mat3;
225 typedef detail::tmat3x3<float, highp> highp_mat3x3;
251 typedef detail::tmat3x4<float, highp> highp_mat3x4;
277 typedef detail::tmat4x2<float, highp> highp_mat4x2;
303 typedef detail::tmat4x3<float, highp> highp_mat4x3
    [all...]
type_vec.hpp 44 typedef detail::tvec1<float, highp> highp_vec1_t;
47 typedef detail::tvec1<int, highp> highp_ivec1_t;
50 typedef detail::tvec1<uint, highp> highp_uvec1_t;
53 typedef detail::tvec1<bool, highp> highp_bvec1_t;
65 typedef detail::tvec2<float, highp> highp_vec2;
86 typedef detail::tvec2<double, highp> highp_dvec2;
107 typedef detail::tvec2<int, highp> highp_ivec2;
128 typedef detail::tvec2<uint, highp> highp_uvec2;
149 typedef detail::tvec2<bool, highp> highp_bvec2;
176 typedef detail::tvec3<float, highp> highp_vec3
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
compatibility.hpp 91 typedef detail::tvec2<bool, highp> bool2; //!< \brief boolean type with 2 components. (From GLM_GTX_compatibility extension)
92 typedef detail::tvec3<bool, highp> bool3; //!< \brief boolean type with 3 components. (From GLM_GTX_compatibility extension)
93 typedef detail::tvec4<bool, highp> bool4; //!< \brief boolean type with 4 components. (From GLM_GTX_compatibility extension)
96 typedef detail::tmat2x2<bool, highp> bool2x2; //!< \brief boolean matrix with 2 x 2 components. (From GLM_GTX_compatibility extension)
97 typedef detail::tmat2x3<bool, highp> bool2x3; //!< \brief boolean matrix with 2 x 3 components. (From GLM_GTX_compatibility extension)
98 typedef detail::tmat2x4<bool, highp> bool2x4; //!< \brief boolean matrix with 2 x 4 components. (From GLM_GTX_compatibility extension)
99 typedef detail::tmat3x2<bool, highp> bool3x2; //!< \brief boolean matrix with 3 x 2 components. (From GLM_GTX_compatibility extension)
100 typedef detail::tmat3x3<bool, highp> bool3x3; //!< \brief boolean matrix with 3 x 3 components. (From GLM_GTX_compatibility extension)
101 typedef detail::tmat3x4<bool, highp> bool3x4; //!< \brief boolean matrix with 3 x 4 components. (From GLM_GTX_compatibility extension)
102 typedef detail::tmat4x2<bool, highp> bool4x2; //!< \brief boolean matrix with 4 x 2 components. (From GLM_GTX_compatibility extensio (…)
    [all...]
dual_quaternion.hpp 216 typedef detail::tdualquat<float, highp> highp_dualquat;
232 typedef detail::tdualquat<float, highp> highp_fdualquat;
248 typedef detail::tdualquat<double, highp> highp_ddualquat;
simd_vec4.hpp 98 typedef tvec4<bool, highp> bool_type;
  /external/vulkan-validation-layers/libs/glm/
mat2x2.hpp 55 typedef detail::tmat2x2<float, highp> highp_mat2;
76 typedef detail::tmat2x2<float, highp> highp_mat2x2;
mat3x3.hpp 55 typedef detail::tmat3x3<float, highp> highp_mat3;
76 typedef detail::tmat3x3<float, highp> highp_mat3x3;
mat4x4.hpp 55 typedef detail::tmat4x4<float, highp> highp_mat4;
76 typedef detail::tmat4x4<float, highp> highp_mat4x4;
mat2x3.hpp 55 typedef detail::tmat2x3<float, highp> highp_mat2x3;
mat2x4.hpp 55 typedef detail::tmat2x4<float, highp> highp_mat2x4;
mat3x2.hpp 55 typedef detail::tmat3x2<float, highp> highp_mat3x2;
mat3x4.hpp 55 typedef detail::tmat3x4<float, highp> highp_mat3x4;
mat4x2.hpp 55 typedef detail::tmat4x2<float, highp> highp_mat4x2;
mat4x3.hpp 55 typedef detail::tmat4x3<float, highp> highp_mat4x3;
fwd.hpp 59 typedef detail::tquat<float, highp> highp_quat;
106 typedef detail::tquat<double, highp> highp_dquat;
361 typedef detail::tvec1<i8, highp> highp_i8vec1;
365 typedef detail::tvec2<i8, highp> highp_i8vec2;
369 typedef detail::tvec3<i8, highp> highp_i8vec3;
373 typedef detail::tvec4<i8, highp> highp_i8vec4;
440 typedef detail::tvec1<i16, highp> highp_i16vec1;
444 typedef detail::tvec2<i16, highp> highp_i16vec2;
448 typedef detail::tvec3<i16, highp> highp_i16vec3;
452 typedef detail::tvec4<i16, highp> highp_i16vec4
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtc/
matrix_integer.hpp 62 typedef detail::tmat2x2<int, highp> highp_imat2;
66 typedef detail::tmat3x3<int, highp> highp_imat3;
70 typedef detail::tmat4x4<int, highp> highp_imat4;
74 typedef detail::tmat2x2<int, highp> highp_imat2x2;
78 typedef detail::tmat2x3<int, highp> highp_imat2x3;
82 typedef detail::tmat2x4<int, highp> highp_imat2x4;
86 typedef detail::tmat3x2<int, highp> highp_imat3x2;
90 typedef detail::tmat3x3<int, highp> highp_imat3x3;
94 typedef detail::tmat3x4<int, highp> highp_imat3x4;
98 typedef detail::tmat4x2<int, highp> highp_imat4x2
    [all...]
  /external/libgdx/tests/gdx-tests-android/assets/data/g3d/shaders/
normal.glsl 30 #define HIGH highp
  /cts/hostsidetests/sustainedperf/shadertoy_android/jni/
shadertoy_shader.cpp 93 precision highp float;
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]

Completed in 253 milliseconds