Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/include/
DVGPU10ShaderTokens.h196 VGPU10_OPCODE_DCL_OUTPUT = 101, enumerator
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c618 case VGPU10_OPCODE_DCL_OUTPUT: in check_register_index()
3707 assert(type == VGPU10_OPCODE_DCL_OUTPUT || in emit_output_declaration()
3749 if (type != VGPU10_OPCODE_DCL_OUTPUT) { in emit_output_declaration()
3802 opcode0.opcodeType = VGPU10_OPCODE_DCL_OUTPUT; in emit_fragdepth_output_declaration()
3827 opcode0.opcodeType = VGPU10_OPCODE_DCL_OUTPUT; in emit_samplemask_output_declaration()
3862 VGPU10_OPCODE_DCL_OUTPUT, semantic_index, in emit_fs_output_declarations()
3879 VGPU10_OPCODE_DCL_OUTPUT, idx, in emit_fs_output_declarations()
3929 type = VGPU10_OPCODE_DCL_OUTPUT; in emit_vertex_output_declaration()
3953 type = VGPU10_OPCODE_DCL_OUTPUT; in emit_vertex_output_declaration()
3959 type = VGPU10_OPCODE_DCL_OUTPUT; in emit_vertex_output_declaration()
[all …]