Home
last modified time | relevance | path

Searched refs:lower_texcoord_replace (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_shader.c148 if (st->lower_texcoord_replace && st->ctx->Point.PointSprite && in st_update_fp()
150 key.lower_texcoord_replace = st->ctx->Point.CoordReplace; in st_update_fp()
Dst_program.h179 GLuint lower_texcoord_replace:MAX_TEXTURE_COORD_UNITS; member
Dst_context.c159 if (new_state & _NEW_POINT && st->lower_texcoord_replace) in st_invalidate_state()
635 st->lower_texcoord_replace = in st_create_context_priv()
722 !st->lower_texcoord_replace; in st_create_context_priv()
Dst_context.h165 boolean lower_texcoord_replace; member
Dst_program.c939 if (key->lower_texcoord_replace) { in st_create_fp_variant()
942 key->lower_texcoord_replace, point_coord_is_sysval, false); in st_create_fp_variant()
1100 key->lower_texcoord_replace ? "texcoord_replace," : "", in st_get_fp_variant()