Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir_soa.c1690 …LLVMValueRef if_cond = LLVMBuildExtractElement(gallivm->builder, outer_cond, loop_state.counter, "… in emit_tex() local
1693 lp_build_if(&ifthen, gallivm, if_cond); in emit_tex()
1881 static void if_cond(struct lp_build_nir_context *bld_base, LLVMValueRef cond) in if_cond() function
2089 …LLVMValueRef if_cond = LLVMBuildExtractElement(gallivm->builder, outer_cond, loop_state.counter, "… in emit_vote() local
2092 lp_build_if(&ifthen, gallivm, if_cond); in emit_vote()
2110 LLVMValueRef if_cond; in emit_vote() local
2111 if_cond = LLVMBuildExtractElement(gallivm->builder, outer_cond, loop_state.counter, ""); in emit_vote()
2113 lp_build_if(&ifthen, gallivm, if_cond); in emit_vote()
2398 …LLVMValueRef if_cond = LLVMBuildExtractElement(gallivm->builder, outer_cond, loop_state.counter, "… in emit_reduce() local
2399 lp_build_if(&ifthen, gallivm, if_cond); in emit_reduce()
[all …]
Dlp_bld_nir.h200 void (*if_cond)(struct lp_build_nir_context *bld_base, LLVMValueRef cond); member
Dlp_bld_nir.c2603 bld_base->if_cond(bld_base, cond); in visit_if()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_draw_hw_select.c83 nir_if *if_cond = nir_push_if(b, cond); in return_if_true() local
85 nir_pop_if(b, if_cond); in return_if_true()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c83 struct ureg_src if_cond; member
2832 ntt_UIF(c, c->if_cond); in ntt_emit_if()
2834 ntt_IF(c, c->if_cond); in ntt_emit_if()
2881 c->if_cond = ureg_scalar(ntt_get_src(c, nif->condition), TGSI_SWIZZLE_X); in ntt_emit_block()