Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c36 ntq_emit_cf_list(struct v3d_compile *c, struct exec_list *list);
1649 ntq_emit_cf_list(c, &if_stmt->then_list); in ntq_emit_if()
1670 ntq_emit_cf_list(c, &if_stmt->else_list); in ntq_emit_if()
1747 static void ntq_emit_cf_list(struct v3d_compile *c, struct exec_list *list);
1768 ntq_emit_cf_list(c, &loop->body); in ntq_emit_loop()
1809 ntq_emit_cf_list(struct v3d_compile *c, struct exec_list *list) in ntq_emit_cf_list() function
1840 ntq_emit_cf_list(c, &impl->body); in ntq_emit_impl()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c45 ntq_emit_cf_list(struct vc4_compile *c, struct exec_list *list);
1956 ntq_emit_cf_list(c, &if_stmt->then_list); in ntq_emit_if()
1975 ntq_emit_cf_list(c, &if_stmt->else_list); in ntq_emit_if()
2061 static void ntq_emit_cf_list(struct vc4_compile *c, struct exec_list *list);
2069 ntq_emit_cf_list(c, &loop->body); in ntq_emit_loop()
2089 ntq_emit_cf_list(c, &loop->body); in ntq_emit_loop()
2129 ntq_emit_cf_list(struct vc4_compile *c, struct exec_list *list) in ntq_emit_cf_list() function
2160 ntq_emit_cf_list(c, &impl->body); in ntq_emit_impl()