Home | History | Annotate | Download | only in radeonsi

Lines Matching defs:centroid

8198 		LLVMValueRef center[2], centroid[2], tmp, bc_optimize;
8200 /* The shader should do: if (PRIM_MASK[31]) CENTROID = CENTER;
8201 * The hw doesn't compute CENTROID if the whole wave only
8218 centroid[i] = LLVMGetParam(func, base + 4 + i);
8222 center[i], centroid[i], "");
8233 centroid[i] = LLVMGetParam(func, base + 10 + i);
8237 center[i], centroid[i], "");