Searched refs:vulkan12Features (Results 1 – 1 of 1) sorted by relevance
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/ |
D | VulkanDeviceInfo.java | 883 JSONObject vulkan12Features = core12.getJSONObject(KEY_FEATURES); in emitDevices() local 886 emitBoolean(store, vulkan12Features, KEY_SAMPLER_MIRROR_CLAMP_TO_EDGE); in emitDevices() 887 emitBoolean(store, vulkan12Features, KEY_DRAW_INDIRECT_COUNT); in emitDevices() 888 emitBoolean(store, vulkan12Features, KEY_STORAGE_BUFFER_8BIT_ACCESS); in emitDevices() 889 … emitBoolean(store, vulkan12Features, KEY_UNIFORM_AND_STORAGE_BUFFER_8BIT_ACCESS); in emitDevices() 890 emitBoolean(store, vulkan12Features, KEY_STORAGE_PUSH_CONSTANT8); in emitDevices() 891 emitBoolean(store, vulkan12Features, KEY_SHADER_BUFFER_INT64_ATOMICS); in emitDevices() 892 emitBoolean(store, vulkan12Features, KEY_SHADER_SHARED_INT64_ATOMICS); in emitDevices() 893 emitBoolean(store, vulkan12Features, KEY_SHADER_FLOAT16); in emitDevices() 894 emitBoolean(store, vulkan12Features, KEY_SHADER_INT8); in emitDevices() [all …]
|