Searched refs:emitCount (Results 1 – 1 of 1) sorted by relevance
834 const int emitCount = m_spec.pattern[packets[packetNdx].primitiveIDIn]; in shadePrimitives() local836 for (int ndx = 0; ndx < emitCount / 2; ++ndx) in shadePrimitives()1265 int emitCount = 0; in shadePrimitives() local1270 emitCount = (int)vertex->outputs[0].get<float>()[(m_instanced) ? (invocationID) : (0)]; in shadePrimitives()1271 …color = tcu::Vec4((emitCount < 10) ? (0.0f) : (1.0f), (emitCount > 10) ? (0.0f) : (1.0f), 1.0f, 1.… in shadePrimitives()1280 emitCount = m_emitCount.value.i4[primitiveNdx]; in shadePrimitives()1293 emitCount = 0; in shadePrimitives()1296 emitCount += (EMIT_COUNT_VERTEX_0 == -1) ? (m_maxEmitCount) : (EMIT_COUNT_VERTEX_0); in shadePrimitives()1298 emitCount += (EMIT_COUNT_VERTEX_1 == -1) ? (m_maxEmitCount) : (EMIT_COUNT_VERTEX_1); in shadePrimitives()1300 emitCount += (EMIT_COUNT_VERTEX_2 == -1) ? (m_maxEmitCount) : (EMIT_COUNT_VERTEX_2); in shadePrimitives()[all …]