Home
last modified time | relevance | path

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

/CTR-SDK-1.3.0/CTR_SDK/sources/libraries/gr/CTR/
Dgr_Shader.cpp404 const OutmapInfo* outmapInfo = in MakeOutAttrCommand_() local
422 if ( ( outmapInfo[ g ].type >= 0 ) && in MakeOutAttrCommand_()
423 ( outmapInfo[ g ].type < 9 ) && in MakeOutAttrCommand_()
424 ( outmapInfo[ g ].type != 7 ) ) in MakeOutAttrCommand_()
433 if ( outmapInfo[ g ].type == vtxOutmapInfo[ v ].type ) in MakeOutAttrCommand_()
436 … outmap_buffer[ outMapBufferCount ].type = outmapInfo[ g ].type; in MakeOutAttrCommand_()
438 … outmap_buffer[ outMapBufferCount ].mask = outmapInfo[ g ].mask; in MakeOutAttrCommand_()
452 ( outmapInfo[ g ].type >= 0 ) && in MakeOutAttrCommand_()
453 ( outmapInfo[ g ].type < 9 ) && in MakeOutAttrCommand_()
454 ( outmapInfo[ g ].type != 7 ) ) in MakeOutAttrCommand_()
[all …]