/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 | 622 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/ |
D | vkNullDriver.cpp | 941 props->limits.maxSampleMaskWords = 1; in getPhysicalDeviceProperties()
|
D | vkStructTypes.inl | 211 deUint32 maxSampleMaskWords; member
|
D | vkVulkan_c.inl | 1749 deUint32 maxSampleMaskWords; member
|
D | vkStrUtilImpl.inl | 2599 s << "\tmaxSampleMaskWords = " << value.maxSampleMaskWords << '\n';
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 914 .maxSampleMaskWords = 1, in anv_GetPhysicalDeviceProperties()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 237 …{ 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/ |
D | radv_device.c | 743 .maxSampleMaskWords = 1, in radv_GetPhysicalDeviceProperties()
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 1676 uint32_t maxSampleMaskWords; member
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 1846 uint32_t maxSampleMaskWords; member
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 1846 uint32_t maxSampleMaskWords; member
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 2011 uint32_t maxSampleMaskWords; member
|
D | vulkan.hpp | 37623 && ( maxSampleMaskWords == rhs.maxSampleMaskWords ) in operator ==() 37736 uint32_t maxSampleMaskWords; member
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 1964 uint32_t maxSampleMaskWords; member
|
D | vulkan.hpp | 27637 && ( maxSampleMaskWords == rhs.maxSampleMaskWords ) in operator ==() 27750 uint32_t maxSampleMaskWords; member
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 1746 uint32_t maxSampleMaskWords; member
|