Searched refs:num_x_loop (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_cs.c | 186 LLVMValueRef num_x_loop; local in function:generate_compute 188 num_x_loop = LLVMBuildAdd(gallivm->builder, x_size_arg, vec_length, ""); 189 num_x_loop = LLVMBuildSub(gallivm->builder, num_x_loop, lp_build_const_int32(gallivm, 1), ""); 190 num_x_loop = LLVMBuildUDiv(gallivm->builder, num_x_loop, vec_length, ""); 193 LLVMValueRef coro_num_hdls = LLVMBuildMul(gallivm->builder, num_x_loop, y_size_arg, ""); 233 args[12] = num_x_loop; 241 LLVMBuildMul(gallivm->builder, num_x_loop, y_size_arg, ""), ""); 244 num_x_loop, ""), ""); [all...] |
Completed in 4 milliseconds