Home
last modified time | relevance | path

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

/CTR-SDK-1.3.0/CTR_SDK/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-1.3.0/CTR_SDK/include/nn/gr/CTR/
Dgr_FragmentLight.h168 bit32 posZ; variable
214posZ = PICA_CMD_DATA_FRAG_LIGHT_POSITION_Z( Float32ToFloat16( position.z ) ); in SetPosition()
230posZ = PICA_CMD_DATA_FRAG_LIGHT_POSITION_Z( Float32ToFloat16( position_z ) ); in SetPosition()
/CTR-SDK-1.3.0/CTR_SDK/sources/libraries/gr/CTR/
Dgr_FragmentLight.cpp35 *command++ = posZ; in MakeAllCommand()
82 *command++ = posZ; in MakeGeometryCommand()
120 posZ( 0 ), in Source()
/CTR-SDK-1.3.0/CTR_SDK/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) | \