Searched refs:ntq_emit_cf_list (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_program.c | 46 ntq_emit_cf_list(struct vc4_compile *c, struct exec_list *list); 1928 ntq_emit_cf_list(c, &if_stmt->then_list); in ntq_emit_if() 1947 ntq_emit_cf_list(c, &if_stmt->else_list); in ntq_emit_if() 2033 static void ntq_emit_cf_list(struct vc4_compile *c, struct exec_list *list); 2041 ntq_emit_cf_list(c, &loop->body); in ntq_emit_loop() 2061 ntq_emit_cf_list(c, &loop->body); in ntq_emit_loop() 2101 ntq_emit_cf_list(struct vc4_compile *c, struct exec_list *list) in ntq_emit_cf_list() function 2132 ntq_emit_cf_list(c, &impl->body); in ntq_emit_impl()
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | nir_to_vir.c | 105 ntq_emit_cf_list(struct v3d_compile *c, struct exec_list *list); 3918 ntq_emit_cf_list(c, &if_stmt->then_list); in ntq_emit_uniform_if() 3931 ntq_emit_cf_list(c, &if_stmt->else_list); in ntq_emit_uniform_if() 4019 ntq_emit_cf_list(c, &if_stmt->then_list); in ntq_emit_nonuniform_if() 4042 ntq_emit_cf_list(c, &if_stmt->else_list); in ntq_emit_nonuniform_if() 4183 static void ntq_emit_cf_list(struct v3d_compile *c, struct exec_list *list); 4201 ntq_emit_cf_list(c, &loop->body); in ntq_emit_nonuniform_loop() 4241 ntq_emit_cf_list(c, &loop->body); in ntq_emit_uniform_loop() 4299 ntq_emit_cf_list(struct v3d_compile *c, struct exec_list *list) in ntq_emit_cf_list() function 4330 ntq_emit_cf_list( in ntq_emit_impl() [all...] |
Completed in 10 milliseconds