Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c47 union tgsi_any_token { union
77 union tgsi_any_token *tokens;
213 static union tgsi_any_token error_tokens[32];
254 static union tgsi_any_token *get_tokens( struct ureg_program *ureg, in get_tokens()
259 union tgsi_any_token *result; in get_tokens()
270 static union tgsi_any_token *retrieve_token( struct ureg_program *ureg, in retrieve_token()
1122 union tgsi_any_token *out = get_tokens( ureg, DOMAIN_INSN, size ); in ureg_emit_src()
1188 union tgsi_any_token *out = get_tokens( ureg, DOMAIN_INSN, size ); in ureg_emit_dst()
1267 union tgsi_any_token *out; in ureg_emit_insn()
1301 union tgsi_any_token *out, *insn; in ureg_emit_label()
[all …]