Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.hpp93 getScalarBlockLayoutFeatures (void) const;
DvktTestCase.cpp482 …const VkPhysicalDeviceScalarBlockLayoutFeaturesEXT& getScalarBlockLayoutFeatures (void) const { … in getScalarBlockLayoutFeatures() function in vkt::DefaultDevice
652 …Context::getScalarBlockLayoutFeatures (void) const { return m_device->getScalarBlockLayoutFeatures in getScalarBlockLayoutFeatures() function in vkt::Context
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp2254 …if (!context.getScalarBlockLayoutFeatures().scalarBlockLayout && usesScalarOrStd430Layout(m_interf… in createInstance()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp2479 if (!context.getScalarBlockLayoutFeatures().scalarBlockLayout && usesScalarLayout(m_interface)) in createInstance()