Searched refs:pTS (Results 1 – 1 of 1) sorted by relevance
1686 SWR_TS_STATE *pTS = &ctx->tsState; in CompileTES() local1691 memset(pTS, 0, sizeof(*pTS)); in CompileTES()1693 pTS->tsEnable = true; in CompileTES()1751 pTS->domain = type; in CompileTES()1752 pTS->tsOutputTopology = topology; in CompileTES()1753 pTS->partitioning = partitioning; in CompileTES()1754 pTS->numDsOutputAttribs = info->num_outputs; in CompileTES()1755 pTS->postDSTopology = postDSTopology; in CompileTES()1757 pTS->dsAllocationSize = SWR_VTX_NUM_SLOTS * MAX_NUM_VERTS_PER_PRIM; in CompileTES()1758 pTS->vertexAttribOffset = VERTEX_ATTRIB_START_SLOT; in CompileTES()[all …]