Home
last modified time | relevance | path

Searched refs:matrix (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/demo2/shaders/
DVShader.vsh62 // Here, the upper-left3x3 matrix of the model view matrix is used for conversion.
64 …he specified lines are normalized by the application, and the conversion matrix does not have a sc…
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingVertex/shaders/
DVShader.vsh62 // Here, the upper-left3x3 matrix of the model view matrix is used for conversion.
64 …he specified lines are normalized by the application, and the conversion matrix does not have a sc…
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/CommandCache/
Ddemo_CommandCache.h127 …VSUniformMatrix(const u32 modelIndex, const u32 uniformMatrixIndex, const nn::math::MTX44& matrix);
/CTR-SDK-4.2.7-SampleDemos/gx/Api/EarlyDepthTestSample/shaders/
DVShader.vsh39 …P_VIEW, dmp_position, dmp_local_to_view_matrix // Generate the model view matrix.
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/CommandCache/
Ddemo_CommandCache.cpp263 …eVSUniformMatrix(const u32 modelIndex, const u32 uniformMatrixIndex, const nn::math::MTX44& matrix) in UpdateVSUniformMatrix() argument
285 matrixArray[index] = matrix.m[index & 3][index >> 2]; in UpdateVSUniformMatrix()