Home
last modified time | relevance | path

Searched refs:FEATURE_16BIT_STORAGE (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktRandomUniformBlockCase.cpp140 if (m_features & FEATURE_16BIT_STORAGE) in generateBlock()
238 if (m_features & FEATURE_16BIT_STORAGE) { in generateType()
263 if (m_features & FEATURE_16BIT_STORAGE) in generateType()
H A DvktRandomUniformBlockCase.hpp58 FEATURE_16BIT_STORAGE = (1<<18), enumerator
H A DvktUniformBlockTests.cpp889 const deUint32 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 & ~FEATURE_DESCRIPTOR_INDEXING; in init()
911 const deUint32 use16BitStorage = i == 1 ? FEATURE_16BIT_STORAGE : 0; in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A DvktRandomUniformBlockCase.cpp141 if (m_features & FEATURE_16BIT_STORAGE) in generateBlock()
239 if (m_features & FEATURE_16BIT_STORAGE) { in generateType()
264 if (m_features & FEATURE_16BIT_STORAGE) in generateType()
H A DvktRandomUniformBlockCase.hpp58 FEATURE_16BIT_STORAGE = (1<<18), enumerator
H A DvktUniformBlockTests.cpp889 const deUint32 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 & ~FEATURE_DESCRIPTOR_INDEXING; in init()
911 const deUint32 use16BitStorage = i == 1 ? FEATURE_16BIT_STORAGE : 0; in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutTests.cpp81 FEATURE_16BIT_STORAGE = (1<<14), enumerator
171 if (m_features & FEATURE_16BIT_STORAGE) in generateBlock()
301 if (m_features & FEATURE_16BIT_STORAGE) in generateType()
328 if (m_features & FEATURE_16BIT_STORAGE) in generateType()
1749 const deUint32 allButRelaxed = ~FEATURE_RELAXED_LAYOUT & ~FEATURE_16BIT_STORAGE & ~FEATURE_8BIT_STORAGE & ~FEATURE_SCALAR_LAYOUT & ~FEATURE_DESCRIPTOR_INDEXING; in init()
1751 const deUint32 allScalar = ~FEATURE_RELAXED_LAYOUT & ~allStdLayouts & ~FEATURE_16BIT_STORAGE & ~FEATURE_8BIT_STORAGE & ~FEATURE_DESCRIPTOR_INDEXING; in init()
1771 const deUint32 use16BitStorage = i == 1 ? FEATURE_16BIT_STORAGE : 0; in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutTests.cpp81 FEATURE_16BIT_STORAGE = (1<<14), enumerator
171 if (m_features & FEATURE_16BIT_STORAGE) in generateBlock()
301 if (m_features & FEATURE_16BIT_STORAGE) in generateType()
328 if (m_features & FEATURE_16BIT_STORAGE) in generateType()
1748 const deUint32 allButRelaxed = ~FEATURE_RELAXED_LAYOUT & ~FEATURE_16BIT_STORAGE & ~FEATURE_8BIT_STORAGE & ~FEATURE_SCALAR_LAYOUT & ~FEATURE_DESCRIPTOR_INDEXING; in init()
1750 const deUint32 allScalar = ~FEATURE_RELAXED_LAYOUT & ~allStdLayouts & ~FEATURE_16BIT_STORAGE & ~FEATURE_8BIT_STORAGE & ~FEATURE_DESCRIPTOR_INDEXING; in init()
1770 const deUint32 use16BitStorage = i == 1 ? FEATURE_16BIT_STORAGE : 0; in init()

Completed in 11 milliseconds