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

/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.h472 BOOL_32 yMajor = (mip0WidthInBlk < mip0HeightInBlk); local in function:Addr::V2::Gfx9Lib::GetMajorMode
473 BOOL_32 xMajor = (yMajor == FALSE);
477 yMajor = yMajor && (mip0HeightInBlk >= mip0DepthInBlk);
486 else if (yMajor)
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.h579 BOOL_32 yMajor = (mip0WidthInBlk < mip0HeightInBlk); local in function:Addr::V2::Gfx9Lib::GetMajorMode
580 BOOL_32 xMajor = (yMajor == FALSE);
584 yMajor = yMajor && (mip0HeightInBlk >= mip0DepthInBlk);
593 else if (yMajor)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Drasterizer.cpp100 if (workDesc.triFlags.yMajor)
186 if (workDesc.triFlags.yMajor)
H A Dcontext.h61 uint32_t yMajor : 1; member in struct:TRI_FLAGS
H A Dbinner.cpp1820 desc.triFlags.yMajor = (yMajorMask >> primIndex) & 1;

Completed in 9 milliseconds