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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.h68 LLVMValueRef *zs_value,
75 LLVMValueRef zs_value);
83 LLVMValueRef zs_value);
H A Dlp_bld_depth.c545 LLVMValueRef *zs_value,
837 *zs_value = zs_dst;
856 LLVMValueRef zs_value)
859 LLVMPointerType(LLVMTypeOf(zs_value), 0), "");
861 LLVMBuildStore(builder, zs_value, zs_dst_ptr);
871 LLVMValueRef zs_value)
887 z_dst = lp_build_select(&z_bld, lp_build_mask_value(mask), zs_value, z_dst);
535 lp_build_depth_stencil_test(struct gallivm_state *gallivm, const struct pipe_depth_state *depth, const struct pipe_stencil_state stencil[2], struct lp_type z_src_type, const struct util_format_description *format_desc, struct lp_build_mask_context *mask, LLVMValueRef stencil_refs[2], LLVMValueRef z_src, LLVMValueRef zs_dst_ptr, LLVMValueRef face, LLVMValueRef *zs_value, boolean do_branch) argument
853 lp_build_depth_write(LLVMBuilderRef builder, const struct util_format_description *format_desc, LLVMValueRef zs_dst_ptr, LLVMValueRef zs_value) argument
866 lp_build_deferred_depth_write(struct gallivm_state *gallivm, struct lp_type z_src_type, const struct util_format_description *format_desc, struct lp_build_mask_context *mask, LLVMValueRef zs_dst_ptr, LLVMValueRef zs_value) argument
H A Dlp_state_fs.c240 LLVMValueRef zs_value = NULL; local
330 &zs_value,
334 lp_build_depth_write(builder, zs_format_desc, depth_ptr, zs_value);
387 &zs_value,
391 lp_build_depth_write(builder, zs_format_desc, depth_ptr, zs_value);
398 * depth value, update from zs_value with the new mask value and
406 zs_value);
464 LLVMValueRef zs_value = NULL; local
569 &zs_value,
573 lp_build_depth_write(builder, zs_format_desc, depth_ptr_i, zs_value);
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.h68 LLVMValueRef *zs_value,
75 LLVMValueRef zs_value);
83 LLVMValueRef zs_value);
H A Dlp_bld_depth.c545 LLVMValueRef *zs_value,
837 *zs_value = zs_dst;
856 LLVMValueRef zs_value)
859 LLVMPointerType(LLVMTypeOf(zs_value), 0), "");
861 LLVMBuildStore(builder, zs_value, zs_dst_ptr);
871 LLVMValueRef zs_value)
887 z_dst = lp_build_select(&z_bld, lp_build_mask_value(mask), zs_value, z_dst);
535 lp_build_depth_stencil_test(struct gallivm_state *gallivm, const struct pipe_depth_state *depth, const struct pipe_stencil_state stencil[2], struct lp_type z_src_type, const struct util_format_description *format_desc, struct lp_build_mask_context *mask, LLVMValueRef stencil_refs[2], LLVMValueRef z_src, LLVMValueRef zs_dst_ptr, LLVMValueRef face, LLVMValueRef *zs_value, boolean do_branch) argument
853 lp_build_depth_write(LLVMBuilderRef builder, const struct util_format_description *format_desc, LLVMValueRef zs_dst_ptr, LLVMValueRef zs_value) argument
866 lp_build_deferred_depth_write(struct gallivm_state *gallivm, struct lp_type z_src_type, const struct util_format_description *format_desc, struct lp_build_mask_context *mask, LLVMValueRef zs_dst_ptr, LLVMValueRef zs_value) argument
H A Dlp_state_fs.c240 LLVMValueRef zs_value = NULL; local
330 &zs_value,
334 lp_build_depth_write(builder, zs_format_desc, depth_ptr, zs_value);
387 &zs_value,
391 lp_build_depth_write(builder, zs_format_desc, depth_ptr, zs_value);
398 * depth value, update from zs_value with the new mask value and
406 zs_value);
464 LLVMValueRef zs_value = NULL; local
569 &zs_value,
573 lp_build_depth_write(builder, zs_format_desc, depth_ptr_i, zs_value);
[all...]

Completed in 136 milliseconds