Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DRenderer.cpp53 bool provokeFirst = (provokingVertexMode == VK_PROVOKING_VERTEX_MODE_FIRST_VERTEX_EXT); in setBatchIndices() local
79 batch[i][0] = indices[index + (provokeFirst ? 0 : 1)]; in setBatchIndices()
80 batch[i][1] = indices[index + (provokeFirst ? 1 : 0)]; in setBatchIndices()
92 batch[i][0] = indices[index + (provokeFirst ? 0 : 1)]; in setBatchIndices()
93 batch[i][1] = indices[index + (provokeFirst ? 1 : 0)]; in setBatchIndices()
105 batch[i][0] = indices[index + (provokeFirst ? 0 : 2)]; in setBatchIndices()
106 batch[i][1] = indices[index + (provokeFirst ? 1 : 0)]; in setBatchIndices()
107 batch[i][2] = indices[index + (provokeFirst ? 2 : 1)]; in setBatchIndices()
118 batch[i][0] = indices[index + (provokeFirst ? 0 : 2)]; in setBatchIndices()
119 batch[i][1] = indices[index + ((start + i) & 1) + (provokeFirst ? 1 : 0)]; in setBatchIndices()
[all …]