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.java417 …private static final String KEY_SHADER_STORAGE_IMAGE_MULTISAMPLE = "shaderStorageImageMultisample"; field in VulkanDeviceInfo
855 emitBoolean(store, features, KEY_SHADER_STORAGE_IMAGE_MULTISAMPLE); in emitDevices()
1686 case KEY_SHADER_STORAGE_IMAGE_MULTISAMPLE: return "shader_storage_image_multisample"; in convertName()