Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java251 private static final String KEY_MAX_INLINE_UNIFORM_TOTAL_SIZE = "maxInlineUniformTotalSize"; field in VulkanDeviceInfo
780 emitLong(store, vulkan13Properties, KEY_MAX_INLINE_UNIFORM_TOTAL_SIZE); in emitDevices()
1520 case KEY_MAX_INLINE_UNIFORM_TOTAL_SIZE: return "max_inline_uniform_total_size"; in convertName()