Searched refs:stencil_front (Results 1 – 16 of 16) sorted by relevance
107 …const struct pipe_stencil_state *stencil_front = (so->stencil[1].enabled && so->stencil[1].valuema… in etna_zsa_state_create() local110 VIVS_PE_STENCIL_OP_FUNC_FRONT(stencil_front->func) | in etna_zsa_state_create()112 VIVS_PE_STENCIL_OP_FAIL_FRONT(translate_stencil_op(stencil_front->fail_op)) | in etna_zsa_state_create()114 VIVS_PE_STENCIL_OP_DEPTH_FAIL_FRONT(translate_stencil_op(stencil_front->zfail_op)) | in etna_zsa_state_create()116 VIVS_PE_STENCIL_OP_PASS_FRONT(translate_stencil_op(stencil_front->zpass_op)) | in etna_zsa_state_create()120 VIVS_PE_STENCIL_CONFIG_MASK_FRONT(stencil_front->valuemask) | in etna_zsa_state_create()121 VIVS_PE_STENCIL_CONFIG_WRITE_MASK_FRONT(stencil_front->writemask); in etna_zsa_state_create()
250 state->stencil_front.compare_function = MALI_FUNC_ALWAYS; in panfrost_load_prepare_rsd()251 state->stencil_front.stencil_fail = MALI_STENCIL_OP_REPLACE; in panfrost_load_prepare_rsd()252 state->stencil_front.depth_fail = MALI_STENCIL_OP_REPLACE; in panfrost_load_prepare_rsd()253 state->stencil_front.depth_pass = MALI_STENCIL_OP_REPLACE; in panfrost_load_prepare_rsd()254 state->stencil_front.mask = 0xFF; in panfrost_load_prepare_rsd()255 state->stencil_back = state->stencil_front; in panfrost_load_prepare_rsd()
82 VkStencilOpState stencil_front; member
352 cso->hw_state.stencil_front = stencil_op_state(depth_stencil_alpha->stencil); in zink_create_depth_stencil_alpha_state()358 cso->hw_state.stencil_back = cso->hw_state.stencil_front; in zink_create_depth_stencil_alpha_state()
119 depth_stencil_state.front = state->depth_stencil_alpha_state->stencil_front; in zink_create_gfx_pipeline()
130 ::dawn::StencilStateFaceDescriptor stencil_front;1121 stencil_front.compare = ::dawn::CompareFunction::Always; in CreateRenderPipelineDescriptor()1122 stencil_front.failOp = ::dawn::StencilOperation::Keep; in CreateRenderPipelineDescriptor()1123 stencil_front.depthFailOp = ::dawn::StencilOperation::Keep; in CreateRenderPipelineDescriptor()1124 stencil_front.passOp = ::dawn::StencilOperation::Keep; in CreateRenderPipelineDescriptor()1127 depthStencilState.stencilBack = stencil_front; in CreateRenderPipelineDescriptor()1128 depthStencilState.stencilFront = stencil_front; in CreateRenderPipelineDescriptor()1134 stencil_front.compare = in CreateRenderPipelineDescriptor()1136 stencil_front.failOp = GetDawnStencilOp(pipeline_data->GetFrontFailOp()); in CreateRenderPipelineDescriptor()1137 stencil_front.depthFailOp = in CreateRenderPipelineDescriptor()[all …]
283 struct MALI_STENCIL stencil_front; member
526 state->stencil_front = zsa->stencil_front; in panfrost_prepare_fs_state()528 state->stencil_front.reference_value = ctx->stencil_ref.ref_value[0]; in panfrost_prepare_fs_state()
1192 pan_pipe_to_stencil(&zsa->stencil[0], &so->stencil_front); in panfrost_create_depth_stencil_state()1199 so->stencil_back = so->stencil_front; in panfrost_create_depth_stencil_state()
90 uint32_t stencil_front; member
659 render->stencil_front = stencil[0].func | in lima_pack_render_state()665 render->stencil_back = render->stencil_front; in lima_pack_render_state()688 render->stencil_front = 0xff000007; in lima_pack_render_state()
367 .stencil_front = 0x00000007, in lima_pack_reload_plbu_cmd()384 reload_render_state.stencil_front = 0x0000024f; in lima_pack_reload_plbu_cmd()
563 uint8_t stencil_front[6]; member
214 STATIC_ASSERT(sizeof(so->stencil_front) >= in v3d_create_depth_stencil_alpha_state()216 v3dx_pack(&so->stencil_front, STENCIL_CFG, config) { in v3d_create_depth_stencil_alpha_state()
651 v3d->zsa->stencil_front, config) { in v3dX()
521 struct mali_stencil_test stencil_front; member