Lines Matching defs:temps
6030 struct tgsi_exec_vector temps[TGSI_EXEC_NUM_TEMPS];
6035 memset(mach->Temps, 0, sizeof(temps));
6038 memset(temps, 0, sizeof(temps));
6061 if (memcmp(&temps[i], &mach->Temps[i], sizeof(temps[i]))) {
6064 memcpy(&temps[i], &mach->Temps[i], sizeof(temps[i]));
6071 temps[i].xyzw[0].f[j], temps[i].xyzw[0].u[j],
6072 temps[i].xyzw[1].f[j], temps[i].xyzw[1].u[j],
6073 temps[i].xyzw[2].f[j], temps[i].xyzw[2].u[j],
6074 temps[i].xyzw[3].f[j], temps[i].xyzw[3].u[j]);