Searched refs:VGPU10_OPCODE_DCL_OUTPUT_SIV (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | VGPU10ShaderTokens.h | 206 VGPU10_OPCODE_DCL_OUTPUT_SIV = 103, enumerator
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 688 case VGPU10_OPCODE_DCL_OUTPUT_SIV: in check_register_index() 3960 type == VGPU10_OPCODE_DCL_OUTPUT_SIV); in emit_output_declaration() 4187 type = VGPU10_OPCODE_DCL_OUTPUT_SIV; in emit_vertex_output_declaration() 4194 type = VGPU10_OPCODE_DCL_OUTPUT_SIV; in emit_vertex_output_declaration() 4316 VGPU10_OPCODE_DCL_OUTPUT_SIV, i, in emit_gs_output_declarations() 4324 VGPU10_OPCODE_DCL_OUTPUT_SIV, i, in emit_gs_output_declarations() 4363 * \param opcodeType either VGPU10_OPCODE_DCL_OUTPUT_SIV or _INPUT_SIV 4444 VGPU10_OPCODE_DCL_OUTPUT_SIV, VGPU10_OPERAND_TYPE_OUTPUT, in emit_tcs_output_declarations() 4449 VGPU10_OPCODE_DCL_OUTPUT_SIV, VGPU10_OPERAND_TYPE_OUTPUT, in emit_tcs_output_declarations() 4455 VGPU10_OPCODE_DCL_OUTPUT_SIV, VGPU10_OPERAND_TYPE_OUTPU in emit_tcs_output_declarations() [all...] |
Completed in 13 milliseconds