Searched refs:VGPU10_OPCODE_DCL_INPUT_SIV (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | VGPU10ShaderTokens.h | 192 VGPU10_OPCODE_DCL_INPUT_SIV = 97, enumerator
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 600 case VGPU10_OPCODE_DCL_INPUT_SIV: in check_register_index() 3554 opcodeType == VGPU10_OPCODE_DCL_INPUT_SIV || in emit_input_declaration() 4401 emit_input_declaration(emit, VGPU10_OPCODE_DCL_INPUT_SIV, in emit_system_value_declaration() 4415 emit_input_declaration(emit, VGPU10_OPCODE_DCL_INPUT_SIV, in emit_system_value_declaration() 4851 opcodeType = VGPU10_OPCODE_DCL_INPUT_SIV; in emit_gs_input_declarations() 4975 VGPU10_OPCODE_DCL_INPUT_SIV, in emit_tessfactor_input_declarations() 4985 VGPU10_OPCODE_DCL_INPUT_SIV, in emit_tessfactor_input_declarations() 4991 VGPU10_OPCODE_DCL_INPUT_SIV, in emit_tessfactor_input_declarations() 5002 VGPU10_OPCODE_DCL_INPUT_SIV, in emit_tessfactor_input_declarations() 5012 VGPU10_OPCODE_DCL_INPUT_SIV, in emit_tessfactor_input_declarations() [all …]
|