Home
last modified time | relevance | path

Searched refs:MAX_SAMPLE_MASK_WORDS (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/
DConstants.h25 MAX_SAMPLE_MASK_WORDS = 2, enumerator
DState.h247 std::array<GLbitfield, MAX_SAMPLE_MASK_WORDS> getSampleMaskValues() const in getSampleMaskValues()
1030 std::array<GLbitfield, MAX_SAMPLE_MASK_WORDS> mSampleMaskValues;
DContext.cpp3746 ANGLE_LIMIT_CAP(mState.mCaps.maxSampleMaskWords, MAX_SAMPLE_MASK_WORDS); in initCaps()
/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.h460 std::array<GLbitfield, gl::MAX_SAMPLE_MASK_WORDS> mSampleMaskValues;
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h405 uint32_t sampleMask[gl::MAX_SAMPLE_MASK_WORDS];
Dvk_cache_utils.cpp2222 ASSERT(maskNumber < gl::MAX_SAMPLE_MASK_WORDS); in updateSampleMask()