Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_Shader.cpp67 const bit32* package_info = binary; in SetupBinary() local
72 m_Instruction = reinterpret_cast< const bit32* >( (u8*)package_info + *binary ); in SetupBinary()
78 … const bit32* swizzle = reinterpret_cast< const bit32* >( (u8*)package_info + *binary ); in SetupBinary()
Dgr_ShaderLite.cpp99 const bit32* package_info = binary; in SetupBinary() local
104 m_Instruction = reinterpret_cast< const bit32* >( (u8*)package_info + *binary ); in SetupBinary()
110 … const bit32* swizzle = reinterpret_cast< const bit32* >( (u8*)package_info + *binary ); in SetupBinary()