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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c228 LLVMValueRef depth_ptr,
329 depth_ptr, facing,
334 lp_build_depth_write(builder, zs_format_desc, depth_ptr, zs_value);
386 depth_ptr, facing,
391 lp_build_depth_write(builder, zs_format_desc, depth_ptr, zs_value);
405 depth_ptr,
453 LLVMValueRef depth_ptr,
535 depth_ptr_i = LLVMBuildGEP(builder, depth_ptr, &depth_offset, 1, "");
785 LLVMValueRef depth_ptr; local
894 depth_ptr
217 generate_fs(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, unsigned i, struct lp_build_interp_soa_context *interp, struct lp_build_sampler_soa *sampler, LLVMValueRef *pmask, LLVMValueRef (*color)[4], LLVMValueRef depth_ptr, LLVMValueRef facing, unsigned partial_mask, LLVMValueRef mask_input, LLVMValueRef counter) argument
442 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, unsigned depth_bits, LLVMValueRef facing, LLVMValueRef counter) argument
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c228 LLVMValueRef depth_ptr,
329 depth_ptr, facing,
334 lp_build_depth_write(builder, zs_format_desc, depth_ptr, zs_value);
386 depth_ptr, facing,
391 lp_build_depth_write(builder, zs_format_desc, depth_ptr, zs_value);
405 depth_ptr,
453 LLVMValueRef depth_ptr,
535 depth_ptr_i = LLVMBuildGEP(builder, depth_ptr, &depth_offset, 1, "");
785 LLVMValueRef depth_ptr; local
894 depth_ptr
217 generate_fs(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, unsigned i, struct lp_build_interp_soa_context *interp, struct lp_build_sampler_soa *sampler, LLVMValueRef *pmask, LLVMValueRef (*color)[4], LLVMValueRef depth_ptr, LLVMValueRef facing, unsigned partial_mask, LLVMValueRef mask_input, LLVMValueRef counter) argument
442 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, unsigned depth_bits, LLVMValueRef facing, LLVMValueRef counter) argument
[all...]

Completed in 180 milliseconds