Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_llvm_build.h352 void ac_build_endloop(struct ac_llvm_context *ctx, int lable_id);
Dac_llvm_build.c2035 void ac_build_endloop(struct ac_llvm_context *ctx, int label_id) in ac_build_endloop() function
Dac_nir_to_llvm.c5311 ac_build_endloop(&ctx->ac, first_loop_block->index); in visit_loop()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c964 ac_build_endloop(&ctx->ac, get_line(bld_base->pc)); in endloop_emit()