Lines Matching refs:gsDataMode
751 bit32 gsDataMode = m_ExeImageInfo[ geo_shader_index ]->gsDataMode; in MakeOutAttrCommand_() local
757 if ( gsDataMode == 1 ) in MakeOutAttrCommand_()
773 *command++ = 0x08000000 | (gsDataMode == 0 ? 0x0000 : 0x0100) | vtxOutNum - 1; in MakeOutAttrCommand_()
805 if ( ( gsDataMode == 1 ) && in MakeOutAttrCommand_()
813 if ( gsDataMode == 2 ) in MakeOutAttrCommand_()
815 … gsDataMode |= 0x01 << 24; in MakeOutAttrCommand_()
816 … gsDataMode |= ( m_ExeImageInfo[ geo_shader_index ]->gsVertexStartIndex ) << 16; in MakeOutAttrCommand_()
817 … gsDataMode |= ( vtxOutNum - 1 ) << 12; in MakeOutAttrCommand_()
818 … gsDataMode |= ( m_ExeImageInfo[ geo_shader_index ]->gsVertexNum - 1 ) << 8; in MakeOutAttrCommand_()
822 *command++ = gsDataMode; in MakeOutAttrCommand_()
1306 … size += (m_ExeImageInfo[j]->gsDataMode == 1) ? 50 * sizeof(u32): 48 * sizeof(u32); in CalculateBufferSize_()
1404 … m_CmdCacheOutAttrNumArray[idx] = (m_ExeImageInfo[j]->gsDataMode == 1) ? 50 : 48; in AssignBuffer_()