Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1496 SWR_GS_STATE *pGS = &ctx->gs->gsState; in CompileGS() local
1499 memset(pGS, 0, sizeof(*pGS)); in CompileGS()
1501 pGS->gsEnable = true; in CompileGS()
1503 pGS->numInputAttribs = (VERTEX_ATTRIB_START_SLOT - VERTEX_POSITION_SLOT) + info->num_inputs; in CompileGS()
1504 pGS->outputTopology = in CompileGS()
1511 pGS->maxNumVerts = info->properties[TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES] + 1; in CompileGS()
1512 pGS->instanceCount = info->properties[TGSI_PROPERTY_GS_INVOCATIONS]; in CompileGS()
1515 if(pGS->outputTopology == TOP_POINT_LIST) { in CompileGS()
1516 pGS->isSingleStream = false; in CompileGS()
1518 pGS->isSingleStream = true; in CompileGS()
[all …]