Home | History | Annotate | Download | only in radeonsi

Lines Matching full:v2i32

812  * The type of vdata must be one of i32 (num_channels=1), v2i32 (num_channels=2),
851 const char *types[] = {"i32", "v2i32", "v4i32"};
937 const char *type_names[] = {"i32", "v2i32", "v4i32"};
944 arg_type = "v2i32";
2322 case 2: /* as v2i32 */
2807 rw_buffers = LLVMBuildBitCast(builder, rw_buffers, ctx->v2i32, "");
5760 params[SI_PARAM_PERSP_SAMPLE] = ctx->v2i32;
5761 params[SI_PARAM_PERSP_CENTER] = ctx->v2i32;
5762 params[SI_PARAM_PERSP_CENTROID] = ctx->v2i32;
5764 params[SI_PARAM_LINEAR_SAMPLE] = ctx->v2i32;
5765 params[SI_PARAM_LINEAR_CENTER] = ctx->v2i32;
5766 params[SI_PARAM_LINEAR_CENTROID] = ctx->v2i32;