| postConvWidth = 32 / texelBytes; | postConvWidth = 32 / texelBytes; | ||||
| texImage->RowStride = postConvWidth; | texImage->RowStride = postConvWidth; | ||||
| } | } | ||||
| assert(texImage->RowStride == postConvWidth); | |||||
| if (!intelImage->mt) { | |||||
| assert(texImage->RowStride == postConvWidth); | |||||
| } | |||||
| } | } | ||||
| /* Release the reference to a potentially orphaned buffer. | /* Release the reference to a potentially orphaned buffer. |