Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-4.2.5/include/nn/dsp/CTR/Common/
Ddsp_Types.h56 #define NN_DSP_BYTE_TO_UNIT(byte) (u16)(byte) argument
59 #define NN_DSP_BYTE_TO_UNIT(byte) (u16)((byte) >> 1) argument
/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_Vertex.h344 u32 byte[ VERTEX_ATTRIBUTE_MAX ]; variable
/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_Vertex.cpp84 const u32 byte = PicaDataVertexAttrTypeToByteSize( type ); in EnableAttrAsArray() local