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

/external/deqp/modules/gles31/functional/
H A Des31fMultisampleTests.cpp427 GLint maxSampleMaskWords = 0; local
428 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords);
429 if (getEffectiveSampleMaskWordCount(m_numSamples - 1) > maxSampleMaskWords)
571 GLint maxSampleMaskWords = 0; local
572 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords);
573 if (getEffectiveSampleMaskWordCount(m_numSamples - 1) > maxSampleMaskWords)
736 GLint maxSampleMaskWords = 0; local
737 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords);
738 if (getEffectiveSampleMaskWordCount(m_numSamples - 1) > maxSampleMaskWords)
897 GLint maxSampleMaskWords local
[all...]
H A Des31fTextureMultisampleTests.cpp610 glw::GLint maxSampleMaskWords = 0; local
617 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords);
618 if (m_effectiveSampleMaskWordCount > maxSampleMaskWords)
/external/vulkan-validation-layers/libs/vkjson/
H A Dvkjson.cc176 visitor->Visit("maxSampleMaskWords", &limits->maxSampleMaskWords) &&
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkStructTypes.inl211 deUint32 maxSampleMaskWords;
H A DvkStrUtilImpl.inl1692 s << "\tmaxSampleMaskWords = " << value.maxSampleMaskWords << '\n';
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp211 { LIMIT(maxSampleMaskWords), 1, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, -1 },
880 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxSampleMaskWords),
/external/vulkan-validation-layers/demos/
H A Dvulkaninfo.c998 printf("\t\tmaxSampleMaskWords = 0x%" PRIxLEAST32 "\n", limits->maxSampleMaskWords );
/external/skia/third_party/vulkan/
H A Dvulkan.h1320 uint32_t maxSampleMaskWords; member in struct:VkPhysicalDeviceLimits
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h1329 uint32_t maxSampleMaskWords; member in struct:VkPhysicalDeviceLimits

Completed in 211 milliseconds