Home
last modified time | relevance | path

Searched refs:CoordReplace (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dtexenv.c492 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()
Dpoints.c244 ctx->Point.CoordReplace = 0; /* GL_ARB_point_sprite */ in _mesa_init_point()
Dattrib.c1066 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()
Dffvertex_prog.c236 | ctx->Texture._TexMatEnabled | ctx->Point.CoordReplace; in make_state_key()
243 if (ctx->Point.CoordReplace & (1u << i)) in make_state_key()
Dmtypes.h746 GLbitfield CoordReplace; /**< GL_ARB_point_sprite*/ member
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_sf.c129 key.point_sprite_coord_replace = ctx->Point.CoordReplace & 0xff; in brw_upload_sf_prog()
Dbrw_vs.c286 key->point_coord_replace = ctx->Point.CoordReplace & 0xff; in brw_vs_populate_key()
DgenX_state_upload.c1111 (point->CoordReplace & (1u << (attr - VARYING_SLOT_TEX0)))) { in genX()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_shader.c156 st->ctx->Point.CoordReplace) in st_update_fp()
157 key.lower_texcoord_replace = st->ctx->Point.CoordReplace; in st_update_fp()
Dst_atom_rasterizer.c214 raster->sprite_coord_enable = ctx->Point.CoordReplace & in st_update_rasterizer()
/third_party/mesa3d/docs/relnotes/
D20.0.1.rst134 - mesa: call FLUSH_VERTICES before updating CoordReplace
D20.1.0.rst2950 - mesa: call FLUSH_VERTICES before updating CoordReplace
/third_party/mesa3d/src/mesa/swrast/
Ds_points.c143 if (ctx->Point.CoordReplace & (1u << u)) { in sprite_point()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Di915_state.c660 coord_replace_bits = ctx->Point.CoordReplace; in i915_update_sprite_point_enable()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c1835 (ctx->Point.CoordReplace << R200_PS_GEN_TEX_0_SHIFT); in r200Enable()