Home
last modified time | relevance | path

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

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DGeometryShaderManager.cpp14 static const int LINE_PT_TEX_OFFSETS[8] = {0, 16, 8, 4, 2, 1, 1, 1}; variable
91 constants.texoffset[2] = LINE_PT_TEX_OFFSETS[bpmem.lineptwidth.lineoff]; in SetLinePtWidthChanged()
92 constants.texoffset[3] = LINE_PT_TEX_OFFSETS[bpmem.lineptwidth.pointoff]; in SetLinePtWidthChanged()