Searched refs:Normalize (Results 1 - 25 of 34) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-filepath.h65 Normalize();
193 void Normalize();
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-filepath.h68 Normalize();
196 void Normalize();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dformat_conversion.h154 /// @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) function in typeref:typename:INLINE Float SIMDCALL
171 INLINE simdscalar SIMDCALL Normalize(simdscalar const& vComp, uint32_t Component) function in typeref:typename:INLINE simdscalar SIMDCALL
173 return Normalize<SIMD256, Format>(vComp, Component);
177 INLINE simd16scalar SIMDCALL Normalize(simd16scalar const& vComp, uint32_t Component) function in typeref:typename:INLINE simd16scalar SIMDCALL
179 return Normalize<SIMD512, Format>(vComp, Component);
228 vComp = Normalize<SIMD_T, DstFormat>(vComp, comp);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vb_normals.c113 if (ctx->Transform.Normalize) {
130 if (ctx->Transform.Normalize) {
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vb_normals.c113 if (ctx->Transform.Normalize) {
130 if (ctx->Transform.Normalize) {
/xsrc/external/mit/glu/dist/src/libtess/
H A Dnormal.c52 static void Normalize( GLdouble v[3] )
220 Normalize( norm );
231 Normalize( sUnit );
237 Normalize( tUnit );
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A DOpenCL.std.h180 Normalize = 107, enumerator in enum:OpenCLstd
H A Dvtn_opencl.c164 case Normalize:
304 case Normalize:
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A DOpenCL.std.h183 Normalize = 107, enumerator in enum:OpenCLLIB::Entrypoints
H A Dvtn_opencl.c305 REMAP(Normalize, "normalize"),
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-filepath.cc356 void FilePath::Normalize() { function in class:testing::internal::FilePath
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-filepath.cc348 void FilePath::Normalize() { function in class:testing::internal::FilePath
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dattrib.c106 GLboolean Normalize; member in struct:gl_enable_attrib
371 attr->Normalize = ctx->Transform.Normalize;
689 TEST_AND_UPDATE(ctx->Transform.Normalize, enable->Normalize, GL_NORMALIZE);
1443 if (xform->Normalize != ctx->Transform.Normalize)
1444 _mesa_set_enable(ctx, GL_NORMALIZE,ctx->Transform.Normalize);
H A Dmatrix.c768 ctx->Transform.Normalize = GL_FALSE;
H A Denable.c651 if (ctx->Transform.Normalize == state)
654 ctx->Transform.Normalize = state;
1505 return ctx->Transform.Normalize;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dattrib.c174 attr->Normalize = ctx->Transform.Normalize;
417 TEST_AND_UPDATE(ctx->Transform.Normalize, enable->Normalize, GL_NORMALIZE);
1195 TEST_AND_UPDATE(ctx->Transform.Normalize, attr->Transform.Normalize,
H A Denable.c806 if (ctx->Transform.Normalize == state)
810 ctx->Transform.Normalize = state;
1723 return ctx->Transform.Normalize;
H A Dmatrix.c1089 ctx->Transform.Normalize = GL_FALSE;
H A Dmtypes.h1308 GLboolean Normalize; /**< Normalize all normals? */ member in struct:gl_transform_attrib
5069 GLboolean Normalize; member in struct:gl_enable_attrib_node
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_tnl.c193 PUSH_DATAb(push, ctx->Transform.Normalize);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_tnl.c193 PUSH_DATAb(push, ctx->Transform.Normalize);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/memory/
H A DStoreTile.h428 dst.x = Normalize<DstFormat>(dst.x, 0);
429 dst.y = Normalize<DstFormat>(dst.y, 1);
430 dst.z = Normalize<DstFormat>(dst.z, 2);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/
H A DStoreTile.h429 dst.x = Normalize<DstFormat>(dst.x, 0);
430 dst.y = Normalize<DstFormat>(dst.y, 1);
431 dst.z = Normalize<DstFormat>(dst.z, 2);
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttinterp.c2633 * Normalize
2652 * In case Vx and Vy are both zero, `Normalize' returns SUCCESS, and
2656 Normalize( FT_F26Dot6 Vx, function in typeref:typename:FT_Bool
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.old/src/mesa/
H A Dget_hash.h147 { GL_NORMALIZE, CONTEXT_BOOL(Transform.Normalize), NO_EXTRA },

Completed in 61 milliseconds

12