Home
last modified time | relevance | path

Searched refs:stencil_refs (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.h64 LLVMValueRef stencil_refs[2],
H A Dlp_bld_depth.c819 * \param stencil_refs the front/back stencil ref values (scalar)
832 LLVMValueRef stencil_refs[2], in lp_build_depth_stencil_test()
1026 stencil_refs, stencil_vals, in lp_build_depth_stencil_test()
1033 stencil_refs, stencil_vals, in lp_build_depth_stencil_test()
1115 stencil_refs, stencil_vals, in lp_build_depth_stencil_test()
1121 stencil_refs, stencil_vals, in lp_build_depth_stencil_test()
1131 stencil_refs, stencil_vals, in lp_build_depth_stencil_test()
825 lp_build_depth_stencil_test(struct gallivm_state *gallivm, const struct lp_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 *cov_mask, LLVMValueRef stencil_refs[2], LLVMValueRef z_src, LLVMValueRef z_fb, LLVMValueRef s_fb, LLVMValueRef face, LLVMValueRef *z_value, LLVMValueRef *s_value, boolean do_branch, bool restrict_depth) lp_build_depth_stencil_test() argument
H A Dlp_state_fs.c723 LLVMValueRef stencil_refs[2]; in generate_fs_loop() local
724 stencil_refs[0] = lp_jit_context_stencil_ref_front_value(gallivm, context_ptr); in generate_fs_loop()
725 stencil_refs[1] = lp_jit_context_stencil_ref_back_value(gallivm, context_ptr); in generate_fs_loop()
727 stencil_refs[0] = lp_build_broadcast(gallivm, int_vec_type, stencil_refs[0]); in generate_fs_loop()
728 stencil_refs[1] = lp_build_broadcast(gallivm, int_vec_type, stencil_refs[1]); in generate_fs_loop()
896 stencil_refs, in generate_fs_loop()
1273 stencil_refs[0] = LLVMBuildLoad(builder, ptr, "output.s"); in generate_fs_loop()
1276 stencil_refs[ in generate_fs_loop()
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c6431 uint32_t stencil_refs[GENX(3DSTATE_WM_DEPTH_STENCIL_length)]; in iris_upload_dirty_render_state() local
6432 iris_pack_command(GENX(3DSTATE_WM_DEPTH_STENCIL), &stencil_refs, wmds) { in iris_upload_dirty_render_state()
6436 iris_emit_merge(batch, cso->wmds, stencil_refs, ARRAY_SIZE(cso->wmds)); in iris_upload_dirty_render_state()
6455 uint32_t stencil_refs[GENX(3DSTATE_WM_DEPTH_STENCIL_length)]; in iris_upload_dirty_render_state() local
6456 iris_pack_command(GENX(3DSTATE_WM_DEPTH_STENCIL), &stencil_refs, wmds) { in iris_upload_dirty_render_state()
6464 iris_batch_emit(batch, stencil_refs, sizeof(stencil_refs)); in iris_upload_dirty_render_state()

Completed in 18 milliseconds