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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.h64 LLVMValueRef stencil_refs[2],
H A Dlp_bld_depth.c809 * \param stencil_refs the front/back stencil ref values (scalar)
821 LLVMValueRef stencil_refs[2],
1011 stencil_refs, stencil_vals,
1018 stencil_refs, stencil_vals,
1100 stencil_refs, stencil_vals,
1106 stencil_refs, stencil_vals,
1116 stencil_refs, stencil_vals,
815 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 z_fb,LLVMValueRef s_fb,LLVMValueRef face,LLVMValueRef * z_value,LLVMValueRef * s_value,boolean do_branch) argument
H A Dlp_state_fs.c319 LLVMValueRef stencil_refs[2]; local in function:generate_fs_loop
386 stencil_refs[0] = lp_jit_context_stencil_ref_front_value(gallivm, context_ptr);
387 stencil_refs[1] = lp_jit_context_stencil_ref_back_value(gallivm, context_ptr);
389 stencil_refs[0] = lp_build_broadcast(gallivm, int_vec_type, stencil_refs[0]);
390 stencil_refs[1] = lp_build_broadcast(gallivm, int_vec_type, stencil_refs[1]);
453 stencil_refs,
562 stencil_refs[0] = LLVMBuildLoad(builder, outputs[s_out][1], "output.s");
563 stencil_refs[
[all...]
/xsrc/external/mit/MesaLib/dist/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],
1022 stencil_refs, stencil_vals,
1029 stencil_refs, stencil_vals,
1111 stencil_refs, stencil_vals,
1117 stencil_refs, stencil_vals,
1127 stencil_refs, stencil_vals,
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) argument
H A Dlp_state_fs.c593 LLVMValueRef stencil_refs[2]; local in function:generate_fs_loop
672 stencil_refs[0] = lp_jit_context_stencil_ref_front_value(gallivm, context_ptr);
673 stencil_refs[1] = lp_jit_context_stencil_ref_back_value(gallivm, context_ptr);
675 stencil_refs[0] = lp_build_broadcast(gallivm, int_vec_type, stencil_refs[0]);
676 stencil_refs[1] = lp_build_broadcast(gallivm, int_vec_type, stencil_refs[1]);
841 stencil_refs,
1199 stencil_refs[0] = LLVMBuildLoad(builder, ptr, "output.s");
1202 stencil_refs[
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_state.c6229 uint32_t stencil_refs[GENX(3DSTATE_WM_DEPTH_STENCIL_length)]; local in function:iris_upload_dirty_render_state
6230 iris_pack_command(GENX(3DSTATE_WM_DEPTH_STENCIL), &stencil_refs, wmds) {
6234 iris_emit_merge(batch, cso->wmds, stencil_refs, ARRAY_SIZE(cso->wmds));
6253 uint32_t stencil_refs[GENX(3DSTATE_WM_DEPTH_STENCIL_length)]; local in function:iris_upload_dirty_render_state
6254 iris_pack_command(GENX(3DSTATE_WM_DEPTH_STENCIL), &stencil_refs, wmds) {
6262 iris_batch_emit(batch, stencil_refs, sizeof(stencil_refs));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_state.c4953 uint32_t stencil_refs[GENX(3DSTATE_WM_DEPTH_STENCIL_length)]; local in function:iris_upload_dirty_render_state
4954 iris_pack_command(GENX(3DSTATE_WM_DEPTH_STENCIL), &stencil_refs, wmds) {
4958 iris_emit_merge(batch, cso->wmds, stencil_refs, ARRAY_SIZE(cso->wmds));

Completed in 29 milliseconds