Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/include/cafe/demo/
DdemoGfxTypes.h47 } DEMO_F32x3; typedef
391 DEMO_F32x3 F32x3[3];
398 DEMO_F32x3 F32x3[2];
405 DEMO_F32x3 F32x3;
415 DEMO_F32x3 F32x3;
422 DEMO_F32x3 F32x3;
430 DEMO_F32x3 F32x3;
440 DEMO_F32x3 F32x3;
456 DEMO_F32x3 F32x3[2];
464 DEMO_F32x3 F32x3;
[all …]
/CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/
DdemoGfxTypes.h47 } DEMO_F32x3; typedef
391 DEMO_F32x3 F32x3[3];
398 DEMO_F32x3 F32x3[2];
405 DEMO_F32x3 F32x3;
415 DEMO_F32x3 F32x3;
422 DEMO_F32x3 F32x3;
430 DEMO_F32x3 F32x3;
440 DEMO_F32x3 F32x3;
456 DEMO_F32x3 F32x3[2];
464 DEMO_F32x3 F32x3;
[all …]
/CafeSDK-2.12.13/system/src/tool/gfx/projects/SLConverter/DeferredTest/
DdeferredRendering.cpp74 { "a_position", GX2_ATTRIB_FORMAT_32_32_32_FLOAT, sizeof(DEMO_F32x3) },
75 { "a_normal", GX2_ATTRIB_FORMAT_32_32_32_FLOAT, sizeof(DEMO_F32x3) },
89 { "a_position", GX2_ATTRIB_FORMAT_32_32_32_FLOAT, sizeof(DEMO_F32x3) },
104 { "a_position", GX2_ATTRIB_FORMAT_32_32_32_FLOAT, sizeof(DEMO_F32x3) },
451 DEMO_F32x3 posInitData[] = {{-1.0f,-1.0f, 0.0f}, in LightingPassInit()
465 sizeof(DEMO_F32x3), in LightingPassInit()
466 sizeof(posInitData) / sizeof(DEMO_F32x3)); in LightingPassInit()
557 DEMO_F32x3 posInitData[] = {{-1.0f/divs,-1.0f/divs, 0.0f}, in BuffersPassInit()
571 sizeof(DEMO_F32x3), in BuffersPassInit()
572 sizeof(posInitData) / sizeof(DEMO_F32x3)); in BuffersPassInit()