Home
last modified time | relevance | path

Searched refs:stencil_pass_op (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/v3d/
Dv3dx_state.c227 config.stencil_pass_op = in v3d_create_depth_stencil_alpha_state()
246 config.stencil_pass_op = in v3d_create_depth_stencil_alpha_state()
/external/mesa3d/prebuilt-intermediates/cle/
Dv3d_packet_v33_pack.h2094 enum V3D33_Stencil_Op stencil_pass_op; member
2118 __gen_uint(values->stencil_pass_op, 1, 3) | in V3D33_STENCIL_CFG_pack()
2135 values->stencil_pass_op = __gen_unpack_uint(cl, 33, 35); in V3D33_STENCIL_CFG_unpack()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c2431 config.stencil_pass_op = translate_stencil_op(stencil_state->passOp); in pack_single_stencil_cfg()