Home
last modified time | relevance | path

Searched defs:get8BitStorageFeatures (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkDeviceFeaturesForDefaultDeviceDefs.inl49 const VkPhysicalDevice8BitStorageFeatures& get8BitStorageFeatures (void) const { return… function
H A DvkDeviceFeaturesForContextDefs.inl49 const vk::VkPhysicalDevice8BitStorageFeatures& Context::get8BitStorageFeatures (void) c… function in Context
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkDeviceFeaturesForDefaultDeviceDefs.inl34 const VkPhysicalDevice8BitStorageFeatures& get8BitStorageFeatures (void) const { retu… function
H A DvkDeviceFeaturesForContextDefs.inl34 const vk::VkPhysicalDevice8BitStorageFeatures& Context::get8BitStorageFeatures (void)… function in Context
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm8bitStorageTests.cpp141 VulkanFeatures get8BitStorageFeatures(const char *cap) in get8BitStorageFeatures() function