Home
last modified time | relevance | path

Searched refs:stencil_front (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_zsa.c107 …const struct pipe_stencil_state *stencil_front = (so->stencil[1].enabled && so->stencil[1].valuema… in etna_zsa_state_create() local
110 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()
/external/mesa3d/src/panfrost/lib/
Dpan_blit.c250 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()
/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc130 ::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 …]
/external/mesa3d/src/gallium/drivers/zink/
Dzink_state.h82 VkStencilOpState stencil_front; member
Dzink_state.c352 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()
Dzink_pipeline.c119 depth_stencil_state.front = state->depth_stencil_alpha_state->stencil_front; in zink_create_gfx_pipeline()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_context.h283 struct MALI_STENCIL stencil_front; member
Dpan_cmdstream.c526 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()
Dpan_context.c1192 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()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_gpu.h90 uint32_t stencil_front; member
Dlima_draw.c659 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()
Dlima_job.c367 .stencil_front = 0x00000007, in lima_pack_reload_plbu_cmd()
384 reload_render_state.stencil_front = 0x0000024f; in lima_pack_reload_plbu_cmd()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.h563 uint8_t stencil_front[6]; member
Dv3dx_state.c214 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()
Dv3dx_emit.c651 v3d->zsa->stencil_front, config) { in v3dX()
/external/igt-gpu-tools/lib/
Dpanfrost-job.h521 struct mali_stencil_test stencil_front; member