Searched refs:maxSampleMaskWords (Results 1 – 12 of 12) sorted by relevance
/external/deqp/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 | 611 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/ |
D | vkjson.cc | 169 visitor->Visit("maxSampleMaskWords", &limits->maxSampleMaskWords) && in Iterate()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 718 props->limits.maxSampleMaskWords = 1; in getPhysicalDeviceProperties()
|
D | vkStructTypes.inl | 211 deUint32 maxSampleMaskWords; member
|
D | vkStrUtilImpl.inl | 1882 s << "\tmaxSampleMaskWords = " << value.maxSampleMaskWords << '\n';
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 220 …{ 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/ |
D | vulkaninfo.c | 1202 …pleMaskWords = %u\n", limits->maxSampleMaskWords … in app_dump_limits()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 1376 uint32_t maxSampleMaskWords; member
|
D | vulkan.hpp | 13321 && ( maxSampleMaskWords == rhs.maxSampleMaskWords ) in operator ==() 13434 uint32_t maxSampleMaskWords; member
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 1410 uint32_t maxSampleMaskWords; member
|
/external/vulkan-validation-layers/layers/ |
D | vk_validation_error_database.txt | 2035 …e must not have an array size greater than VkPhysicalDeviceLimits::maxSampleMaskWords' (https://ww…
|