Home | History | Annotate | Download | only in tgsi

Lines Matching full:processor

243    unsigned processor : 4;
273 uint processor;
276 processor = TGSI_PROCESSOR_FRAGMENT;
278 processor = TGSI_PROCESSOR_VERTEX;
280 processor = TGSI_PROCESSOR_GEOMETRY;
282 processor = TGSI_PROCESSOR_COMPUTE;
295 *(struct tgsi_processor *) ctx->tokens_cur++ = tgsi_build_processor( processor, ctx->header );
296 ctx->processor = processor;
649 if (ctx->processor == TGSI_PROCESSOR_GEOMETRY && *file == TGSI_FILE_INPUT) {
1102 ctx->processor == TGSI_PROCESSOR_VERTEX);
1457 ctx->processor == TGSI_PROCESSOR_GEOMETRY) {