Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_Shader.cpp403 bit32* boolMap = &m_VtxShaderBoolMapUniform; in MakeConstRgCommand_() local
410 boolMap = &m_GeoShaderBoolMapUniform; in MakeConstRgCommand_()
439 *boolMap |= ( info.value[ 0 ] << info.index ) & ( 1 << info.index ); in MakeConstRgCommand_()
Dgr_ShaderLite.cpp466 bit32* boolMap = &m_VtxShaderBoolMapUniform; in MakeConstRgCommand_() local
473 boolMap = &m_GeoShaderBoolMapUniform; in MakeConstRgCommand_()
502 *boolMap |= ( info.value[ 0 ] << info.index ) & ( 1 << info.index ); in MakeConstRgCommand_()