Searched refs:x_val (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1545 LLVMValueRef x_val; local in function:load_unswizzled_block
1547 x_val = lp_build_const_int32(gallivm, x);
1549 x_val = LLVMBuildAdd(builder, x_val, x_offset, "");
1550 x_val = LLVMBuildMul(builder, x_val, lp_build_const_int32(gallivm, (dst_type.width / 8) * dst_type.length), "");
1552 x_val = lp_build_const_int32(gallivm, x * (dst_type.width / 8) * dst_type.length);
1554 LLVMValueRef bx = x_val;

Completed in 7 milliseconds