Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java943 JSONObject vulkan13Features = core13.getJSONObject(KEY_FEATURES); in emitDevices() local
946 emitBoolean(store, vulkan13Features, KEY_ROBUST_IMAGE_ACCESS); in emitDevices()
947 emitBoolean(store, vulkan13Features, KEY_INLINE_UNIFORM_BLOCK); in emitDevices()
948 …emitBoolean(store, vulkan13Features, KEY_DESCRIPTOR_BINDING_INLINE_UNIFORM_BLOCK_UPDATE_AFTER_BIND… in emitDevices()
949 … emitBoolean(store, vulkan13Features, KEY_PIPELINE_CREATION_CACHE_CONTROL); in emitDevices()
950 emitBoolean(store, vulkan13Features, KEY_PRIVATE_DATA); in emitDevices()
951 … emitBoolean(store, vulkan13Features, KEY_SHADER_DEMOTE_TO_HELPER_INVOCATION); in emitDevices()
952 emitBoolean(store, vulkan13Features, KEY_SHADER_TERMINATE_INVOCATION); in emitDevices()
953 emitBoolean(store, vulkan13Features, KEY_SUBGROUP_SIZE_CONTROL); in emitDevices()
954 emitBoolean(store, vulkan13Features, KEY_COMPUTE_FULL_SUBGROUPS); in emitDevices()
[all …]