/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fMultisampleTests.cpp | 421 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 …]
|
D | es31fTextureMultisampleTests.cpp | 624 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/ |
D | TextureMultisampleTest.cpp | 494 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/ |
D | TextureMultisampleTest.cpp | 498 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/ |
D | vk_caps_utils.cpp | 140 mNativeCaps.maxSampleMaskWords = limitsVk.maxSampleMaskWords; in ensureCapsInitialized()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Caps.h | 215 GLint maxSampleMaskWords = 0; member
|
D | Caps.cpp | 1074 caps.maxSampleMaskWords = 1; in GenerateMinimumCaps()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Caps.h | 621 GLuint maxSampleMaskWords = 0; member
|
D | Caps.cpp | 1027 caps.maxSampleMaskWords = 1; in GenerateMinimumCaps()
|
D | State.cpp | 337 mMaxSampleMaskWords = caps.maxSampleMaskWords; in initialize()
|
D | Context.cpp | 1648 *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()
|
D | validationES3.cpp | 2712 if (index >= caps.maxSampleMaskWords) in ValidateIndexedStateQuery()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
D | vktFragmentShadingRateTests.cpp | 115 …ateProperties.maxFragmentShadingRateCoverageSamples > (properties.limits.maxSampleMaskWords * 32))) in testLimits()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_caps_utils.cpp | 594 mNativeCaps.maxSampleMaskWords = LimitToInt(limitsVk.maxSampleMaskWords); in ensureCapsInitialized()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_device.c | 816 .maxSampleMaskWords = 1, in panvk_GetPhysicalDeviceProperties2()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 1092 props->limits.maxSampleMaskWords = 1; in getPhysicalDeviceProperties()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.cpp | 1574 caps->maxSampleMaskWords = GetMaxSampleMaskWords(featureLevel); in GenerateCaps()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.cpp | 1559 caps->maxSampleMaskWords = GetMaxSampleMaskWords(featureLevel); in GenerateCaps()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | DisplayMtl.mm | 730 mNativeCaps.maxSampleMaskWords = 0;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | renderergl_utils.cpp | 906 caps->maxSampleMaskWords = QuerySingleGLInt(functions, GL_MAX_SAMPLE_MASK_WORDS); in GenerateCaps()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_device.c | 1396 .maxSampleMaskWords = 1, in v3dv_GetPhysicalDeviceProperties()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 980 .maxSampleMaskWords = 1, in tu_GetPhysicalDeviceProperties2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 242 …{ 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/ |
D | renderergl_utils.cpp | 1127 caps->maxSampleMaskWords = QuerySingleGLInt(functions, GL_MAX_SAMPLE_MASK_WORDS); in GenerateCaps()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 794 .maxSampleMaskWords = 1, in lvp_GetPhysicalDeviceProperties()
|