Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java716 … JSONObject bit16StorageFeatures = device.getJSONObject(KEY_16BIT_STORAGE_FEATURES); in emitDevices() local
719 emitBoolean(store, bit16StorageFeatures, KEY_STORAGE_BUFFER_16BIT_ACCESS); in emitDevices()
720 … emitBoolean(store, bit16StorageFeatures, KEY_UNIFORM_AND_STORAGE_BUFFER_16BIT_ACCESS); in emitDevices()
721 emitBoolean(store, bit16StorageFeatures, KEY_STORAGE_PUSH_CONSTANT_16); in emitDevices()
722 emitBoolean(store, bit16StorageFeatures, KEY_STORAGE_INPUT_OUTPUT_16); in emitDevices()