Home
last modified time | relevance | path

Searched refs:vertexPackets (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderer.cpp1777 std::vector<VertexPacket*> vertexPackets = vpalloc.allocArray(command.primitives.getNumElements()); in drawInstanced() local
1795 vertexPackets[numVertexPackets]->instanceNdx = instanceID; in drawInstanced()
1796 vertexPackets[numVertexPackets]->vertexNdx = (int)command.primitives.getIndex(elementNdx); in drawInstanced()
1799 vertexPackets[numVertexPackets]->pointSize = command.state.point.pointSize; // default value from the current state in drawInstanced()
1800 vertexPackets[numVertexPackets]->position = tcu::Vec4(0, 0, 0, 0); // no undefined values in drawInstanced()
1814 command.program.vertexShader->shadeVertices(command.vertexAttribs, &vertexPackets[0], numVertexPackets); in drawInstanced()
1820 case PRIMITIVETYPE_TRIANGLES: { drawAsPrimitives<PRIMITIVETYPE_TRIANGLES> (command.state, command.renderTarget, command.program, &vertexPackets[0], numVertexPackets, drawContext, vpalloc); break; } in drawInstanced()
1821 case PRIMITIVETYPE_TRIANGLE_STRIP: { drawAsPrimitives<PRIMITIVETYPE_TRIANGLE_STRIP> (command.state, command.renderTarget, command.program, &vertexPackets[0], numVertexPackets, drawContext, vpalloc); break; } in drawInstanced()
1822 case PRIMITIVETYPE_TRIANGLE_FAN: { drawAsPrimitives<PRIMITIVETYPE_TRIANGLE_FAN> (command.state, command.renderTarget, command.program, &vertexPackets[0], numVertexPackets, drawContext, vpalloc); break; } in drawInstanced()
1823 case PRIMITIVETYPE_LINES: { drawAsPrimitives<PRIMITIVETYPE_LINES> (command.state, command.renderTarget, command.program, &vertexPackets[ in drawInstanced()
[all...]

Completed in 4 milliseconds