Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/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_()
Dgr_ShaderLite.cpp589 const OutmapInfo* vtxOutmapInfo = in MakeOutAttrCommand_() local
605 if ( ( vtxOutmapInfo[ v ].type >= 0 ) && in MakeOutAttrCommand_()
606 ( vtxOutmapInfo[ g ].type < 9 ) && in MakeOutAttrCommand_()
607 ( vtxOutmapInfo[ g ].type != 7 ) ) in MakeOutAttrCommand_()
609 if ( outmapInfo[ g ].type == vtxOutmapInfo[ v ].type ) in MakeOutAttrCommand_()
644 ( vtxOutmapInfo[ v ].type >= 0 ) && in MakeOutAttrCommand_()
645 ( vtxOutmapInfo[ v ].type < 9 ) && in MakeOutAttrCommand_()
646 ( vtxOutmapInfo[ v ].type != 7 ) ) in MakeOutAttrCommand_()
649 outmap_buffer[ outMapBufferCount ].type = vtxOutmapInfo[ v ].type; in MakeOutAttrCommand_()
651 outmap_buffer[ outMapBufferCount ].mask = vtxOutmapInfo[ v ].mask; in MakeOutAttrCommand_()