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

/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.cpp2326 ADDR2_COMPUTE_SURFACE_INFO_INPUT infoIn = {}; local in function:Addr::V2::Gfx10Lib::HwlComputeNonBlockCompressedView
2327 infoIn.flags = pIn->flags;
2328 infoIn.swizzleMode = pIn->swizzleMode;
2329 infoIn.resourceType = pIn->resourceType;
2330 infoIn.bpp = bpp;
2331 infoIn.width = PowTwoAlign(pIn->width, bcWidth) / bcWidth;
2332 infoIn.height = PowTwoAlign(pIn->height, bcHeight) / bcHeight;
2333 infoIn.numSlices = pIn->numSlices;
2334 infoIn.numMipLevels = pIn->numMipLevels;
2335 infoIn
[all...]

Completed in 6 milliseconds