Lines Matching defs:config
39 const struct tgsi_lowering_config *config;
567 if (ctx->config->lower_FLR) {
702 if (ctx->config->lower_FLR) {
968 if (ctx->config->lower_FLR) {
1044 (ctx->config->lower_TXP & (1 << tex));
1069 if (ctx->config->saturate_r & smask)
1080 if (ctx->config->saturate_t & smask)
1089 if (ctx->config->saturate_s & smask)
1341 if (!ctx->config->lower_DST)
1346 if (!ctx->config->lower_LRP)
1351 if (!ctx->config->lower_FRC)
1356 if (!ctx->config->lower_POW)
1361 if (!ctx->config->lower_LIT)
1366 if (!ctx->config->lower_EXP)
1371 if (!ctx->config->lower_LOG)
1376 if (!ctx->config->lower_DP4)
1381 if (!ctx->config->lower_DP3)
1386 if (!ctx->config->lower_DP2)
1391 if (!ctx->config->lower_FLR)
1396 if (!ctx->config->lower_CEIL)
1401 if (!ctx->config->lower_TRUNC)
1425 tgsi_transform_lowering(const struct tgsi_lowering_config *config,
1434 STATIC_ASSERT((sizeof(config->saturate_s) * 8) >= PIPE_MAX_SAMPLERS);
1437 assert(!(config->lower_FRC && (config->lower_FLR || config->lower_CEIL)));
1438 assert(!(config->lower_FRC && config->lower_TRUNC));
1443 ctx.config = config;
1452 config->color_two_side) {
1463 ctx.saturate = config->saturate_r | config->saturate_s | config->saturate_t;
1465 #define OPCS(x) ((config->lower_ ## x) ? info->opcode_count[TGSI_OPCODE_ ## x] : 0)
1544 if (ctx.saturate || config->lower_TXP) {
1553 } else if (config->lower_TXP) {