Searched defs:GetTileIDShift (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/memory/
H A Dtilingtraits.h40 static UINT GetTileIDShift() { SWR_NOT_IMPL; return 0; } function in struct:TilingTraits
53 static UINT GetTileIDShift() { return 0; } function in struct:TilingTraits
64 static UINT GetTileIDShift() { return KNOB_TILE_X_DIM_SHIFT + KNOB_TILE_Y_DIM_SHIFT; } function in struct:TilingTraits
77 static UINT GetTileIDShift() { return KNOB_TILE_X_DIM_SHIFT + KNOB_TILE_Y_DIM_SHIFT + 2; } function in struct:TilingTraits
89 static UINT GetTileIDShift() { return KNOB_TILE_X_DIM_SHIFT + KNOB_TILE_Y_DIM_SHIFT + 4; } function in struct:TilingTraits
103 static UINT GetTileIDShift() { return 12; } function in struct:TilingTraits
116 static UINT GetTileIDShift() { return 12; } function in struct:TilingTraits
128 static UINT GetTileIDShift() { return 12; } function in struct:TilingTraits
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/
H A Dtilingtraits.h40 static UINT GetTileIDShift() { SWR_NOT_IMPL; return 0; } function in struct:TilingTraits
53 static UINT GetTileIDShift() { return 0; } function in struct:TilingTraits
64 static UINT GetTileIDShift() { return KNOB_TILE_X_DIM_SHIFT + KNOB_TILE_Y_DIM_SHIFT; } function in struct:TilingTraits
77 static UINT GetTileIDShift() { return KNOB_TILE_X_DIM_SHIFT + KNOB_TILE_Y_DIM_SHIFT + 2; } function in struct:TilingTraits
89 static UINT GetTileIDShift() { return KNOB_TILE_X_DIM_SHIFT + KNOB_TILE_Y_DIM_SHIFT + 4; } function in struct:TilingTraits
103 static UINT GetTileIDShift() { return 12; } function in struct:TilingTraits
116 static UINT GetTileIDShift() { return 12; } function in struct:TilingTraits
128 static UINT GetTileIDShift() { return 12; } function in struct:TilingTraits
[all...]

Completed in 5 milliseconds