Searched refs:Float32ToBits32 (Results 1 – 3 of 3) sorted by relevance
107 … 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()
881 u32 scaleU32 = ((ut::Float32::Float32ToBits32(texture.GetShadowZScale()) >> 23) & 0xFF); in SetupTextureMapperCommand()
44 static u32 Float32ToBits32(f32 value) in Float32ToBits32() function