Searched defs:depth_ptr_i (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c466 LLVMValueRef depth_ptr_i; local
535 depth_ptr_i = LLVMBuildGEP(builder, depth_ptr, &depth_offset, 1, "");
568 depth_ptr_i, facing,
573 lp_build_depth_write(builder, zs_format_desc, depth_ptr_i, zs_value);
625 depth_ptr_i, facing,
630 lp_build_depth_write(builder, zs_format_desc, depth_ptr_i, zs_value);
644 depth_ptr_i,
947 LLVMValueRef depth_ptr_i; local
949 depth_ptr_i = LLVMBuildGEP(builder, depth_ptr, &depth_offset, 1, "");
961 depth_ptr_i,
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c466 LLVMValueRef depth_ptr_i; local
535 depth_ptr_i = LLVMBuildGEP(builder, depth_ptr, &depth_offset, 1, "");
568 depth_ptr_i, facing,
573 lp_build_depth_write(builder, zs_format_desc, depth_ptr_i, zs_value);
625 depth_ptr_i, facing,
630 lp_build_depth_write(builder, zs_format_desc, depth_ptr_i, zs_value);
644 depth_ptr_i,
947 LLVMValueRef depth_ptr_i; local
949 depth_ptr_i = LLVMBuildGEP(builder, depth_ptr, &depth_offset, 1, "");
961 depth_ptr_i,
[all...]

Completed in 101 milliseconds