Home
last modified time | relevance | path

Searched refs:normalize (Results 1 – 25 of 38) sorted by relevance

12

/device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/
DGLESpointer.cpp105 bool normalize, in setArray() argument
116 m_normalize = normalize; in setArray()
127 bool normalize, in setBuffer() argument
138 m_normalize = normalize; in setBuffer()
160 bool normalize, in setFormat() argument
165 m_normalize = normalize; in setFormat()
/device/generic/vulkan-cereal/include/glm/gtx/
Dorthonormalize.inl11 r[0] = normalize(r[0]);
15 r[1] = normalize(r[1]);
20 r[2] = normalize(r[2]);
28 return normalize(x - y * dot(y, x));
Dmatrix_decompose.inl94 // Compute X scale factor and normalize first row.
103 // Now, compute Y scale and normalize 2nd row.
114 // Next, get Z scale and normalize 3rd row.
Dnormal.inl14 return normalize(cross(p1 - p2, p1 - p3));
Dquaternion.inl172 return glm::normalize(x * (static_cast<T>(1) - a) + (y * a));
195 rotationAxis = normalize(rotationAxis);
Dsimd_quat.hpp176 detail::fquatSIMD normalize(
Dmatrix_interpolation.inl91 tvec3<T, P> n = normalize(axis);
Dsimd_vec4.hpp468 detail::fvec4SIMD normalize(
Ddual_quaternion.hpp137 GLM_FUNC_DECL tdualquat<T, P> normalize(tdualquat<T, P> const & q);
Dintersect.inl153 genType dir = normalize(point1 - point0);
Ddual_quaternion.inl226 GLM_FUNC_QUALIFIER tdualquat<T, P> normalize(tdualquat<T, P> const & q) function
/device/generic/vulkan-cereal/third-party/googletest/googletest/test/
Dgtest_json_test_utils.py35 def normalize(obj): function
54 return normalize(value)
58 return [normalize(x) for x in obj]
Dgoogletest-json-outfiles-test.py186 self.assertEqual(expected, gtest_json_test_utils.normalize(actual))
Dgoogletest-json-output-unittest.py839 self.assertEqual(expected, gtest_json_test_utils.normalize(actual))
/device/generic/vulkan-cereal/third-party/angle/doc/
DCompilingTranslatorWithEmscripten.md53 tangentNormal = normalize(tangentNormal + vec3(0, 0, 2)); // #normalMap
55 normal = normalize(normal); // #normalMap
56 vec3 surfaceToLight = normalize(v_surfaceToLight);
57 vec3 surfaceToView = normalize(v_surfaceToView);
58 vec3 halfVector = normalize(surfaceToLight + surfaceToView);
/device/generic/vulkan-cereal/stream-servers/glestranslator/include/GLcommon/
DGLESpointer.h55 bool normalize = false,
63 bool normalize = false,
70 bool normalize,
DGLEScontext.h251 …e,GLenum type,GLsizei stride,const GLvoid* data, GLsizei dataSize, bool normalize = false, bool is…
/device/generic/vulkan-cereal/include/glm/detail/
Dfunc_geometric.inl92 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'normalize' accepts only floating-point inpu…
103 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'normalize' accepts only floating-point inpu…
184 // normalize
186 GLM_FUNC_QUALIFIER genType normalize(genType const & x) function
188 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'normalize' accepts only floating-poin…
194 GLM_FUNC_QUALIFIER vecType<T, P> normalize(vecType<T, P> const & x) function
196 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'normalize' accepts only floating-point inpu…
Dfunc_geometric.hpp69 GLM_FUNC_DECL vecType<T, P> normalize(
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DGLES1Shaders.inc131 result = normalize(result);
423 vec3 h = normalize(toLight) + vec3(0.0, 0.0, 1.0);
424 float ndotL = posDot(normal_varying, normalize(toLight));
425 float ndoth = posDot(normal_varying, normalize(h));
454 vec3 toSurfaceDir = -normalize(toLight);
455 float spotDot = posDot(toSurfaceDir, normalize(lightDir));
/device/generic/vulkan-cereal/include/glm/gtc/
Dmatrix_transform.inl25 tvec3<T, P> axis(normalize(v));
57 tvec3<T, P> axis = normalize(v);
528 tvec3<T, P> const f(normalize(center - eye));
529 tvec3<T, P> const s(normalize(cross(f, up)));
556 tvec3<T, P> const f(normalize(center - eye));
557 tvec3<T, P> const s(normalize(cross(up, f)));
Dquaternion.inl160 *this = normalize(q);
379 GLM_FUNC_QUALIFIER tquat<T, P> normalize(tquat<T, P> const & q) function
470 return normalize(beta * x + alpha * y);
Dquaternion.hpp189 GLM_FUNC_DECL tquat<T, P> normalize(tquat<T, P> const & q);
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Darm_math.h2367 float32_t normalize; /**< normalizing factor. */ member
2391 float32_t normalize);
2414 q31_t normalize; /**< normalizing factor. */ member
2438 q31_t normalize);
2461 q15_t normalize; /**< normalizing factor. */ member
2485 q15_t normalize);
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
Dgen_builtin_symbols.py809 self.normalize()
811 def normalize(self): member in TType

12