Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h358 #define SWR_MAX_NUM_MULTISAMPLES 16 macro
1025 typedef const float (&sampleArrayT)[SWR_MAX_NUM_MULTISAMPLES]; //@llvm_typedef
1043 uint32_t _xi[SWR_MAX_NUM_MULTISAMPLES];
1044 uint32_t _yi[SWR_MAX_NUM_MULTISAMPLES];
1045 float _x[SWR_MAX_NUM_MULTISAMPLES];
1046 float _y[SWR_MAX_NUM_MULTISAMPLES];
1049 __m128i _vXi[SWR_MAX_NUM_MULTISAMPLES];
1050 __m128i _vYi[SWR_MAX_NUM_MULTISAMPLES];
1051 simdscalar _vX[SWR_MAX_NUM_MULTISAMPLES];
1052 simdscalar _vY[SWR_MAX_NUM_MULTISAMPLES];
Dcontext.h87 uint64_t coverageMask[SWR_MAX_NUM_MULTISAMPLES];
292 float samplePos[SWR_MAX_NUM_MULTISAMPLES * 2]; in OSALIGNLINE()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_screen.cpp1083 if ((msaa_max_count < 1) || (msaa_max_count > SWR_MAX_NUM_MULTISAMPLES) in swr_validate_env_options()
1088 SWR_MAX_NUM_MULTISAMPLES); in swr_validate_env_options()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DStoreTile.h1831 PFN_STORE_TILES_INTERNAL pfnStore[SWR_MAX_NUM_MULTISAMPLES];