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

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 621 t->pp_txpitch &= (1 << 13) -1;
628 t->pp_txpitch = pitch_val;
629 t->pp_txpitch -= 32;
731 txr_cmd[TXR_PP_TEX_PITCH] = texobj->pp_txpitch; /* NPOT only! */
973 t->pp_txpitch = (firstImage->Width + 63) & ~(63);
975 t->pp_txpitch = ((firstImage->Width * texelBytes) + 63) & ~(63);
976 t->pp_txpitch -= 32;
    [all...]
radeon_common_context.h 209 GLuint pp_txpitch; /* npot only */ member in struct:radeon_tex_obj
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 687 t->pp_txpitch &= (1 << 13) -1;
726 t->pp_txpitch = pitch_val;
727 t->pp_txpitch -= 32;
991 cmd[TEX_PP_TXPITCH] = texobj->pp_txpitch; /* NPOT only! */
    [all...]

Completed in 240 milliseconds