| H A D | lp_state_fs_linear_llvm.c | 266 LLVMValueRef excess; local in function:llvmpipe_fs_variant_linear_llvm 452 excess = LLVMBuildAnd(builder, width, LLVMConstInt(int32t, 3, 0), ""); 473 lp_build_if(&ifstate, gallivm, LLVMBuildICmp(builder, LLVMIntNE, excess, LLVMConstInt(int32t, 0, 0), "")); 494 lp_build_loop_end_cond(&loop_read, excess, LLVMConstInt(int32t, 1, 0), LLVMIntUGE); 510 lp_build_loop_end_cond(&loop_write, excess, LLVMConstInt(int32t, 1, 0), LLVMIntUGE);
|