Home | History | Annotate | Download | only in radeonsi

Lines Matching defs:centroid

7492 		LLVMValueRef center[2], centroid[2], tmp, bc_optimize;
7494 /* The shader should do: if (PRIM_MASK[31]) CENTROID = CENTER;
7495 * The hw doesn't compute CENTROID if the whole wave only
7512 centroid[i] = LLVMGetParam(func, base + 4 + i);
7516 center[i], centroid[i], "");
7527 centroid[i] = LLVMGetParam(func, base + 10 + i);
7531 center[i], centroid[i], "");