HomeSort by relevance Sort by last modified time
    Searched refs:SWR_NOT_IMPL (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
tessellator.h 70 SWR_NOT_IMPL;
77 SWR_NOT_IMPL;
86 SWR_NOT_IMPL;
format_types.h 544 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...]
pa.h     [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
tilingtraits.h 37 static UINT GetCu() { SWR_NOT_IMPL; return 0; }
38 static UINT GetCv() { SWR_NOT_IMPL; return 0; }
39 static UINT GetCr() { SWR_NOT_IMPL; return 0; }
40 static UINT GetTileIDShift() { SWR_NOT_IMPL; return 0; }
43 static UINT GetPdepX() { SWR_NOT_IMPL; return 0x37; }
44 static UINT GetPdepY() { SWR_NOT_IMPL; return 0xC8; }
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;
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
swr_assert.h 212 #define SWR_NOT_IMPL SWR_INVALID("%s not implemented", SWR_FUNCTION_DECL)

Completed in 130 milliseconds