Home
last modified time | relevance | path

Searched refs:maxSampleMaskWords (Results 1 – 25 of 46) sorted by relevance

12

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fMultisampleTests.cpp421 GLint maxSampleMaskWords = 0; in init() local
422 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords); in init()
423 if (getEffectiveSampleMaskWordCount(m_numSamples - 1) > maxSampleMaskWords) in init()
565 GLint maxSampleMaskWords = 0; in init() local
566 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords); in init()
567 if (getEffectiveSampleMaskWordCount(m_numSamples - 1) > maxSampleMaskWords) in init()
730 GLint maxSampleMaskWords = 0; in init() local
731 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords); in init()
732 if (getEffectiveSampleMaskWordCount(m_numSamples - 1) > maxSampleMaskWords) in init()
891 GLint maxSampleMaskWords = 0; in init() local
[all …]
Des31fTextureMultisampleTests.cpp624 glw::GLint maxSampleMaskWords = 0; in init() local
631 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords); in init()
632 if (m_effectiveSampleMaskWordCount > maxSampleMaskWords) in init()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DTextureMultisampleTest.cpp494 GLint maxSampleMaskWords = 0; in TEST_P() local
495 glGetIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords); in TEST_P()
496 sampleMaski(maxSampleMaskWords - 1, 0x1); in TEST_P()
499 glGetIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords); in TEST_P()
500 sampleMaski(maxSampleMaskWords, 0x1); in TEST_P()
545 GLint maxSampleMaskWords = 0; in TEST_P() local
546 glGetIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords); in TEST_P()
548 sampleMaski(maxSampleMaskWords - 1, 0x1); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DTextureMultisampleTest.cpp498 GLint maxSampleMaskWords = 0; in TEST_P() local
499 glGetIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords); in TEST_P()
500 sampleMaski(maxSampleMaskWords - 1, 0x1); in TEST_P()
503 glGetIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords); in TEST_P()
504 sampleMaski(maxSampleMaskWords, 0x1); in TEST_P()
587 GLint maxSampleMaskWords = 0; in TEST_P() local
588 glGetIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords); in TEST_P()
590 sampleMaski(maxSampleMaskWords - 1, 0x1); in TEST_P()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp140 mNativeCaps.maxSampleMaskWords = limitsVk.maxSampleMaskWords; in ensureCapsInitialized()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h215 GLint maxSampleMaskWords = 0; member
DCaps.cpp1074 caps.maxSampleMaskWords = 1; in GenerateMinimumCaps()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h621 GLuint maxSampleMaskWords = 0; member
DCaps.cpp1027 caps.maxSampleMaskWords = 1; in GenerateMinimumCaps()
DState.cpp337 mMaxSampleMaskWords = caps.maxSampleMaskWords; in initialize()
DContext.cpp1648 *params = mState.mCaps.maxSampleMaskWords; in getIntegervImpl()
3430 mState.mCaps.maxSampleMaskWords = in initCaps()
3431 std::min<GLuint>(mState.mCaps.maxSampleMaskWords, MAX_SAMPLE_MASK_WORDS); in initCaps()
DvalidationES3.cpp2712 if (index >= caps.maxSampleMaskWords) in ValidateIndexedStateQuery()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRateTests.cpp115 …ateProperties.maxFragmentShadingRateCoverageSamples > (properties.limits.maxSampleMaskWords * 32))) in testLimits()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp594 mNativeCaps.maxSampleMaskWords = LimitToInt(limitsVk.maxSampleMaskWords); in ensureCapsInitialized()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c816 .maxSampleMaskWords = 1, in panvk_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp1092 props->limits.maxSampleMaskWords = 1; in getPhysicalDeviceProperties()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp1574 caps->maxSampleMaskWords = GetMaxSampleMaskWords(featureLevel); in GenerateCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp1559 caps->maxSampleMaskWords = GetMaxSampleMaskWords(featureLevel); in GenerateCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DDisplayMtl.mm730 mNativeCaps.maxSampleMaskWords = 0;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp906 caps->maxSampleMaskWords = QuerySingleGLInt(functions, GL_MAX_SAMPLE_MASK_WORDS); in GenerateCaps()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1396 .maxSampleMaskWords = 1, in v3dv_GetPhysicalDeviceProperties()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c980 .maxSampleMaskWords = 1, in tu_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp242 …{ LIMIT(maxSampleMaskWords), 1, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, -1, … in validateFeatureLimits()
829 { PN(checkAlways), PN(limits.maxSampleMaskWords), LIM_MIN_UINT32(1) }, in validateLimits12()
2469 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxSampleMaskWords),
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1127 caps->maxSampleMaskWords = QuerySingleGLInt(functions, GL_MAX_SAMPLE_MASK_WORDS); in GenerateCaps()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c794 .maxSampleMaskWords = 1, in lvp_GetPhysicalDeviceProperties()

12