Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c71 static void ntt_emit_cf_list(struct ntt_compile *c, struct exec_list *list);
2055 ntt_emit_cf_list(c, &if_stmt->then_list); in ntt_emit_if()
2060 ntt_emit_cf_list(c, &if_stmt->else_list); in ntt_emit_if()
2074 ntt_emit_cf_list(c, &loop->body); in ntt_emit_loop()
2142 ntt_emit_cf_list(struct ntt_compile *c, struct exec_list *list) in ntt_emit_cf_list() function
2187 ntt_emit_cf_list(c, &impl->body); in ntt_emit_impl()