Home
last modified time | relevance | path

Searched refs:FEATURE_8BIT_STORAGE (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
DvktRandomUniformBlockCase.cpp144 if (m_features & FEATURE_8BIT_STORAGE) in generateBlock()
238 if (m_features & FEATURE_8BIT_STORAGE) { in generateType()
269 if (m_features & FEATURE_8BIT_STORAGE) in generateType()
DvktRandomUniformBlockCase.hpp59 FEATURE_8BIT_STORAGE = (1<<19), enumerator
DvktUniformBlockTests.cpp889 …nt32 allFeatures = ~FEATURE_OUT_OF_ORDER_OFFSETS & ~FEATURE_16BIT_STORAGE & ~FEATURE_8BIT_STORAGE in init()
891 …const deUint32 allScalar = ~allLayouts & ~FEATURE_16BIT_STORAGE & ~FEATURE_8BIT_STORAGE & ~FEATU… in init()
912 const deUint32 use8BitStorage = i == 2 ? FEATURE_8BIT_STORAGE : 0; in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp82 FEATURE_8BIT_STORAGE = (1<<15), enumerator
172 if (m_features & FEATURE_8BIT_STORAGE) in generateBlock()
304 if (m_features & FEATURE_8BIT_STORAGE) in generateType()
336 if (m_features & FEATURE_8BIT_STORAGE) in generateType()
1744 …ButRelaxed = ~FEATURE_RELAXED_LAYOUT & ~FEATURE_16BIT_STORAGE & ~FEATURE_8BIT_STORAGE & ~FEATURE_… in init()
1746 …ATURE_RELAXED_LAYOUT & ~allStdLayouts & ~FEATURE_16BIT_STORAGE & ~FEATURE_8BIT_STORAGE & ~FEATURE_… in init()
1767 const deUint32 use8BitStorage = i == 2 ? FEATURE_8BIT_STORAGE : 0; in init()