Home
last modified time | relevance | path

Searched refs:inWidth (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/util/format/
H A Du_format_fxt1.c1143 upscale_teximage2d(int32_t inWidth, int32_t inHeight, in upscale_teximage2d() argument
1150 assert(outWidth >= inWidth); in upscale_teximage2d()
1153 assert(inWidth == 1 || inWidth == 2 || inHeight == 1 || inHeight == 2); in upscale_teximage2d()
1161 const int32_t jj = j % inWidth; in upscale_teximage2d()

Completed in 3 milliseconds