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

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 1051 ((texGenEnabled & R_BIT) && planeR[0] != 0.0) ||
1058 ((texGenEnabled & R_BIT) && planeR[1] != 0.0) ||
1063 if (!(texGenEnabled & R_BIT)) {
1067 needtgenable |= R_BIT;
1073 ((texGenEnabled & R_BIT) && planeR[3] != 0.0)) {
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_texgen.c 431 if (texUnit->TexGenEnabled & R_BIT) {
523 else if (texUnit->TexGenEnabled & R_BIT)
534 if (texUnit->TexGenEnabled == (S_BIT|T_BIT|R_BIT)) {
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos_arrays.c 269 if ( (ctx->Texture.Unit[unit].TexGenEnabled & (R_BIT | Q_BIT)) )
radeon_maos_verts.c 355 if ( (ctx->Texture.Unit[unit].TexGenEnabled & (R_BIT | Q_BIT)) )
radeon_texstate.c 809 if ((texUnit->TexGenEnabled & (S_BIT|T_BIT|R_BIT|Q_BIT)) == 0) {
825 if ( ((texUnit->TexGenEnabled & R_BIT) &&
844 if ((texUnit->TexGenEnabled & (R_BIT | Q_BIT)) != 0) {
    [all...]
  /external/mesa3d/src/mesa/main/
attrib.c 741 _mesa_set_enable(ctx, GL_TEXTURE_GEN_R, !!(genEnabled & R_BIT));
802 _mesa_set_enable(ctx, GL_TEXTURE_GEN_R, !!(unit->TexGenEnabled & R_BIT));
    [all...]
rastpos.c 331 if (texUnit->TexGenEnabled & R_BIT) {
texstate.c 493 if (texUnit->TexGenEnabled & R_BIT) {
mtypes.h     [all...]

Completed in 199 milliseconds