Searched refs:Q_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.c1147 ((texGenEnabled & Q_BIT) && planeQ[0] != 0.0)) {
1154 ((texGenEnabled & Q_BIT) && planeQ[1] != 0.0)) {
1161 ((texGenEnabled & Q_BIT) && planeQ[2] != 0.0)) {
1165 if (!(texGenEnabled & Q_BIT)) {
1169 needtgenable |= Q_BIT;
1230 if (texUnit->TexGenEnabled & Q_BIT) {
1272 if (needtgenable & (Q_BIT)) {
1281 (texUnit->TexGenEnabled & Q_BIT) ? texUnit->GenQ.ObjectPlane : I + 12);
1300 if (needtgenable & (Q_BIT)) {
1308 (texUnit->TexGenEnabled & Q_BIT)
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_texstate.c1147 ((texGenEnabled & Q_BIT) && planeQ[0] != 0.0)) {
1154 ((texGenEnabled & Q_BIT) && planeQ[1] != 0.0)) {
1161 ((texGenEnabled & Q_BIT) && planeQ[2] != 0.0)) {
1165 if (!(texGenEnabled & Q_BIT)) {
1169 needtgenable |= Q_BIT;
1230 if (texUnit->TexGenEnabled & Q_BIT) {
1272 if (needtgenable & (Q_BIT)) {
1281 (texUnit->TexGenEnabled & Q_BIT) ? texUnit->GenQ.ObjectPlane : I + 12);
1300 if (needtgenable & (Q_BIT)) {
1308 (texUnit->TexGenEnabled & Q_BIT)
[all...]
/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) {
896 ((texUnit->TexGenEnabled & Q_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) {
896 ((texUnit->TexGenEnabled & Q_BIT) &&
913 if ((texUnit->TexGenEnabled & (R_BIT | Q_BIT)) != 0) {
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_texgen.c462 if (texUnit->TexGenEnabled & Q_BIT) {
523 if (texUnit->TexGenEnabled & Q_BIT)
H A Dt_rasterpos.c344 if (texUnit->TexGenEnabled & Q_BIT) {
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_texgen.c462 if (texUnit->TexGenEnabled & Q_BIT) {
523 if (texUnit->TexGenEnabled & Q_BIT)
H A Dt_rasterpos.c344 if (texUnit->TexGenEnabled & Q_BIT) {
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dattrib.c662 _mesa_set_enable(ctx, GL_TEXTURE_GEN_Q, !!(genEnabled & Q_BIT));
730 _mesa_set_enable(ctx, GL_TEXTURE_GEN_Q, !!(unit->TexGenEnabled & Q_BIT));
H A Dtexstate.c659 if (texUnit->TexGenEnabled & Q_BIT) {
H A Dmtypes.h1335 #define Q_BIT 8 macro
/external/mesa3d/src/mesa/main/
H A Dattrib.c662 _mesa_set_enable(ctx, GL_TEXTURE_GEN_Q, !!(genEnabled & Q_BIT));
730 _mesa_set_enable(ctx, GL_TEXTURE_GEN_Q, !!(unit->TexGenEnabled & Q_BIT));
H A Dtexstate.c659 if (texUnit->TexGenEnabled & Q_BIT) {
H A Dmtypes.h1335 #define Q_BIT 8 macro

Completed in 356 milliseconds