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.c365 case VGPU10_OPCODE_DCL_INPUT_SIV: in check_register_index()
2062 opcodeType == VGPU10_OPCODE_DCL_INPUT_SIV || in emit_input_declaration()
2183 emit_input_declaration(emit, VGPU10_OPCODE_DCL_INPUT_SIV, in emit_system_value_declaration()
2195 emit_input_declaration(emit, VGPU10_OPCODE_DCL_INPUT_SIV, in emit_system_value_declaration()
2439 opcodeType = VGPU10_OPCODE_DCL_INPUT_SIV; in emit_input_declarations()