Home
last modified time | relevance | path

Searched refs:Float32ToBits32 (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResMesh.cpp109 … if ( commandIndex >= 0 ) { command[ commandIndex ] = ut::Float32::Float32ToBits32(1.0f); } in ResSeparateDataShape_SetupVertexIrScale()
120 … if ( commandIndex >= 0 ) { command[ commandIndex ] = ut::Float32::Float32ToBits32(scale); } in ResSeparateDataShape_SetupVertexIrScale()
Dgfx_ResTextureMapper.cpp896 u32 scaleU32 = ((ut::Float32::Float32ToBits32(texture.GetShadowZScale()) >> 23) & 0xFF); in SetupTextureMapperCommand()
/NW4C-2.0.3/include/nw/ut/
Dut_Float24.h46 static u32 Float32ToBits32(f32 value) in Float32ToBits32() function