Searched refs:CoordReplace (Results 1 – 12 of 12) sorted by relevance
467 if (ctx->Point.CoordReplace & (1u << ctx->Texture.CurrentUnit)) in _mesa_TexEnvfv()469 ctx->Point.CoordReplace |= (1u << ctx->Texture.CurrentUnit); in _mesa_TexEnvfv()471 if (~(ctx->Point.CoordReplace) & (1u << ctx->Texture.CurrentUnit)) in _mesa_TexEnvfv()473 ctx->Point.CoordReplace &= ~(1u << ctx->Texture.CurrentUnit); in _mesa_TexEnvfv()680 if (ctx->Point.CoordReplace & (1u << ctx->Texture.CurrentUnit)) in _mesa_GetTexEnvfv()744 if (ctx->Point.CoordReplace & (1u << ctx->Texture.CurrentUnit)) in _mesa_GetTexEnviv()
268 ctx->Point.CoordReplace = 0; /* GL_ARB/NV_point_sprite */ in _mesa_init_point()
240 | ctx->Texture._TexMatEnabled | ctx->Point.CoordReplace; in make_state_key()249 if (ctx->Point.CoordReplace & (1u << i)) in make_state_key()
1265 !!(point->CoordReplace & (1u << u))); in _mesa_PopAttrib()
802 GLbitfield CoordReplace; /**< GL_ARB_point_sprite*/ member
129 key.point_sprite_coord_replace = ctx->Point.CoordReplace & 0xff; in brw_upload_sf_prog()
310 key->point_coord_replace = ctx->Point.CoordReplace & 0xff; in brw_vs_populate_key()
1089 (point->CoordReplace & (1u << (attr - VARYING_SLOT_TEX0)))) { in genX()
187 raster->sprite_coord_enable = ctx->Point.CoordReplace & in st_update_rasterizer()
143 if (ctx->Point.CoordReplace & (1u << u)) { in sprite_point()
660 coord_replace_bits = ctx->Point.CoordReplace; in i915_update_sprite_point_enable()
1855 (ctx->Point.CoordReplace << R200_PS_GEN_TEX_0_SHIFT); in r200Enable()