Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c1198 VGPU10OpcodeToken0 token0; in emit_opcode() local
1200 token0.value = 0; /* init all fields to zero */ in emit_opcode()
1201 token0.opcodeType = vgpu10_opcode; in emit_opcode()
1202 token0.instructionLength = 0; /* Filled in by end_emit_instruction() */ in emit_opcode()
1203 token0.saturate = saturate; in emit_opcode()
1205 emit_dword(emit, token0.value); in emit_opcode()
1219 VGPU10OpcodeToken0 token0; in emit_opcode_resinfo() local
1221 token0.value = 0; /* init all fields to zero */ in emit_opcode_resinfo()
1222 token0.opcodeType = VGPU10_OPCODE_RESINFO; in emit_opcode_resinfo()
1223 token0.instructionLength = 0; /* Filled in by end_emit_instruction() */ in emit_opcode_resinfo()
[all …]