Home
last modified time | relevance | path

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

/external/deqp/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.cpp622 glw::GLint maxSampleMaskWords = 0; in init() local
629 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords); in init()
630 if (m_effectiveSampleMaskWordCount > maxSampleMaskWords) in init()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp941 props->limits.maxSampleMaskWords = 1; in getPhysicalDeviceProperties()
DvkStructTypes.inl211 deUint32 maxSampleMaskWords; member
DvkVulkan_c.inl1749 deUint32 maxSampleMaskWords; member
DvkStrUtilImpl.inl2599 s << "\tmaxSampleMaskWords = " << value.maxSampleMaskWords << '\n';
/external/mesa3d/src/intel/vulkan/
Danv_device.c914 .maxSampleMaskWords = 1, in anv_GetPhysicalDeviceProperties()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp237 …{ LIMIT(maxSampleMaskWords), 1, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, -1 }, in validateFeatureLimits()
1210 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxSampleMaskWords),
/external/mesa3d/src/amd/vulkan/
Dradv_device.c743 .maxSampleMaskWords = 1, in radv_GetPhysicalDeviceProperties()
/external/mesa3d/include/vulkan/
Dvulkan.h1676 uint32_t maxSampleMaskWords; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h1846 uint32_t maxSampleMaskWords; member
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h1846 uint32_t maxSampleMaskWords; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2011 uint32_t maxSampleMaskWords; member
Dvulkan.hpp37623 && ( maxSampleMaskWords == rhs.maxSampleMaskWords ) in operator ==()
37736 uint32_t maxSampleMaskWords; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h1964 uint32_t maxSampleMaskWords; member
Dvulkan.hpp27637 && ( maxSampleMaskWords == rhs.maxSampleMaskWords ) in operator ==()
27750 uint32_t maxSampleMaskWords; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1746 uint32_t maxSampleMaskWords; member