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