Searched refs:SWR_MAX_NUM_MULTISAMPLES (Results 1 – 4 of 4) sorted by relevance
325 #define SWR_MAX_NUM_MULTISAMPLES 16 macro1007 typedef const float(&sampleArrayT)[SWR_MAX_NUM_MULTISAMPLES]; //@llvm_typedef1025 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];
86 uint64_t coverageMask[SWR_MAX_NUM_MULTISAMPLES];274 float samplePos[SWR_MAX_NUM_MULTISAMPLES * 2]; in OSALIGNLINE()
1107 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()
2359 PFN_STORE_TILES_INTERNAL pfnStore[SWR_MAX_NUM_MULTISAMPLES];