Searched refs:FloatVert (Results 1 – 11 of 11) sorted by relevance
| /RvlSDK-3.2.2/build/demos/gddemo/src/ |
| D | gd-init-gc.c | 93 float FloatVert[] ATTRIBUTE_ALIGN(32) = variable 256 static void *basePtrs[2] = { FloatVert, IntColor }; in DrawInit()
|
| D | gd-matrix-gc.c | 95 float FloatVert[] ATTRIBUTE_ALIGN(32) = variable 309 GXSetArray(GX_VA_POS, FloatVert, 12); in DrawInit()
|
| D | gd-texture-gc.c | 131 float FloatVert[] ATTRIBUTE_ALIGN(32) = variable 417 static void *basePtrs[3] = { FloatVert, FloatNorm, FloatTex }; in DrawInit()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Geometry/ |
| D | geo-vtx-fmtPrim.c | 32 extern float FloatVert[]; 538 …GXPosition3f32(FloatVert[(posIndex * 3)], FloatVert[(posIndex * 3) + 1], FloatVert[(posIndex * 3) … in SendVertex()
|
| D | geo-vtx-fmt.c | 60 float FloatVert[] ATTRIBUTE_ALIGN(32) = variable 859 GXSetArray(GX_VA_POS, FloatVert, 12); in SetPositionParams() 872 GXSetArray(GX_VA_POS, FloatVert, 12); in SetPositionParams()
|
| D | geo-particle.c | 151 float FloatVert[] ATTRIBUTE_ALIGN(32) = variable 1166 GXSetArray(GX_VA_POS, FloatVert, 12); in DrawEmitter()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/ |
| D | tex-layer.c | 48 float FloatVert[] ATTRIBUTE_ALIGN(32) = variable 170 GXSetArray(GX_VA_POS, FloatVert, 12); in DrawInit()
|
| D | tex-2-tex.c | 49 float FloatVert[] ATTRIBUTE_ALIGN(32) = variable 171 GXSetArray(GX_VA_POS, FloatVert, 12); in DrawInit()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Transform/ |
| D | tf-tg-mtx.c | 55 float FloatVert[] ATTRIBUTE_ALIGN(32) = variable 181 GXSetArray(GX_VA_POS, FloatVert, 12); in DrawInit()
|
| D | tf-mirror.c | 73 f32 FloatVert[] ATTRIBUTE_ALIGN(32) = { // cube verts variable 194 GXSetArray(GX_VA_POS, FloatVert, 12); in DrawInit()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/DisplayList/ |
| D | DL-tex.c | 446 float FloatVert[] ATTRIBUTE_ALIGN(32) = variable 582 GXSetArray(GX_VA_POS, FloatVert, 12); in DrawInit()
|