Home
last modified time | relevance | path

Searched refs:dataNum (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/gr/CTR/
Dgr_Vertex.h53 u8 dataNum;
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/gr/CTR/
Dgr_Shader.cpp756 const u32 dataNum ) in MakeDummyCommand_() argument
759 *command++ = PICA_CMD_HEADER_BURST_BE( load_reg, dataNum, 0 ); in MakeDummyCommand_()
761 for ( int i = 0; i < dataNum - ( dataNum & 1 ); ++i) in MakeDummyCommand_()
Dgr_Vertex.cpp173 …array->byte[ i ] = i < interleave_info.dataNum ? PicaDataVertexAttrTypeToByteSize( array->type[ i … in EnableInterleavedArray()