Searched refs:CoordReplace (Results 1 – 15 of 15) sorted by relevance
492 if (ctx->Point.CoordReplace & (1u << texunit)) in _mesa_texenvfv_indexed()496 ctx->Point.CoordReplace |= (1u << texunit); in _mesa_texenvfv_indexed()498 if (~(ctx->Point.CoordReplace) & (1u << texunit)) in _mesa_texenvfv_indexed()502 ctx->Point.CoordReplace &= ~(1u << texunit); in _mesa_texenvfv_indexed()776 if (ctx->Point.CoordReplace & (1u << texunit)) in _mesa_gettexenvfv_indexed()852 if (ctx->Point.CoordReplace & (1u << texunit)) in _mesa_gettexenviv_indexed()
244 ctx->Point.CoordReplace = 0; /* GL_ARB_point_sprite */ in _mesa_init_point()
1066 if (ctx->Point.CoordReplace != attr->Point.CoordReplace) { in _mesa_PopAttrib()1068 ctx->Point.CoordReplace = attr->Point.CoordReplace; in _mesa_PopAttrib()1074 float param = !!(ctx->Point.CoordReplace & (1 << i)); in _mesa_PopAttrib()
236 | ctx->Texture._TexMatEnabled | ctx->Point.CoordReplace; in make_state_key()243 if (ctx->Point.CoordReplace & (1u << i)) in make_state_key()
746 GLbitfield CoordReplace; /**< GL_ARB_point_sprite*/ member
129 key.point_sprite_coord_replace = ctx->Point.CoordReplace & 0xff; in brw_upload_sf_prog()
286 key->point_coord_replace = ctx->Point.CoordReplace & 0xff; in brw_vs_populate_key()
1111 (point->CoordReplace & (1u << (attr - VARYING_SLOT_TEX0)))) { in genX()
156 st->ctx->Point.CoordReplace) in st_update_fp()157 key.lower_texcoord_replace = st->ctx->Point.CoordReplace; in st_update_fp()
214 raster->sprite_coord_enable = ctx->Point.CoordReplace & in st_update_rasterizer()
134 - mesa: call FLUSH_VERTICES before updating CoordReplace
2950 - mesa: call FLUSH_VERTICES before updating CoordReplace
143 if (ctx->Point.CoordReplace & (1u << u)) { in sprite_point()
660 coord_replace_bits = ctx->Point.CoordReplace; in i915_update_sprite_point_enable()
1835 (ctx->Point.CoordReplace << R200_PS_GEN_TEX_0_SHIFT); in r200Enable()