HomeSort by relevance Sort by last modified time
    Searched refs:S_BIT (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 1049 if (!(texGenEnabled & S_BIT)) {
1053 needtgenable |= S_BIT;
1057 if (((texGenEnabled & S_BIT) && planeS[1] != 0.0) ||
1064 if (((texGenEnabled & S_BIT) && planeS[2] != 0.0) ||
1071 if (((texGenEnabled & S_BIT) && planeS[3] != 0.0) ||
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_texgen.c 365 if (texUnit->TexGenEnabled & S_BIT) {
534 if (texUnit->TexGenEnabled == (S_BIT|T_BIT|R_BIT)) {
542 else if (texUnit->TexGenEnabled == (S_BIT|T_BIT) &&
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 809 if ((texUnit->TexGenEnabled & (S_BIT|T_BIT|R_BIT|Q_BIT)) == 0) {
822 else if ( (texUnit->TexGenEnabled & S_BIT) &&
    [all...]
  /external/mesa3d/src/mesa/main/
attrib.c 739 _mesa_set_enable(ctx, GL_TEXTURE_GEN_S, !!(genEnabled & S_BIT));
800 _mesa_set_enable(ctx, GL_TEXTURE_GEN_S, !!(unit->TexGenEnabled & S_BIT));
    [all...]
enable.c 715 GLbitfield coordBit = S_BIT << (cap - GL_TEXTURE_GEN_S);
    [all...]
rastpos.c 285 if (texUnit->TexGenEnabled & S_BIT) {
texstate.c 487 if (texUnit->TexGenEnabled & S_BIT) {
mtypes.h     [all...]

Completed in 587 milliseconds