HomeSort by relevance Sort by last modified time
    Searched refs:CoordReplace (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/mesa/main/
texenv.c 467 if (ctx->Point.CoordReplace & (1u << ctx->Texture.CurrentUnit))
469 ctx->Point.CoordReplace |= (1u << ctx->Texture.CurrentUnit);
471 if (~(ctx->Point.CoordReplace) & (1u << ctx->Texture.CurrentUnit))
473 ctx->Point.CoordReplace &= ~(1u << ctx->Texture.CurrentUnit);
680 if (ctx->Point.CoordReplace & (1u << ctx->Texture.CurrentUnit))
744 if (ctx->Point.CoordReplace & (1u << ctx->Texture.CurrentUnit))
points.c 254 ctx->Point.CoordReplace = 0; /* GL_ARB/NV_point_sprite */
ffvertex_prog.c 240 | ctx->Texture._TexMatEnabled | ctx->Point.CoordReplace;
249 if (ctx->Point.CoordReplace & (1u << i))
    [all...]
attrib.c     [all...]
mtypes.h 773 GLbitfield CoordReplace; /**< GL_ARB_point_sprite*/
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf.c 192 key.point_sprite_coord_replace = ctx->Point.CoordReplace & 0xff;
gen6_sf_state.c 220 (brw->ctx.Point.CoordReplace & (1u << (attr - VARYING_SLOT_TEX0)))) {
brw_vs.c 309 key->point_coord_replace = ctx->Point.CoordReplace & 0xff;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 183 raster->sprite_coord_enable = ctx->Point.CoordReplace &
  /external/mesa3d/src/mesa/swrast/
s_points.c 143 if (ctx->Point.CoordReplace & (1u << u)) {
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_state.c 660 coord_replace_bits = ctx->Point.CoordReplace;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c     [all...]

Completed in 82 milliseconds