Home | History | Annotate | Download | only in swrast

Lines Matching refs:TexFormat

1503    ASSERT(texImage->Base.TexFormat == MESA_FORMAT_Z24_S8 ||
1504 texImage->Base.TexFormat == MESA_FORMAT_Z24_X8);
1521 ASSERT(texImage->Base.TexFormat == MESA_FORMAT_S8_Z24 ||
1522 texImage->Base.TexFormat == MESA_FORMAT_X8_Z24);