Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_Shader.cpp518 const OutmapInfo* outmapInfo = in MakeOutAttrCommand_() local
535 if ( ( outmapInfo[ g ].type >= 0 ) && in MakeOutAttrCommand_()
536 ( outmapInfo[ g ].type < 9 ) && in MakeOutAttrCommand_()
537 ( outmapInfo[ g ].type != 7 ) ) in MakeOutAttrCommand_()
546 if ( outmapInfo[ g ].type == vtxOutmapInfo[ v ].type ) in MakeOutAttrCommand_()
549 … outmap_buffer[ outMapBufferCount ].type = outmapInfo[ g ].type; in MakeOutAttrCommand_()
551 … outmap_buffer[ outMapBufferCount ].mask = outmapInfo[ g ].mask; in MakeOutAttrCommand_()
565 ( outmapInfo[ g ].type >= 0 ) && in MakeOutAttrCommand_()
566 ( outmapInfo[ g ].type < 9 ) && in MakeOutAttrCommand_()
567 ( outmapInfo[ g ].type != 7 ) ) in MakeOutAttrCommand_()
[all …]
Dgr_ShaderLite.cpp581 const OutmapInfo* outmapInfo = in MakeOutAttrCommand_() local
598 if ( ( outmapInfo[ g ].type >= 0 ) && in MakeOutAttrCommand_()
599 ( outmapInfo[ g ].type < 9 ) && in MakeOutAttrCommand_()
600 ( outmapInfo[ g ].type != 7 ) ) in MakeOutAttrCommand_()
609 if ( outmapInfo[ g ].type == vtxOutmapInfo[ v ].type ) in MakeOutAttrCommand_()
612 … outmap_buffer[ outMapBufferCount ].type = outmapInfo[ g ].type; in MakeOutAttrCommand_()
614 … outmap_buffer[ outMapBufferCount ].mask = outmapInfo[ g ].mask; in MakeOutAttrCommand_()
628 ( outmapInfo[ g ].type >= 0 ) && in MakeOutAttrCommand_()
629 ( outmapInfo[ g ].type < 9 ) && in MakeOutAttrCommand_()
630 ( outmapInfo[ g ].type != 7 ) ) in MakeOutAttrCommand_()
[all …]