Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java244 …private static final String KEY_SHADER_STORAGE_IMAGE_MULTISAMPLE = "shaderStorageImageMultisample"; field in VulkanDeviceInfo
477 emitBoolean(store, features, KEY_SHADER_STORAGE_IMAGE_MULTISAMPLE); in emitDevices()
842 case KEY_SHADER_STORAGE_IMAGE_MULTISAMPLE: return "shader_storage_image_multisample"; in convertName()