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.h325 #define SWR_MAX_NUM_MULTISAMPLES 16 macro
1007 typedef const float(&sampleArrayT)[SWR_MAX_NUM_MULTISAMPLES]; //@llvm_typedef
1025 uint32_t _xi[SWR_MAX_NUM_MULTISAMPLES];
1026 uint32_t _yi[SWR_MAX_NUM_MULTISAMPLES];
1027 float _x[SWR_MAX_NUM_MULTISAMPLES];
1028 float _y[SWR_MAX_NUM_MULTISAMPLES];
1031 __m128i _vXi[SWR_MAX_NUM_MULTISAMPLES];
1032 __m128i _vYi[SWR_MAX_NUM_MULTISAMPLES];
1033 simdscalar _vX[SWR_MAX_NUM_MULTISAMPLES];
1034 simdscalar _vY[SWR_MAX_NUM_MULTISAMPLES];
Dcontext.h86 uint64_t coverageMask[SWR_MAX_NUM_MULTISAMPLES];
274 float samplePos[SWR_MAX_NUM_MULTISAMPLES * 2]; in OSALIGNLINE()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_screen.cpp1107 if ((msaa_max_count < 1) || (msaa_max_count > SWR_MAX_NUM_MULTISAMPLES) in swr_validate_env_options()
1112 SWR_MAX_NUM_MULTISAMPLES); in swr_validate_env_options()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DStoreTile.h2359 PFN_STORE_TILES_INTERNAL pfnStore[SWR_MAX_NUM_MULTISAMPLES];