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.c2076 VGPU10OpcodeToken0 opcode0; in emit_discard_opcode() local
2078 opcode0.value = 0; in emit_discard_opcode()
2079 opcode0.opcodeType = VGPU10_OPCODE_DISCARD; in emit_discard_opcode()
2081 opcode0.testBoolean = VGPU10_INSTRUCTION_TEST_NONZERO; in emit_discard_opcode()
2083 emit_dword(emit, opcode0.value); in emit_discard_opcode()
2875 VGPU10OpcodeToken0 opcode0, unsigned nData, in emit_property_instruction() argument
2879 emit_dword(emit, opcode0.value); in emit_property_instruction()
2892 VGPU10OpcodeToken0 opcode0; in emit_property_instructions() local
2897 opcode0.value = 0; in emit_property_instructions()
2898 opcode0.opcodeType = VGPU10_OPCODE_DCL_GS_INPUT_PRIMITIVE; in emit_property_instructions()
[all …]