Home | History | Annotate | Download | only in d3d11

Lines Matching refs:blockWidth

996     // Don't expand the size of full textures that are at least (blockWidth x blockHeight) already.
997 if (isImage || *requestWidth < static_cast<GLsizei>(dxgiFormatInfo.blockWidth) ||
1000 while (*requestWidth % dxgiFormatInfo.blockWidth != 0 || *requestHeight % dxgiFormatInfo.blockHeight != 0)