Home
last modified time | relevance | path

Searched refs:attribs (Results 1 – 7 of 7) sorted by relevance

/CafeSDK-2.12.13/system/src/tool/gfx/projects/SLConverter/DeferredTest/
DdeferredRendering.cpp126 ModelAttribBuffer attribs[NUM_MODEL]; member
146 LightingAttribBuffer attribs; member
159 GBufferAttribBuffer attribs; member
325 … GeometryPass.attribs[i].attributeBuffer[attribSlot] = LoadModelBuffer(MODEL_FILES[i][attribSlot], in GeometryPassInit()
330 GeometryPass.attribs[i].indexBuffer = LoadModelBuffer(MODEL_FILES[i][MODEL_NUM_ATTRIBUTES], in GeometryPassInit()
464 GX2UTCreateVertexBuffer(&LightingPass.attribs.attributeBuffer[0], in LightingPassInit()
469 GX2UTCreateVertexBuffer(&LightingPass.attribs.attributeBuffer[1], in LightingPassInit()
474 GX2UTCreateIndexBuffer(&LightingPass.attribs.indexBuffer, in LightingPassInit()
479 GX2UTFillBuffer(&LightingPass.attribs.attributeBuffer[0], posInitData); in LightingPassInit()
480 GX2UTFillBuffer(&LightingPass.attribs.attributeBuffer[1], texInitData); in LightingPassInit()
[all …]
/CafeSDK-2.12.13/system/include/cafe/demo/
DdemoGfxShader.h89 GX2AttribStream attribs[GX2_MAX_ATTRIB_BUFFERS]; member
/CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/
DdemoGfxShader.h89 GX2AttribStream attribs[GX2_MAX_ATTRIB_BUFFERS]; member
/CafeSDK-2.12.13/system/src/lib/demo/
DdemoGfxShader.c67 GX2InitAttribStream(&pShader->attribs[pShader->attribCount], in DEMOGfxInitShaderAttribute()
278 pShader->attribs); in DEMOGfxInitFetchShader()
/CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/
DgshCompile.h50 …Ex)(GX2FetchShader* fs, void* fs_buffer, u32 num, const GX2AttribStream* attribs, GX2FetchShaderTy…
/CafeSDK-2.12.13/system/include/cafe/gx2/
Dgx2Shaders.h1460 const GX2AttribStream* attribs,
1478 const GX2AttribStream* attribs) in GX2InitFetchShader() argument
1483 attribs, in GX2InitFetchShader()
/CafeSDK-2.12.13/system/src/tool/gfx/include/
DshaderUtils.h428 … const GX2AttribStream* attribs, GX2FetchShaderType type,