Searched refs:emitString (Results 1 – 1 of 1) sorted by relevance
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/ |
D | VulkanDeviceInfo.java | 399 emitString(store, properties, KEY_DEVICE_NAME); in emitDevices() 416 emitString(store, limits, KEY_BUFFER_IMAGE_GRANULARITY); in emitDevices() 417 emitString(store, limits, KEY_SPARSE_ADDRESS_SPACE_SIZE); in emitDevices() 471 emitString(store, limits, KEY_MIN_MEMORY_MAP_ALIGNMENT); in emitDevices() 472 emitString(store, limits, KEY_MIN_TEXEL_BUFFER_OFFSET_ALIGNMENT); in emitDevices() 473 emitString(store, limits, KEY_MIN_UNIFORM_BUFFER_OFFSET_ALIGNMENT); in emitDevices() 474 emitString(store, limits, KEY_MIN_STORAGE_BUFFER_OFFSET_ALIGNMENT); in emitDevices() 508 emitString(store, limits, KEY_OPTIMAL_BUFFER_COPY_OFFSET_ALIGNMENT); in emitDevices() 509 emitString(store, limits, KEY_OPTIMAL_BUFFER_COPY_ROW_PITCH_ALIGNMENT); in emitDevices() 510 emitString(store, limits, KEY_NON_COHERENT_ATOM_SIZE); in emitDevices() [all …]
|