Home
last modified time | relevance | path

Searched refs:uniformAndStorageBuffer8BitAccess (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp113 features->uniformAndStorageBuffer8BitAccess = VK_FALSE; in getFeatures()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp48 …EFEATURES_UNIFORM_STORAGE_BUFFER) != 0 && extensionFeatures.uniformAndStorageBuffer8BitAccess == V… in is8BitStorageFeaturesSupported()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp2950 …ice8BitStorageFeatures[0].uniformAndStorageBuffer8BitAccess != device8BitStorageFeatures[1].unifo… in deviceFeatures2()
/external/vulkan-validation-layers/layers/
Dshader_validation.cpp1527 …Buffer8BitAccess", &VkPhysicalDevice8BitStorageFeaturesKHR::uniformAndStorageBuffer8BitAccess, &De… in ValidateShaderCapabilities()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp2252 …if (!context.get8BitStorageFeatures().uniformAndStorageBuffer8BitAccess && uses8BitStorage(m_inter… in createInstance()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl1219 VkBool32 uniformAndStorageBuffer8BitAccess; member
DvkVulkan_c.inl3763 VkBool32 uniformAndStorageBuffer8BitAccess; member
DvkStrUtilImpl.inl3916 s << "\tuniformAndStorageBuffer8BitAccess = " << value.uniformAndStorageBuffer8BitAccess << '\n';
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h6131 VkBool32 uniformAndStorageBuffer8BitAccess; member
Dvulkan.hpp35171 , uniformAndStorageBuffer8BitAccess( uniformAndStorageBuffer8BitAccess_ ) in PhysicalDevice8BitStorageFeaturesKHR()
35200 uniformAndStorageBuffer8BitAccess = uniformAndStorageBuffer8BitAccess_; in setUniformAndStorageBuffer8BitAccess()
35225 && ( uniformAndStorageBuffer8BitAccess == rhs.uniformAndStorageBuffer8BitAccess ) in operator ==()
35240 Bool32 uniformAndStorageBuffer8BitAccess; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h6070 VkBool32 uniformAndStorageBuffer8BitAccess; member
Dvulkan.hpp18749 , uniformAndStorageBuffer8BitAccess( uniformAndStorageBuffer8BitAccess_ ) in PhysicalDevice8BitStorageFeaturesKHR()
18778 uniformAndStorageBuffer8BitAccess = uniformAndStorageBuffer8BitAccess_; in setUniformAndStorageBuffer8BitAccess()
18803 && ( uniformAndStorageBuffer8BitAccess == rhs.uniformAndStorageBuffer8BitAccess ) in operator ==()
18818 Bool32 uniformAndStorageBuffer8BitAccess; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in3760 VkBool32 uniformAndStorageBuffer8BitAccess; member