Searched refs:pTS (Results 1 – 2 of 2) 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 …]
176123 static int fts3TermSelectFinishMerge(Fts3Table *p, TermSelect *pTS){176131 for(i=0; i<SizeofArray(pTS->aaOutput); i++){176132 if( pTS->aaOutput[i] ){176134 aOut = pTS->aaOutput[i];176135 nOut = pTS->anOutput[i];176136 pTS->aaOutput[i] = 0;176142 pTS->aaOutput[i], pTS->anOutput[i], aOut, nOut, &aNew, &nNew176149 sqlite3_free(pTS->aaOutput[i]);176151 pTS->aaOutput[i] = 0;176158 pTS->aaOutput[0] = aOut;[all …]