Home
last modified time | relevance | path

Searched refs:allFeatures (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fUniformBlockTests.cpp299 const deUint32 allFeatures = ~0u; in init() local
305 …dom features, per-block buffers", UniformBlockCase::BUFFERMODE_PER_BLOCK, allFeatures, 50, 11200); in init()
306 …ll random features, shared buffer", UniformBlockCase::BUFFERMODE_SINGLE, allFeatures, 50, 11250); in init()
/external/vulkan-headers/registry/
Dgenvk.py82 allFeatures = allExtensions = '.*'
89 featuresPat = makeREstring(features, allFeatures)
/external/vulkan-validation-layers/scripts/
Dlvl_genvk.py73 allFeatures = allExtensions = '.*'
80 featuresPat = makeREstring(features, allFeatures)
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp992 const VkFormatFeatureFlags allFeatures = VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT in getPhysicalDeviceFormatProperties() local
1012 pFormatProperties->linearTilingFeatures = allFeatures; in getPhysicalDeviceFormatProperties()
1013 pFormatProperties->optimalTilingFeatures = allFeatures; in getPhysicalDeviceFormatProperties()
1014 pFormatProperties->bufferFeatures = allFeatures; in getPhysicalDeviceFormatProperties()
/external/deqp/modules/gles3/functional/
Des3fUniformBlockTests.cpp708 const deUint32 allFeatures = ~FEATURE_ARRAYS_OF_ARRAYS; in init() local
725 …random features, per-block buffers", UniformBlockCase::BUFFERMODE_PER_BLOCK, allFeatures, 50, 200); in init()
726 … "All random features, shared buffer", UniformBlockCase::BUFFERMODE_SINGLE, allFeatures, 50, 250); in init()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockTests.cpp907 …const deUint32 allFeatures = ~FEATURE_OUT_OF_ORDER_OFFSETS & ~FEATURE_16BIT_STORAGE & ~FEATURE_8B… in init() local
943 …ers", UniformBlockCase::BUFFERMODE_PER_BLOCK, use8BitStorage|use16BitStorage|allFeatures, 50, 200); in init()
944 …uffer", UniformBlockCase::BUFFERMODE_SINGLE, use8BitStorage|use16BitStorage|allFeatures, 50, 250); in init()
946 …UniformBlockCase::BUFFERMODE_PER_BLOCK, use8BitStorage|use16BitStorage|allFeatures | FEATURE_OUT_O… in init()