Home
last modified time | relevance | path

Searched refs:posZ (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-0.14.21/include/nn/font/CTR/
Dfont_TextWriterResource.h151 void SetPosZ(f32 posZ);
153 void UpdatePosZ(f32 posZ) in UpdatePosZ() argument
155 if (m_PosZ != posZ) in UpdatePosZ()
157 SetPosZ(posZ); in UpdatePosZ()
/CTR-SDK-0.14.21/include/nn/gr/CTR/
Dgr_FragmentLight.h191 bit32 posZ; variable
237posZ = PICA_CMD_DATA_FRAG_LIGHT_POSITION_Z( Float32ToFloat16( position.z ) ); in SetPosition()
253posZ = PICA_CMD_DATA_FRAG_LIGHT_POSITION_Z( Float32ToFloat16( position_z ) ); in SetPosition()
/CTR-SDK-0.14.21/sources/libraries/gr/CTR/
Dgr_FragmentLight.cpp35 *command++ = posZ; in MakeCommand()
68 posZ( 0 ), in Source()
/CTR-SDK-0.14.21/include/nn/gx/CTR/
Dgx_MacroShader.h373 #define PICA_CMD_DATA_VS_GS_OUT_ATTR_CLK(posZ, col, tex0, tex1, tex2, tex0_w, view_quart) \ argument
374 ( ((posZ) ? 1 : 0) | \