Searched refs:loopx2 (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_depth.c | 573 LLVMValueRef loopx2 = LLVMBuildShl(builder, loop_counter, in lp_build_depth_stencil_load_swizzled() local 576 depth_offset1 = LLVMBuildMul(builder, loopx2, depth_stride, ""); in lp_build_depth_stencil_load_swizzled() 721 LLVMValueRef loopx2 = LLVMBuildShl(builder, loop_counter, in lp_build_depth_stencil_write_swizzled() local 724 depth_offset1 = LLVMBuildMul(builder, loopx2, depth_stride, ""); in lp_build_depth_stencil_write_swizzled()
|
Completed in 3 milliseconds