Searched refs:emitBoolean (Results 1 – 1 of 1) sorted by relevance
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/ |
D | VulkanDeviceInfo.java | 376 emitBoolean(store, deviceGroup, KEY_SUBSET_ALLOCATION); in emitDeviceGroups() 496 emitBoolean(store, limits, KEY_TIMESTAMP_COMPUTE_AND_GRAPHICS); in emitDevices() 506 emitBoolean(store, limits, KEY_STRICT_LINES); in emitDevices() 507 emitBoolean(store, limits, KEY_STANDARD_SAMPLE_LOCATIONS); in emitDevices() 517 emitBoolean(store, sparse, KEY_RESIDENCY_STANDARD_2D_BLOCK_SHAPE); in emitDevices() 518 … emitBoolean(store, sparse, KEY_RESIDENCY_STANDARD_2D_MULTISAMPLE_BLOCK_SHAPE); in emitDevices() 519 emitBoolean(store, sparse, KEY_RESIDENCY_STANDARD_3D_BLOCK_SHAPE); in emitDevices() 520 emitBoolean(store, sparse, KEY_RESIDENCY_ALIGNED_MIP_SIZE); in emitDevices() 521 emitBoolean(store, sparse, KEY_RESIDENCY_NON_RESIDENT_STRICT); in emitDevices() 530 emitBoolean(store, features, KEY_ROBUST_BUFFER_ACCESS); in emitDevices() [all …]
|