Searched refs:loop_cond (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir_soa.c | 1257 LLVMValueRef loop_cond = LLVMBuildExtractElement(gallivm->builder, cond, loop_state.counter, ""); in emit_load_mem() local 1261 lp_build_if(&exec_ifthen, gallivm, loop_cond); in emit_load_mem() 1360 LLVMValueRef loop_cond = LLVMBuildExtractElement(gallivm->builder, cond, loop_state.counter, ""); in emit_store_mem() local 1364 lp_build_if(&exec_ifthen, gallivm, loop_cond); in emit_store_mem() 1422 LLVMValueRef loop_cond = LLVMBuildExtractElement(gallivm->builder, cond, loop_state.counter, ""); in emit_atomic_mem() local 1426 lp_build_if(&exec_ifthen, gallivm, loop_cond); in emit_atomic_mem()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_lut3d.c | 591 #define NEXT_LINE(loop_cond) do { \ 596 } while (loop_cond) 598 #define NEXT_LINE_OR_GOTO(loop_cond, label) do { \ 604 } while (loop_cond)
|
Completed in 10 milliseconds