Searched refs:mask_loop_state (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_cs.c | 363 struct lp_build_loop_state mask_loop_state; in generate_compute() local 364 lp_build_loop_begin(&mask_loop_state, gallivm, partials); in generate_compute() 366 …lement(gallivm->builder, tmask_val, lp_build_const_int32(gallivm, 0), mask_loop_state.counter, ""); in generate_compute() 368 lp_build_loop_end_cond(&mask_loop_state, vec_length, NULL, LLVMIntUGE); in generate_compute()
|