Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c1279 VGPU10OpcodeToken0 opcode0; in emit_discard_opcode() local
1281 opcode0.value = 0; in emit_discard_opcode()
1282 opcode0.opcodeType = VGPU10_OPCODE_DISCARD; in emit_discard_opcode()
1284 opcode0.testBoolean = VGPU10_INSTRUCTION_TEST_NONZERO; in emit_discard_opcode()
1286 emit_dword(emit, opcode0.value); in emit_discard_opcode()
1951 VGPU10OpcodeToken0 opcode0, unsigned nData, in emit_property_instruction() argument
1955 emit_dword(emit, opcode0.value); in emit_property_instruction()
1968 VGPU10OpcodeToken0 opcode0; in emit_property_instructions() local
1973 opcode0.value = 0; in emit_property_instructions()
1974 opcode0.opcodeType = VGPU10_OPCODE_DCL_GS_INPUT_PRIMITIVE; in emit_property_instructions()
[all …]