Home
last modified time | relevance | path

Searched refs:DIM_Y (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/core/
Dcoord.h54 DIM_Y, enumerator
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp1050 …y = ((coords[DIM_M] % sliceSizeInBlock) / pitchInBlock) * output.metaBlkHeight + coords[DIM_Y]; in HwlComputeHtileCoordFromAddr()
1447 Coordinate cy(DIM_Y, rbRegion); in GetRbEquation()
1513 Coordinate cy(DIM_Y, 0); in GetDataEquation()
1951 Coordinate cy(DIM_Y, 0); in GenMetaEquation()
1966 Coordinate cy(DIM_Y, 0); in GenMetaEquation()
1997 co.set(DIM_Y, compBlkHeightLog2); in GenMetaEquation()
1998 pMetaEq->Filter('<', co, 0, DIM_Y); in GenMetaEquation()
2012 co.set(DIM_Y, metaBlkHeightLog2 - 1); in GenMetaEquation()
2013 pMetaEq->Filter('>', co, 0, DIM_Y); in GenMetaEquation()
2020 co.set(DIM_Y, metaBlkHeightLog2 - 1); in GenMetaEquation()
[all …]