Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c41 union tgsi_any_token { union
68 union tgsi_any_token *tokens;
176 static union tgsi_any_token error_tokens[32];
217 static union tgsi_any_token *get_tokens( struct ureg_program *ureg, in get_tokens()
222 union tgsi_any_token *result; in get_tokens()
233 static union tgsi_any_token *retrieve_token( struct ureg_program *ureg, in retrieve_token()
829 union tgsi_any_token *out = get_tokens( ureg, DOMAIN_INSN, size ); in ureg_emit_src()
894 union tgsi_any_token *out = get_tokens( ureg, DOMAIN_INSN, size ); in ureg_emit_dst()
954 union tgsi_any_token *out; in ureg_emit_insn()
991 union tgsi_any_token *out, *insn; in ureg_emit_label()
[all …]