Home
last modified time | relevance | path

Searched refs:SWR_NOT_IMPL (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
Dtilingtraits.h37 static UINT GetCu() { SWR_NOT_IMPL; return 0; } in GetCu()
38 static UINT GetCv() { SWR_NOT_IMPL; return 0; } in GetCv()
39 static UINT GetCr() { SWR_NOT_IMPL; return 0; } in GetCr()
40 static UINT GetTileIDShift() { SWR_NOT_IMPL; return 0; } in GetTileIDShift()
43 static UINT GetPdepX() { SWR_NOT_IMPL; return 0x37; } in GetPdepX()
44 static UINT GetPdepY() { SWR_NOT_IMPL; return 0xC8; } in GetPdepY()
67 static UINT GetPdepX() { SWR_NOT_IMPL; return 0x00; }
68 static UINT GetPdepY() { SWR_NOT_IMPL; return 0x00; }
92 static UINT GetPdepX() { SWR_NOT_IMPL; return 0x37; }
93 static UINT GetPdepY() { SWR_NOT_IMPL; return 0xC8; }
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_types.h558 SWR_NOT_IMPL;
563 SWR_NOT_IMPL;
578 SWR_NOT_IMPL;
583 SWR_NOT_IMPL;
598 SWR_NOT_IMPL;
603 SWR_NOT_IMPL;
618 SWR_NOT_IMPL;
623 SWR_NOT_IMPL;
638 SWR_NOT_IMPL;
643 SWR_NOT_IMPL;
[all …]
Dpa.h1549 SWR_NOT_IMPL; in GetNextVsOutput()
1555 SWR_NOT_IMPL; in GetNextStreamOutput()
1561 SWR_NOT_IMPL; in GetNextVsIndices()
1567 void Reset() { SWR_NOT_IMPL; } in Reset()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dswr_assert.h240 #define SWR_NOT_IMPL SWR_INVALID("%s not implemented", SWR_FUNCTION_DECL) macro