Searched refs:pp_txpitch (Results 1 – 4 of 4) sorted by relevance
627 t->pp_txpitch &= (1 << 13) -1; in radeonSetTexBuffer2()634 t->pp_txpitch = pitch_val; in radeonSetTexBuffer2()635 t->pp_txpitch -= 32; in radeonSetTexBuffer2()737 txr_cmd[TXR_PP_TEX_PITCH] = texobj->pp_txpitch; /* NPOT only! */ in import_tex_obj_state()979 t->pp_txpitch = (firstImage->Width + 63) & ~(63); in setup_hardware_state()981 t->pp_txpitch = ((firstImage->Width * texelBytes) + 63) & ~(63); in setup_hardware_state()982 t->pp_txpitch -= 32; in setup_hardware_state()
208 GLuint pp_txpitch; /* npot only */ member
688 t->pp_txpitch &= (1 << 13) -1; in r200SetTexBuffer2()727 t->pp_txpitch = pitch_val; in r200SetTexBuffer2()728 t->pp_txpitch -= 32; in r200SetTexBuffer2()992 cmd[TEX_PP_TXPITCH] = texobj->pp_txpitch; /* NPOT only! */ in import_tex_obj_state()1392 t->pp_txpitch = (firstImage->Width + 63) & ~(63); in setup_hardware_state()1394 t->pp_txpitch = ((firstImage->Width * texelBytes) + 63) & ~(63); in setup_hardware_state()1395 t->pp_txpitch -= 32; in setup_hardware_state()