Home | History | Annotate | Download | only in r600

Lines Matching full:semantic

713 /* Map name/sid pair from tgsi to the 8-bit semantic index for SPI setup */
719 * semantic indices, so we'll use 0 for them.
797 ctx->shader->input[i].name = d->Semantic.Name;
798 ctx->shader->input[i].sid = d->Semantic.Index;
823 ctx->shader->output[i].name = d->Semantic.Name;
824 ctx->shader->output[i].sid = d->Semantic.Index;
830 switch (d->Semantic.Name) {
832 ctx->shader->clip_dist_write |= d->Declaration.UsageMask << (d->Semantic.Index << 2);
844 switch (d->Semantic.Name) {
858 if (d->Semantic.Name == TGSI_SEMANTIC_INSTANCEID) {
876 } else if (d->Semantic.Name == TGSI_SEMANTIC_VERTEXID)