Searched defs:if_cond (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir.h | 200 void (*if_cond)(struct lp_build_nir_context *bld_base, LLVMValueRef cond); member
|
H A D | lp_bld_nir_soa.c | 1690 LLVMValueRef if_cond = LLVMBuildExtractElement(gallivm->builder, outer_cond, loop_state.counter, ""); in emit_tex() local 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 2110 LLVMValueRef if_cond; in emit_vote() local 2398 LLVMValueRef if_cond = LLVMBuildExtractElement(gallivm->builder, outer_cond, loop_state.counter, ""); in emit_reduce() local 2484 LLVMValueRef if_cond = LLVMBuildExtractElement(gallivm->builder, outer_cond, loop_state.counter, ""); emit_read_invocation() local [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_draw_hw_select.c | 83 nir_if *if_cond = nir_push_if(b, cond); in return_if_true() local
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_to_tgsi.c | 83 struct ureg_src if_cond; member
|
Completed in 13 milliseconds