Home
last modified time | relevance | path

Searched refs:SWR_NOT_IMPL (Results 1 – 5 of 5) 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.h544 static float fromFloat() { SWR_NOT_IMPL; return 0.0; }
545 static simdscalar convertSrgb(simdscalar &in) { SWR_NOT_IMPL; return _simd_setzero_ps(); }
555 static float fromFloat() { SWR_NOT_IMPL; return 0.0; }
556 static simdscalar convertSrgb(simdscalar &in) { SWR_NOT_IMPL; return _simd_setzero_ps(); }
566 static float fromFloat() { SWR_NOT_IMPL; return 0.0; }
567 static simdscalar convertSrgb(simdscalar &in) { SWR_NOT_IMPL; return _simd_setzero_ps(); }
577 static float fromFloat() { SWR_NOT_IMPL; return 0.0; }
578 static simdscalar convertSrgb(simdscalar &in) { SWR_NOT_IMPL; return _simd_setzero_ps(); }
588 static float fromFloat() { SWR_NOT_IMPL; return 0.0; }
589 static simdscalar convertSrgb(simdscalar &in) { SWR_NOT_IMPL; return _simd_setzero_ps(); }
[all …]
Dtessellator.h70 SWR_NOT_IMPL; in TSInitCtx()
77 SWR_NOT_IMPL; in TSDestroyCtx()
86 SWR_NOT_IMPL; in TSTessellate()
Dpa.h1365 SWR_NOT_IMPL; in GetNextVsOutput()
1371 SWR_NOT_IMPL; in GetNextStreamOutput()
1377 SWR_NOT_IMPL; in GetNextVsIndices()
1388 SWR_NOT_IMPL; in Reset()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dswr_assert.h212 #define SWR_NOT_IMPL SWR_INVALID("%s not implemented", SWR_FUNCTION_DECL) macro