| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.h | 64 LLVMValueRef stencil_refs[2],
|
| H A D | lp_bld_depth.c | 809 * \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 D | lp_state_fs.c | 319 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 D | lp_bld_depth.h | 64 LLVMValueRef stencil_refs[2],
|
| H A D | lp_bld_depth.c | 819 * \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 D | lp_state_fs.c | 593 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 D | iris_state.c | 6229 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 D | iris_state.c | 4953 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));
|