OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Normalize
(Results
1 - 9
of
9
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
format_conversion.h
154
/// @brief
Normalize
the given component based on the requirements on the
159
INLINE Float<SIMD_T> SIMDCALL
Normalize
(Float<SIMD_T> const& vComp, uint32_t Component)
171
INLINE simdscalar SIMDCALL
Normalize
(simdscalar const& vComp, uint32_t Component)
173
return
Normalize
<SIMD256, Format>(vComp, Component);
177
INLINE simd16scalar SIMDCALL
Normalize
(simd16scalar const& vComp, uint32_t Component)
179
return
Normalize
<SIMD512, Format>(vComp, Component);
227
//
normalize
228
vComp =
Normalize
<SIMD_T, DstFormat>(vComp, comp);
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
gtest-filepath.cc
348
void FilePath::
Normalize
() {
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
gtest-filepath.cc
356
void FilePath::
Normalize
() {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
attrib.c
106
GLboolean
Normalize
;
371
attr->
Normalize
= ctx->Transform.
Normalize
;
689
TEST_AND_UPDATE(ctx->Transform.
Normalize
, enable->
Normalize
, GL_NORMALIZE);
1442
/*
normalize
/rescale */
1443
if (xform->
Normalize
!= ctx->Transform.
Normalize
)
1444
_mesa_set_enable(ctx, GL_NORMALIZE,ctx->Transform.
Normalize
);
mtypes.h
1298
GLboolean
Normalize
; /**<
Normalize
all normals? */
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
OpenCL.std.h
183
Normalize
= 107,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
OpenCL.std.h
180
Normalize
= 107,
/xsrc/external/mit/freetype/dist/src/truetype/
ttinterp.c
2633
*
Normalize
2652
* In case Vx and Vy are both zero, `
Normalize
' returns SUCCESS, and
2656
Normalize
( FT_F26Dot6 Vx,
2666
/* to
normalize
the vector (0,0). Return immediately. */
4370
Normalize
( A, B, Vec );
4495
Normalize
( X, Y, &exc->GS.projVector );
4522
Normalize
( X, Y, &exc->GS.freeVector );
5058
Normalize
( A, B, &exc->GS.dualVector );
5082
Normalize
( A, B, &exc->GS.projVector );
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
mtypes.h
1308
GLboolean
Normalize
; /**<
Normalize
all normals? */
5069
GLboolean
Normalize
;
Completed in 22 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026