Home
last modified time | relevance | path

Searched refs:token0 (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c2150 VGPU10OpcodeToken0 token0; in emit_opcode_precise() local
2152 token0.value = 0; /* init all fields to zero */ in emit_opcode_precise()
2153 token0.opcodeType = vgpu10_opcode; in emit_opcode_precise()
2154 token0.instructionLength = 0; /* Filled in by end_emit_instruction() */ in emit_opcode_precise()
2155 token0.saturate = saturate; in emit_opcode_precise()
2160 token0.preciseValues = precise && emit->version >= 50; in emit_opcode_precise()
2162 emit_dword(emit, token0.value); in emit_opcode_precise()
2164 emit->uses_precise_qualifier |= token0.preciseValues; in emit_opcode_precise()
2190 VGPU10OpcodeToken0 token0; in emit_opcode_resinfo() local
2192 token0 in emit_opcode_resinfo()
2211 VGPU10OpcodeToken0 token0; emit_sample_opcode() local
9433 VGPU10OpcodeToken0 token0; emit_drsq() local
9539 VGPU10OpcodeToken0 token0; emit_dtrunc() local
9972 VGPU10OpcodeToken0 token0; emit_vmware() local
10310 VGPU10OpcodeToken0 token0; emit_load_instruction() local
10418 VGPU10OpcodeToken0 token0; emit_store_instruction() local
10640 VGPU10OpcodeToken0 token0; emit_atomic_instruction() local
10752 VGPU10OpcodeToken0 token0; emit_barrier() local
10800 VGPU10OpcodeToken0 token0; emit_memory_barrier() local
[all...]
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/
H A Dams_app_life_cycle_module_test.cpp601 sptr<IRemoteObject> token0 = new (std::nothrow) MockAbilityToken(); in HWTEST_F() local
612 StartProcessAndLoadAbility(mockAppScheduler, token0, abilityInfo0, appInfo, testProcessInfo); in HWTEST_F()
617 CheckState(appRunningRecord, token0, AbilityState::ABILITY_STATE_READY, ApplicationState::APP_STATE_READY); in HWTEST_F()
619 ChangeAbilityStateToForegroud(mockAppScheduler, appRunningRecord, token0); in HWTEST_F()
621 appRunningRecord, token0, AbilityState::ABILITY_STATE_FOREGROUND, ApplicationState::APP_STATE_FOREGROUND); in HWTEST_F()
623 ChangeAbilityStateToBackGroud(mockAppScheduler, appRunningRecord, token0); in HWTEST_F()
625 appRunningRecord, token0, AbilityState::ABILITY_STATE_BACKGROUND, ApplicationState::APP_STATE_BACKGROUND); in HWTEST_F()
640 ChangeAppToTerminate(mockAppScheduler, appRunningRecord, token0); in HWTEST_F()

Completed in 12 milliseconds