Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/sources/libraries/gr/CTR/
Dgr_Shader.cpp526 const OutmapInfo* vtxOutmapInfo = in MakeOutAttrCommand_() local
542 if ( ( vtxOutmapInfo[ v ].type >= 0 ) && in MakeOutAttrCommand_()
543 ( vtxOutmapInfo[ g ].type < 9 ) && in MakeOutAttrCommand_()
544 ( vtxOutmapInfo[ g ].type != 7 ) ) in MakeOutAttrCommand_()
546 if ( outmapInfo[ g ].type == vtxOutmapInfo[ v ].type ) in MakeOutAttrCommand_()
581 ( vtxOutmapInfo[ v ].type >= 0 ) && in MakeOutAttrCommand_()
582 ( vtxOutmapInfo[ v ].type < 9 ) && in MakeOutAttrCommand_()
583 ( vtxOutmapInfo[ v ].type != 7 ) ) in MakeOutAttrCommand_()
586 outmap_buffer[ outMapBufferCount ].type = vtxOutmapInfo[ v ].type; in MakeOutAttrCommand_()
588 outmap_buffer[ outMapBufferCount ].mask = vtxOutmapInfo[ v ].mask; in MakeOutAttrCommand_()