Home
last modified time | relevance | path

Searched refs:maxSampleMaskWords (Results 1 - 25 of 38) sorted by relevance

12

/third_party/vk-gl-cts/modules/gles31/functional/
H A 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 in init() local
[all...]
H A 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/skia/third_party/externals/angle2/src/tests/gl_tests/
H A 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/skia/third_party/externals/angle2/src/libANGLE/
H A DCaps.h215 GLint maxSampleMaskWords = 0; member
H A DCaps.cpp1074 caps.maxSampleMaskWords = 1; in GenerateMinimumCaps()
H A DState.cpp454 mMaxSampleMaskWords = static_cast<GLuint>(mCaps.maxSampleMaskWords); in initialize()
H A DvalidationES3.cpp3207 if (index >= static_cast<GLuint>(caps.maxSampleMaskWords)) in ValidateIndexedStateQuery()
H A DContext.cpp1793 *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 DvktFragmentShadingRateTests.cpp118 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 DvktFragmentShadingRateTests.cpp117 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 Dvk_caps_utils.cpp594 mNativeCaps.maxSampleMaskWords = LimitToInt(limitsVk.maxSampleMaskWords); in ensureCapsInitialized()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c755 .maxSampleMaskWords = 1, in panvk_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c984 .maxSampleMaskWords = 1U, in pvr_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c357 .maxSampleMaskWords = 1, in lvp_physical_device_init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp1559 caps->maxSampleMaskWords = GetMaxSampleMaskWords(featureLevel); in GenerateCaps()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp1073 props->limits.maxSampleMaskWords = 1; in getPhysicalDeviceProperties()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c1208 .maxSampleMaskWords = 1, in tu_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1511 .maxSampleMaskWords = 1, in v3dv_GetPhysicalDeviceProperties()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1499 .maxSampleMaskWords = 1, in dzn_GetPhysicalDeviceProperties2()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Drenderergl_utils.cpp1127 caps->maxSampleMaskWords = QuerySingleGLInt(functions, GL_MAX_SAMPLE_MASK_WORDS); in GenerateCaps()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp243 { 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 DvktApiFeatureInfo.cpp243 { 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 Danv_device.c1987 .maxSampleMaskWords = 1, in anv_GetPhysicalDeviceProperties()
/third_party/glfw/deps/glad/
H A Dvulkan.h3494 uint32_t maxSampleMaskWords; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c2009 .maxSampleMaskWords = 1, in radv_GetPhysicalDeviceProperties()

Completed in 123 milliseconds

12