Searched refs:R_BIT (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_texstate.c1146 ((texGenEnabled & R_BIT) && planeR[0] != 0.0) ||
1153 ((texGenEnabled & R_BIT) && planeR[1] != 0.0) ||
1158 if (!(texGenEnabled & R_BIT)) {
1162 needtgenable |= R_BIT;
1168 ((texGenEnabled & R_BIT) && planeR[3] != 0.0)) {
1223 if (texUnit->TexGenEnabled & R_BIT) {
1269 if (needtgenable & (R_BIT)) {
1280 (texUnit->TexGenEnabled & R_BIT) ? texUnit->GenR.ObjectPlane : I + 8,
1297 if (needtgenable & (R_BIT)) {
1307 (texUnit->TexGenEnabled & R_BIT)
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_texstate.c1146 ((texGenEnabled & R_BIT) && planeR[0] != 0.0) ||
1153 ((texGenEnabled & R_BIT) && planeR[1] != 0.0) ||
1158 if (!(texGenEnabled & R_BIT)) {
1162 needtgenable |= R_BIT;
1168 ((texGenEnabled & R_BIT) && planeR[3] != 0.0)) {
1223 if (texUnit->TexGenEnabled & R_BIT) {
1269 if (needtgenable & (R_BIT)) {
1280 (texUnit->TexGenEnabled & R_BIT) ? texUnit->GenR.ObjectPlane : I + 8,
1297 if (needtgenable & (R_BIT)) {
1307 (texUnit->TexGenEnabled & R_BIT)
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_texgen.c433 if (texUnit->TexGenEnabled & R_BIT) {
525 else if (texUnit->TexGenEnabled & R_BIT)
536 if (texUnit->TexGenEnabled == (S_BIT|T_BIT|R_BIT)) {
H A Dt_rasterpos.c324 if (texUnit->TexGenEnabled & R_BIT) {
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_texgen.c433 if (texUnit->TexGenEnabled & R_BIT) {
525 else if (texUnit->TexGenEnabled & R_BIT)
536 if (texUnit->TexGenEnabled == (S_BIT|T_BIT|R_BIT)) {
H A Dt_rasterpos.c324 if (texUnit->TexGenEnabled & R_BIT) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_maos_arrays.c269 if ( (ctx->Texture.Unit[unit].TexGenEnabled & (R_BIT | Q_BIT)) )
H A Dradeon_maos_verts.c354 if ( (ctx->Texture.Unit[unit].TexGenEnabled & (R_BIT | Q_BIT)) )
H A Dradeon_texstate.c878 if ((texUnit->TexGenEnabled & (S_BIT|T_BIT|R_BIT|Q_BIT)) == 0) {
894 if ( ((texUnit->TexGenEnabled & R_BIT) &&
913 if ((texUnit->TexGenEnabled & (R_BIT | Q_BIT)) != 0) {
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_maos_arrays.c269 if ( (ctx->Texture.Unit[unit].TexGenEnabled & (R_BIT | Q_BIT)) )
H A Dradeon_maos_verts.c354 if ( (ctx->Texture.Unit[unit].TexGenEnabled & (R_BIT | Q_BIT)) )
H A Dradeon_texstate.c878 if ((texUnit->TexGenEnabled & (S_BIT|T_BIT|R_BIT|Q_BIT)) == 0) {
894 if ( ((texUnit->TexGenEnabled & R_BIT) &&
913 if ((texUnit->TexGenEnabled & (R_BIT | Q_BIT)) != 0) {
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dattrib.c661 _mesa_set_enable(ctx, GL_TEXTURE_GEN_R, !!(genEnabled & R_BIT));
729 _mesa_set_enable(ctx, GL_TEXTURE_GEN_R, !!(unit->TexGenEnabled & R_BIT));
H A Dmtypes.h1334 #define R_BIT 4 macro
1336 #define STR_BITS (S_BIT | T_BIT | R_BIT)
H A Dtexstate.c656 if (texUnit->TexGenEnabled & R_BIT) {
/external/mesa3d/src/mesa/main/
H A Dattrib.c661 _mesa_set_enable(ctx, GL_TEXTURE_GEN_R, !!(genEnabled & R_BIT));
729 _mesa_set_enable(ctx, GL_TEXTURE_GEN_R, !!(unit->TexGenEnabled & R_BIT));
H A Dmtypes.h1334 #define R_BIT 4 macro
1336 #define STR_BITS (S_BIT | T_BIT | R_BIT)
H A Dtexstate.c656 if (texUnit->TexGenEnabled & R_BIT) {

Completed in 400 milliseconds