Searched refs:loopx2 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.c | 574 LLVMValueRef loopx2 = LLVMBuildShl(builder, loop_counter, in lp_build_depth_stencil_load_swizzled() local 577 depth_offset1 = LLVMBuildMul(builder, loopx2, depth_stride, ""); in lp_build_depth_stencil_load_swizzled() 720 LLVMValueRef loopx2 = LLVMBuildShl(builder, loop_counter, in lp_build_depth_stencil_write_swizzled() local 723 depth_offset1 = LLVMBuildMul(builder, loopx2, depth_stride, ""); in lp_build_depth_stencil_write_swizzled()
|