tgsi_point_sprite.c | 88 unsigned point_ivp; // point inverseViewport constant member in struct:psprite_transform_context 243 ts->point_ivp = ts->num_const++; 244 tgsi_transform_const_decl(ctx, ts->point_ivp, ts->point_ivp); 259 ts->point_ivp, TGSI_SWIZZLE_Z, 311 ts->point_ivp, TGSI_SWIZZLE_X, 447 /* MIN point_size_tmp.x, point_size_tmp.x, point_ivp.w */ 451 TGSI_FILE_CONSTANT, ts->point_ivp, TGSI_SWIZZLE_W, false);
|