Searched refs:emitString (Results 1 – 1 of 1) sorted by relevance
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/ |
D | VulkanDeviceInfo.java | 316 emitString(store, properties, KEY_DEVICE_NAME); in emitDevices() 333 emitString(store, limits, KEY_BUFFER_IMAGE_GRANULARITY); in emitDevices() 334 emitString(store, limits, KEY_SPARSE_ADDRESS_SPACE_SIZE); in emitDevices() 388 emitString(store, limits, KEY_MIN_MEMORY_MAP_ALIGNMENT); in emitDevices() 389 emitString(store, limits, KEY_MIN_TEXEL_BUFFER_OFFSET_ALIGNMENT); in emitDevices() 390 emitString(store, limits, KEY_MIN_UNIFORM_BUFFER_OFFSET_ALIGNMENT); in emitDevices() 391 emitString(store, limits, KEY_MIN_STORAGE_BUFFER_OFFSET_ALIGNMENT); in emitDevices() 425 emitString(store, limits, KEY_OPTIMAL_BUFFER_COPY_OFFSET_ALIGNMENT); in emitDevices() 426 emitString(store, limits, KEY_OPTIMAL_BUFFER_COPY_ROW_PITCH_ALIGNMENT); in emitDevices() 427 emitString(store, limits, KEY_NON_COHERENT_ATOM_SIZE); in emitDevices() [all …]
|