/device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/ |
D | GLESpointer.cpp | 105 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/ |
D | orthonormalize.inl | 11 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));
|
D | matrix_decompose.inl | 94 // 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.
|
D | normal.inl | 14 return normalize(cross(p1 - p2, p1 - p3));
|
D | quaternion.inl | 172 return glm::normalize(x * (static_cast<T>(1) - a) + (y * a)); 195 rotationAxis = normalize(rotationAxis);
|
D | simd_quat.hpp | 176 detail::fquatSIMD normalize(
|
D | matrix_interpolation.inl | 91 tvec3<T, P> n = normalize(axis);
|
D | simd_vec4.hpp | 468 detail::fvec4SIMD normalize(
|
D | dual_quaternion.hpp | 137 GLM_FUNC_DECL tdualquat<T, P> normalize(tdualquat<T, P> const & q);
|
D | intersect.inl | 153 genType dir = normalize(point1 - point0);
|
D | dual_quaternion.inl | 226 GLM_FUNC_QUALIFIER tdualquat<T, P> normalize(tdualquat<T, P> const & q) function
|
/device/generic/vulkan-cereal/third-party/googletest/googletest/test/ |
D | gtest_json_test_utils.py | 35 def normalize(obj): function 54 return normalize(value) 58 return [normalize(x) for x in obj]
|
D | googletest-json-outfiles-test.py | 186 self.assertEqual(expected, gtest_json_test_utils.normalize(actual))
|
D | googletest-json-output-unittest.py | 839 self.assertEqual(expected, gtest_json_test_utils.normalize(actual))
|
/device/generic/vulkan-cereal/third-party/angle/doc/ |
D | CompilingTranslatorWithEmscripten.md | 53 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/ |
D | GLESpointer.h | 55 bool normalize = false, 63 bool normalize = false, 70 bool normalize,
|
D | GLEScontext.h | 251 …e,GLenum type,GLsizei stride,const GLvoid* data, GLsizei dataSize, bool normalize = false, bool is…
|
/device/generic/vulkan-cereal/include/glm/detail/ |
D | func_geometric.inl | 92 …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…
|
D | func_geometric.hpp | 69 GLM_FUNC_DECL vecType<T, P> normalize(
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | GLES1Shaders.inc | 131 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/ |
D | matrix_transform.inl | 25 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)));
|
D | quaternion.inl | 160 *this = normalize(q); 379 GLM_FUNC_QUALIFIER tquat<T, P> normalize(tquat<T, P> const & q) function 470 return normalize(beta * x + alpha * y);
|
D | quaternion.hpp | 189 GLM_FUNC_DECL tquat<T, P> normalize(tquat<T, P> const & q);
|
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/ |
D | arm_math.h | 2367 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/ |
D | gen_builtin_symbols.py | 809 self.normalize() 811 def normalize(self): member in TType
|