HomeSort by: relevance | last modified time | path
    Searched refs:Q_BIT (Results 1 - 18 of 18) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
r200_texstate.c 1051 ((texGenEnabled & Q_BIT) && planeQ[0] != 0.0)) {
1058 ((texGenEnabled & Q_BIT) && planeQ[1] != 0.0)) {
1065 ((texGenEnabled & Q_BIT) && planeQ[2] != 0.0)) {
1069 if (!(texGenEnabled & Q_BIT)) {
1073 needtgenable |= Q_BIT;
1135 if (texUnit->TexGenEnabled & Q_BIT) {
1177 if (needtgenable & (Q_BIT)) {
1186 (texUnit->TexGenEnabled & Q_BIT) ? texUnit->ObjectPlane[GEN_Q] : I + 12);
1205 if (needtgenable & (Q_BIT)) {
1213 (texUnit->TexGenEnabled & Q_BIT) ? texUnit->EyePlane[GEN_Q] : I + 12)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
r200_texstate.c 1057 ((texGenEnabled & Q_BIT) && planeQ[0] != 0.0)) {
1064 ((texGenEnabled & Q_BIT) && planeQ[1] != 0.0)) {
1071 ((texGenEnabled & Q_BIT) && planeQ[2] != 0.0)) {
1075 if (!(texGenEnabled & Q_BIT)) {
1079 needtgenable |= Q_BIT;
1141 if (texUnit->TexGenEnabled & Q_BIT) {
1183 if (needtgenable & (Q_BIT)) {
1192 (texUnit->TexGenEnabled & Q_BIT) ? texUnit->GenQ.ObjectPlane : I + 12);
1211 if (needtgenable & (Q_BIT)) {
1219 (texUnit->TexGenEnabled & Q_BIT) ? texUnit->GenQ.EyePlane : I + 12)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
radeon_maos_arrays.c 268 if ( (ctx->Texture.Unit[unit].TexGenEnabled & (R_BIT | Q_BIT)) )
radeon_maos_verts.c 354 if ( (ctx->Texture.FixedFuncUnit[unit].TexGenEnabled & (R_BIT | Q_BIT)) )
radeon_texstate.c 811 if ((texUnit->TexGenEnabled & (S_BIT|T_BIT|R_BIT|Q_BIT)) == 0) {
829 ((texUnit->TexGenEnabled & Q_BIT) &&
846 if ((texUnit->TexGenEnabled & (R_BIT | Q_BIT)) != 0) {
  /xsrc/external/mit/MesaLib.old/dist/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.FixedFuncUnit[unit].TexGenEnabled & (R_BIT | Q_BIT)) )
radeon_texstate.c 818 if ((texUnit->TexGenEnabled & (S_BIT|T_BIT|R_BIT|Q_BIT)) == 0) {
836 ((texUnit->TexGenEnabled & Q_BIT) &&
853 if ((texUnit->TexGenEnabled & (R_BIT | Q_BIT)) != 0) {
  /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
t_vb_texgen.c 462 if (texUnit->TexGenEnabled & Q_BIT) {
524 if (texUnit->TexGenEnabled & Q_BIT)
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
t_vb_texgen.c 462 if (texUnit->TexGenEnabled & Q_BIT) {
524 if (texUnit->TexGenEnabled & Q_BIT)
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
rastpos.c 374 if (texUnit->TexGenEnabled & Q_BIT) {
texstate.c 641 if (texUnit->TexGenEnabled & Q_BIT) {
attrib.c 589 _mesa_set_enable(ctx, GL_TEXTURE_GEN_Q, !!(unit->TexGenEnabled & Q_BIT));
mtypes.h 1137 #define Q_BIT 8
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
rastpos.c 370 if (texUnit->TexGenEnabled & Q_BIT) {
texstate.c 631 if (texUnit->TexGenEnabled & Q_BIT) {
attrib.c 786 _mesa_set_enable(ctx, GL_TEXTURE_GEN_Q, !!(genEnabled & Q_BIT));
850 _mesa_set_enable(ctx, GL_TEXTURE_GEN_Q, !!(unit->TexGenEnabled & Q_BIT));
mtypes.h 1137 #define Q_BIT 8

Completed in 72 milliseconds