Home
last modified time | relevance | path

Searched refs:uses16BitStorage (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp998 bool uses16BitStorage (const ShaderInterface& interface) in uses16BitStorage() function
1499 …if (uses16BitStorage(interface) || uses8BitStorage(interface) || usesRelaxedLayout(interface) || u… in generateComputeShader()
2475 if (!context.get16BitStorageFeatures().storageBuffer16BitAccess && uses16BitStorage(m_interface)) in createInstance()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp946 bool uses16BitStorage (const ShaderInterface& interface) in uses16BitStorage() function
2250 …if (!context.get16BitStorageFeatures().uniformAndStorageBuffer16BitAccess && uses16BitStorage(m_in… in createInstance()