Searched refs:penumbraScale (Results 1 – 5 of 5) sorted by relevance
197 *command++ = ( Float32ToFloat16( - penumbraScale ) ) << 16 | in MakeAttenuationCommand()198 Float32ToFloat16( penumbraScale + penumbraBias ); in MakeAttenuationCommand()549 penumbraScale( 0.0f ), in ShadowMap()
335 #define PICA_CMD_DATA_FRAGOP_SHADOW(penumbraScale, penumbraBias) \ argument336 (( (penumbraScale) << 16) | (penumbraBias) )
250 #define PICA_CMD_DATA_FOG_OP_SHADOW(penumbraScale, penumbraBias) \ argument251 (( (penumbraScale) << 16) | (penumbraBias) )
374 f32 penumbraScale; variable
2892 …penumbraScale, dmp_FragOperation.penumbraBias",Sets the 16-bit floating point value (same as the a…2894 …penumbraScale,"Sets the 16-bit floating-point value (with 1 bit as the sign, 5 bits as the exponen…