Searched refs:emitString (Results 1 – 1 of 1) sorted by relevance
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/ |
D | VulkanDeviceInfo.java | 569 emitString(store, properties, KEY_DEVICE_NAME); in emitDevices() 586 emitString(store, limits, KEY_BUFFER_IMAGE_GRANULARITY); in emitDevices() 587 emitString(store, limits, KEY_SPARSE_ADDRESS_SPACE_SIZE); in emitDevices() 641 emitString(store, limits, KEY_MIN_MEMORY_MAP_ALIGNMENT); in emitDevices() 642 emitString(store, limits, KEY_MIN_TEXEL_BUFFER_OFFSET_ALIGNMENT); in emitDevices() 643 emitString(store, limits, KEY_MIN_UNIFORM_BUFFER_OFFSET_ALIGNMENT); in emitDevices() 644 emitString(store, limits, KEY_MIN_STORAGE_BUFFER_OFFSET_ALIGNMENT); in emitDevices() 678 emitString(store, limits, KEY_OPTIMAL_BUFFER_COPY_OFFSET_ALIGNMENT); in emitDevices() 679 emitString(store, limits, KEY_OPTIMAL_BUFFER_COPY_ROW_PITCH_ALIGNMENT); in emitDevices() 680 emitString(store, limits, KEY_NON_COHERENT_ATOM_SIZE); in emitDevices() [all …]
|