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

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c522 * \param depth_ptr pointer to the depth/stencil values of this 4x4 block
532 LLVMValueRef depth_ptr,
586 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset1, 1, "");
593 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset2, 1, "");
655 * \param depth_ptr pointer to the depth/stencil values of this 4x4 block
669 LLVMValueRef depth_ptr,
726 zs_dst_ptr1 = LLVMBuildGEP(builder, depth_ptr, &depth_offset1, 1, "");
728 zs_dst_ptr2 = LLVMBuildGEP(builder, depth_ptr, &depth_offset2, 1, "");
528 lp_build_depth_stencil_load_swizzled(struct gallivm_state *gallivm, struct lp_type z_src_type, const struct util_format_description *format_desc, boolean is_1d, LLVMValueRef depth_ptr, LLVMValueRef depth_stride, LLVMValueRef *z_fb, LLVMValueRef *s_fb, LLVMValueRef loop_counter) argument
661 lp_build_depth_stencil_write_swizzled(struct gallivm_state *gallivm, struct lp_type z_src_type, const struct util_format_description *format_desc, boolean is_1d, struct lp_build_mask_context *mask, LLVMValueRef z_fb, LLVMValueRef s_fb, LLVMValueRef loop_counter, LLVMValueRef depth_ptr, LLVMValueRef depth_stride, LLVMValueRef z_value, LLVMValueRef s_value) argument
H A Dlp_state_fs.c304 LLVMValueRef depth_ptr,
443 depth_ptr, depth_stride,
461 depth_ptr, depth_stride,
549 depth_ptr, depth_stride,
568 depth_ptr, depth_stride,
582 depth_ptr, depth_stride,
2404 LLVMValueRef depth_ptr; local
2508 depth_ptr = LLVMGetParam(function, 8);
2521 lp_build_name(depth_ptr, "depth");
2594 depth_ptr,
293 generate_fs_loop(struct gallivm_state *gallivm, struct lp_fragment_shader *shader, const struct lp_fragment_shader_variant_key *key, LLVMBuilderRef builder, struct lp_type type, LLVMValueRef context_ptr, LLVMValueRef num_loop, struct lp_build_interp_soa_context *interp, struct lp_build_sampler_soa *sampler, LLVMValueRef mask_store, LLVMValueRef (*out_color)[4], LLVMValueRef depth_ptr, LLVMValueRef depth_stride, LLVMValueRef facing, LLVMValueRef thread_data_ptr) argument
[all...]

Completed in 79 milliseconds