Home
last modified time | relevance | path

Searched refs:VGPU10_OPCODE_DCL_OUTPUT (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/include/
H A DVGPU10ShaderTokens.h204 VGPU10_OPCODE_DCL_OUTPUT = 101, enumerator
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c686 case VGPU10_OPCODE_DCL_OUTPUT: in check_register_index()
3958 assert(type == VGPU10_OPCODE_DCL_OUTPUT || in emit_output_declaration()
3997 * VGPU10_OPCODE_DCL_OUTPUT and for operandType in emit_output_declaration()
4000 if (type != VGPU10_OPCODE_DCL_OUTPUT) { in emit_output_declaration()
4053 opcode0.opcodeType = VGPU10_OPCODE_DCL_OUTPUT; in emit_fragdepth_output_declaration()
4078 opcode0.opcodeType = VGPU10_OPCODE_DCL_OUTPUT; in emit_samplemask_output_declaration()
4113 VGPU10_OPCODE_DCL_OUTPUT, semantic_index, in emit_fs_output_declarations()
4130 VGPU10_OPCODE_DCL_OUTPUT, idx, in emit_fs_output_declarations()
4180 type = VGPU10_OPCODE_DCL_OUTPUT; in emit_vertex_output_declaration()
4204 type = VGPU10_OPCODE_DCL_OUTPUT; in emit_vertex_output_declaration()
[all...]

Completed in 12 milliseconds