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

/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_shader.c155 if (st->lower_texcoord_replace && st->ctx->Point.PointSprite &&
157 key.lower_texcoord_replace = st->ctx->Point.CoordReplace;
H A Dst_context.h165 boolean lower_texcoord_replace; member in struct:st_context
H A Dst_program.h167 GLuint lower_texcoord_replace:MAX_TEXTURE_COORD_UNITS; member in struct:st_fp_variant_key
H A Dst_context.c238 if (new_state & _NEW_POINT && st->lower_texcoord_replace)
729 st->lower_texcoord_replace =
826 !st->lower_texcoord_replace;
H A Dst_program.c1405 if (key->lower_texcoord_replace) {
1408 key->lower_texcoord_replace, point_coord_is_sysval, false);
1688 key->lower_texcoord_replace ? "texcoord_replace," : "",

Completed in 7 milliseconds