Lines Matching refs:get
581 inputColor = packets[ndx].vertices[verticeNdx]->outputs[0].get<float>();
585 inputColor = (packets[ndx].vertices[verticeNdx]->outputs[0].get<float>() * 0.5f)
586 + (packets[ndx].vertices[verticeNdx]->outputs[1].get<float>().swizzle(2, 1, 0, 3) * 0.5f);
1014 const float pointSize = vertex->outputs[0].get<float>().x() + 1.0f;
1030 const int primitiveID = (int)deFloatFloor(vertex->outputs[0].get<float>().x()) + 3;
1297 emitCount = (int)vertex->outputs[0].get<float>()[(m_instanced) ? (invocationID) : (0)];
1302 const int primitiveNdx = (m_instanced) ? (invocationID) : ((int)vertex->outputs[0].get<float>().x());
1312 const int primitiveNdx = (m_instanced) ? (invocationID) : ((int)vertex->outputs[0].get<float>().x());
1569 tipColor = tcu::Vec4(1.0, 1.0, 0.0, 1.0) * packets[packetNdx].vertices[0]->outputs[0].get<float>();
1570 baseColor = tcu::Vec4(1.0, 0.0, 0.0, 1.0) * packets[packetNdx].vertices[0]->outputs[0].get<float>();
3658 // Both images could contain something if the quad triangles get assigned to different layers
4624 result.fail("Minimum value = " + de::toString(m_limit) + ", got " + de::toString(state.get()));
4823 GLU_EXPECT_NO_ERROR(gl.getError(), "get query result");