Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/include/
DVGPU10ShaderTokens.h167 VGPU10_OPCODE_DCL_INPUT_SIV = 97, enumerator
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c369 case VGPU10_OPCODE_DCL_INPUT_SIV: in check_register_index()
2068 opcodeType == VGPU10_OPCODE_DCL_INPUT_SIV || in emit_input_declaration()
2189 emit_input_declaration(emit, VGPU10_OPCODE_DCL_INPUT_SIV, in emit_system_value_declaration()
2201 emit_input_declaration(emit, VGPU10_OPCODE_DCL_INPUT_SIV, in emit_system_value_declaration()
2448 opcodeType = VGPU10_OPCODE_DCL_INPUT_SIV; in emit_input_declarations()