Home
last modified time | relevance | path

Searched refs:PADDING_DATA (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-2.4.0/sources/libraries/gr/CTR/
Dgr_Shader.cpp453 *command++ = PADDING_DATA; // Padding in MakeConstRgCommand_()
866 if ( ( rest & 1 ) == 0 ) *command++ = PADDING_DATA; // Padding in MakeLoadCommand_()
879 if ( ( WRITE_MAX & 1 ) == 0 ) *command++ = PADDING_DATA; // Padding in MakeLoadCommand_()
897 *command++ = PADDING_DATA; in MakeDummyCommand_()
/CTR-SDK-2.4.0/include/nn/gr/CTR/
Dgr_Shader.h424 static const u32 PADDING_DATA = 0xead0fead; variable