HomeSort by relevance Sort by last modified time
    Searched full:point_ivp (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/auxiliary/tgsi/
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);

Completed in 577 milliseconds