Searched refs:emitBoolean (Results 1 – 1 of 1) sorted by relevance
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/ |
D | VulkanDeviceInfo.java | 546 emitBoolean(store, deviceGroup, KEY_SUBSET_ALLOCATION); in emitDeviceGroups() 666 emitBoolean(store, limits, KEY_TIMESTAMP_COMPUTE_AND_GRAPHICS); in emitDevices() 676 emitBoolean(store, limits, KEY_STRICT_LINES); in emitDevices() 677 emitBoolean(store, limits, KEY_STANDARD_SAMPLE_LOCATIONS); in emitDevices() 687 emitBoolean(store, sparse, KEY_RESIDENCY_STANDARD_2D_BLOCK_SHAPE); in emitDevices() 688 … emitBoolean(store, sparse, KEY_RESIDENCY_STANDARD_2D_MULTISAMPLE_BLOCK_SHAPE); in emitDevices() 689 emitBoolean(store, sparse, KEY_RESIDENCY_STANDARD_3D_BLOCK_SHAPE); in emitDevices() 690 emitBoolean(store, sparse, KEY_RESIDENCY_ALIGNED_MIP_SIZE); in emitDevices() 691 emitBoolean(store, sparse, KEY_RESIDENCY_NON_RESIDENT_STRICT); in emitDevices() 716 … emitBoolean(store, vulkan12Properties, KEY_SHADER_SIGNED_ZERO_INF_NAN_PRESERVE_FLOAT16); in emitDevices() [all …]
|