Searched refs:sparse (Results 1 – 20 of 20) sorted by relevance
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sparse_switch/d/ |
D | T_sparse_switch_13.smali | 36 sparse-switch p1, :sswitch_data_10 54 .sparse-switch 58 .end sparse-switch
|
D | T_sparse_switch_1.smali | 34 sparse-switch p1, :sswitch_data_10 53 .sparse-switch 57 .end sparse-switch
|
D | T_sparse_switch_3.smali | 34 sparse-switch p2, :sswitch_data_10 53 .sparse-switch 57 .end sparse-switch
|
D | T_sparse_switch_11.smali | 34 sparse-switch p1, :sswitch_data_10 53 .sparse-switch 57 .end sparse-switch
|
D | T_sparse_switch_8.smali | 34 sparse-switch p1, :sswitch_data_10 53 .sparse-switch 57 .end sparse-switch
|
D | T_sparse_switch_4.smali | 34 sparse-switch p1, :sswitch_data_10 53 .sparse-switch 57 .end sparse-switch
|
D | T_sparse_switch_5.smali | 34 sparse-switch p1, :sswitch_data_10 53 .sparse-switch 57 .end sparse-switch
|
D | T_sparse_switch_9.smali | 34 sparse-switch p1, :sswitch_data_10 53 .sparse-switch 57 .end sparse-switch
|
D | T_sparse_switch_7.smali | 34 sparse-switch p1, :sswitch_data_10 53 .sparse-switch 57 .end sparse-switch
|
D | T_sparse_switch_12.smali | 34 sparse-switch p1, :sswitch_data_10 53 .sparse-switch 57 .end sparse-switch
|
D | T_sparse_switch_14.smali | 37 sparse-switch p1, :sswitch_data_10 54 .sparse-switch 58 .end sparse-switch
|
D | T_sparse_switch_2.smali | 34 sparse-switch p1, :sswitch_data_10 53 .sparse-switch 57 .end sparse-switch
|
D | T_sparse_switch_6.smali | 34 sparse-switch p0, :sswitch_data_10 53 .sparse-switch 57 .end sparse-switch
|
D | T_sparse_switch_9.dfh | 148 // parsed: offset 280, len 6: |0000: sparse-switch v4, 00000010 // +0x00000010 165 // parsed: offset 312, len 28: |0010: sparse-switch-data (14 units)
|
D | T_sparse_switch_12.dfh | 148 // parsed: offset 280, len 6: |0000: sparse-switch v4, 00000010 // +0x00000010 164 // parsed: offset 312, len 28: |0010: sparse-switch-data (14 units)
|
D | T_sparse_switch_14.dfh | 150 // parsed: offset 282, len 6: |0001: sparse-switch v4, 00000010 // +0x0000000f 164 // parsed: offset 312, len 28: |0010: sparse-switch-data (14 units)
|
D | T_sparse_switch_8.dfh | 148 // parsed: offset 280, len 6: |0000: sparse-switch v4, 00000010 // +0x00000010 164 // parsed: offset 312, len 28: |0010: sparse-switch-data (14 units)
|
D | T_sparse_switch_7.dfh | 148 // parsed: offset 280, len 6: |0000: sparse-switch v4, 00000010 // +0x00000010 164 // parsed: offset 312, len 28: |0010: sparse-switch-data (14 units)
|
D | T_sparse_switch_11.dfh | 148 // parsed: offset 280, len 6: |0000: sparse-switch v4, 00000010 // +0x00000010 164 // parsed: offset 312, len 28: |0010: sparse-switch-data (14 units)
|
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/ |
D | VulkanDeviceInfo.java | 514 JSONObject sparse = properties.getJSONObject(KEY_SPARSE_PROPERTIES); in emitDevices() local 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()
|