Home
last modified time | relevance | path

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

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