Home
last modified time | relevance | path

Searched refs:maxSampleMaskWords (Results 1 – 12 of 12) 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.cpp611 glw::GLint maxSampleMaskWords = 0; in init() local
618 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords); in init()
619 if (m_effectiveSampleMaskWordCount > maxSampleMaskWords) in init()
/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.cc169 visitor->Visit("maxSampleMaskWords", &limits->maxSampleMaskWords) && in Iterate()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp718 props->limits.maxSampleMaskWords = 1; in getPhysicalDeviceProperties()
DvkStructTypes.inl211 deUint32 maxSampleMaskWords; member
DvkStrUtilImpl.inl1882 s << "\tmaxSampleMaskWords = " << value.maxSampleMaskWords << '\n';
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp220 …{ LIMIT(maxSampleMaskWords), 1, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, -1 }, in validateFeatureLimits()
1021 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxSampleMaskWords),
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c1202 …pleMaskWords = %u\n", limits->maxSampleMaskWords in app_dump_limits()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1376 uint32_t maxSampleMaskWords; member
Dvulkan.hpp13321 && ( maxSampleMaskWords == rhs.maxSampleMaskWords ) in operator ==()
13434 uint32_t maxSampleMaskWords; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1410 uint32_t maxSampleMaskWords; member
/external/vulkan-validation-layers/layers/
Dvk_validation_error_database.txt2035 …e must not have an array size greater than VkPhysicalDeviceLimits::maxSampleMaskWords' (https://ww…