/third_party/vk-gl-cts/modules/gles31/functional/ |
H A 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 in init() local [all...] |
H A 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/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A 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/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Caps.h | 215 GLint maxSampleMaskWords = 0; member
|
H A D | Caps.cpp | 1074 caps.maxSampleMaskWords = 1; in GenerateMinimumCaps()
|
H A D | State.cpp | 454 mMaxSampleMaskWords = static_cast<GLuint>(mCaps.maxSampleMaskWords); in initialize()
|
H A D | validationES3.cpp | 3207 if (index >= static_cast<GLuint>(caps.maxSampleMaskWords)) in ValidateIndexedStateQuery()
|
H A D | Context.cpp | 1793 *params = mState.mCaps.maxSampleMaskWords; in getIntegervImpl() 3817 ANGLE_LIMIT_CAP(mState.mCaps.maxSampleMaskWords, MAX_SAMPLE_MASK_WORDS); in initCaps()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateTests.cpp | 118 if (fragmentShadingRateProperties.fragmentShadingRateWithShaderSampleMask && (fragmentShadingRateProperties.maxFragmentShadingRateCoverageSamples > (properties.limits.maxSampleMaskWords * 32))) in testLimits() 120 log << tcu::TestLog::Message << "maxFragmentShadingRateCoverageSamples should be less than or equal maxSampleMaskWords * 32 " in testLimits()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateTests.cpp | 117 if (fragmentShadingRateProperties.fragmentShadingRateWithShaderSampleMask && (fragmentShadingRateProperties.maxFragmentShadingRateCoverageSamples > (properties.limits.maxSampleMaskWords * 32))) in testLimits() 119 log << tcu::TestLog::Message << "maxFragmentShadingRateCoverageSamples should be less than or equal maxSampleMaskWords * 32 " in testLimits()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_caps_utils.cpp | 594 mNativeCaps.maxSampleMaskWords = LimitToInt(limitsVk.maxSampleMaskWords); in ensureCapsInitialized()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_device.c | 755 .maxSampleMaskWords = 1, in panvk_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_device.c | 984 .maxSampleMaskWords = 1U, in pvr_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 357 .maxSampleMaskWords = 1, in lvp_physical_device_init()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | renderer11_utils.cpp | 1559 caps->maxSampleMaskWords = GetMaxSampleMaskWords(featureLevel); in GenerateCaps()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 1073 props->limits.maxSampleMaskWords = 1; in getPhysicalDeviceProperties()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1208 .maxSampleMaskWords = 1, in tu_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1511 .maxSampleMaskWords = 1, in v3dv_GetPhysicalDeviceProperties()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1499 .maxSampleMaskWords = 1, in dzn_GetPhysicalDeviceProperties2()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | renderergl_utils.cpp | 1127 caps->maxSampleMaskWords = QuerySingleGLInt(functions, GL_MAX_SAMPLE_MASK_WORDS); in GenerateCaps()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 243 { LIMIT(maxSampleMaskWords), 1, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, -1, false }, in validateFeatureLimits() 849 { PN(checkAlways), PN(limits.maxSampleMaskWords), LIM_MIN_UINT32(1) }, in validateLimits12() 2845 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxSampleMaskWords),
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 243 { LIMIT(maxSampleMaskWords), 1, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, -1, false }, in validateFeatureLimits() 840 { PN(checkAlways), PN(limits.maxSampleMaskWords), LIM_MIN_UINT32(1) }, in validateLimits12() 2870 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxSampleMaskWords),
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 1987 .maxSampleMaskWords = 1, in anv_GetPhysicalDeviceProperties()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 3494 uint32_t maxSampleMaskWords; member
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2009 .maxSampleMaskWords = 1, in radv_GetPhysicalDeviceProperties()
|