Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/gfx/projects/gfd/
DgfdFileShader.cpp652 u32 GFDRepackSamplerVarArrayFor32Bit(GX2SamplerVar *pSVin64, GFDSamplerVar *pSVout32, u32 n) in GFDRepackSamplerVarArrayFor32Bit() argument
655 pSVout32[i].name = (u32) pSVin64[i].name; in GFDRepackSamplerVarArrayFor32Bit()
656 pSVout32[i].type = pSVin64[i].type; in GFDRepackSamplerVarArrayFor32Bit()
657 pSVout32[i].location = pSVin64[i].location; in GFDRepackSamplerVarArrayFor32Bit()