OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:depthFailOp
(Results
1 - 24
of
24
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
genX_pipeline.c
710
*
depthFailOp
will never happen.
714
face->
depthFailOp
= VK_STENCIL_OP_KEEP;
717
face->
depthFailOp
!= VK_STENCIL_OP_KEEP ||
870
.StencilPassDepthFailOp = vk_to_gen_stencil_op[info.front.
depthFailOp
],
874
.BackfaceStencilPassDepthFailOp =vk_to_gen_stencil_op[info.back.
depthFailOp
],
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_cmd_buffer.c
881
VkStencilOp
depthFailOp
,
889
cmd_buffer->state.gfx.dynamic.stencil_op.front.depth_fail_op =
depthFailOp
;
896
cmd_buffer->state.gfx.dynamic.stencil_op.back.depth_fail_op =
depthFailOp
;
genX_pipeline.c
980
*
depthFailOp
will never happen.
984
face->
depthFailOp
= VK_STENCIL_OP_KEEP;
987
face->
depthFailOp
!= VK_STENCIL_OP_KEEP ||
1156
.StencilPassDepthFailOp = genX(vk_to_intel_stencil_op)[info.front.
depthFailOp
],
1160
.BackfaceStencilPassDepthFailOp = genX(vk_to_intel_stencil_op)[info.back.
depthFailOp
],
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dvx_pipeline.c
294
config.depth_test_fail_op = translate_stencil_op(stencil_state->
depthFailOp
);
v3dv_pipeline.c
2781
return stencil->
depthFailOp
== VK_STENCIL_OP_KEEP &&
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_meta_blit.c
812
.
depthFailOp
= VK_STENCIL_OP_REPLACE,
819
.
depthFailOp
= VK_STENCIL_OP_REPLACE,
radv_meta_blit2d.c
1213
.
depthFailOp
= VK_STENCIL_OP_REPLACE,
1220
.
depthFailOp
= VK_STENCIL_OP_REPLACE,
radv_meta_resolve_fs.c
558
.
depthFailOp
= stencil_op,
564
.
depthFailOp
= stencil_op,
radv_pipeline.c
850
state->
depthFailOp
!= VK_STENCIL_OP_KEEP);
889
radv_order_invariant_stencil_op(state->
depthFailOp
)) ||
1637
pCreateInfo->pDepthStencilState->front.
depthFailOp
;
1642
dynamic->stencil_op.back.depth_fail_op = pCreateInfo->pDepthStencilState->back.
depthFailOp
;
radv_cmd_buffer.c
5313
VkStencilOp failOp, VkStencilOp passOp, VkStencilOp
depthFailOp
,
5320
state->dynamic.stencil_op.front.depth_fail_op ==
depthFailOp
&&
5324
state->dynamic.stencil_op.back.depth_fail_op ==
depthFailOp
&&
5334
state->dynamic.stencil_op.front.depth_fail_op =
depthFailOp
;
5341
state->dynamic.stencil_op.back.depth_fail_op =
depthFailOp
;
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_vX_pipeline.c
679
translate_stencil_op(builder->create_info->pDepthStencilState->front.
depthFailOp
);
693
translate_stencil_op(builder->create_info->pDepthStencilState->back.
depthFailOp
);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_meta_blit.c
879
.
depthFailOp
= VK_STENCIL_OP_REPLACE,
888
.
depthFailOp
= VK_STENCIL_OP_REPLACE,
radv_meta_blit2d.c
1207
.
depthFailOp
= VK_STENCIL_OP_REPLACE,
1216
.
depthFailOp
= VK_STENCIL_OP_REPLACE,
radv_pipeline.c
912
state->
depthFailOp
!= VK_STENCIL_OP_KEEP);
954
radv_order_invariant_stencil_op(state->
depthFailOp
)) ||
2742
db_stencil_control |= S_02842C_STENCILZFAIL(si_translate_stencil_op(vkds->front.
depthFailOp
));
2747
db_stencil_control |= S_02842C_STENCILZFAIL_BF(si_translate_stencil_op(vkds->back.
depthFailOp
));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_draw.cpp
663
dsa_state->hw_state.stencil_front.
depthFailOp
,
668
dsa_state->hw_state.stencil_back.
depthFailOp
,
zink_state.c
470
ret.
depthFailOp
= stencil_op(src->zfail_op);
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
vn_protocol_driver_pipeline.h
808
size += vn_sizeof_VkStencilOp(&val->
depthFailOp
);
821
vn_encode_VkStencilOp(enc, &val->
depthFailOp
);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_pipeline.c
1195
A6XX_RB_STENCIL_CONTROL_ZFAIL(tu6_stencil_op(front->
depthFailOp
)) |
1199
A6XX_RB_STENCIL_CONTROL_ZFAIL_BF(tu6_stencil_op(back->
depthFailOp
));
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
helpers.cpp
728
ds_state.front.
depthFailOp
= VK_STENCIL_OP_REPLACE;
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_cmd_buffer.c
2548
VkStencilOp
depthFailOp
,
2564
A6XX_RB_STENCIL_CONTROL_ZFAIL(tu6_stencil_op(
depthFailOp
));
2578
A6XX_RB_STENCIL_CONTROL_ZFAIL_BF(tu6_stencil_op(
depthFailOp
));
tu_pipeline.c
2908
A6XX_RB_STENCIL_CONTROL_ZFAIL(tu6_stencil_op(front->
depthFailOp
)) |
2912
A6XX_RB_STENCIL_CONTROL_ZFAIL_BF(tu6_stencil_op(back->
depthFailOp
));
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_execute.c
636
state->dsa_state.stencil[0].zfail_op = vk_conv_stencil_op(dsa->front.
depthFailOp
);
641
state->dsa_state.stencil[1].zfail_op = vk_conv_stencil_op(dsa->back.
depthFailOp
);
/xsrc/external/mit/MesaLib/dist/include/vulkan/
vulkan_core.h
3113
VkStencilOp
depthFailOp
;
11792
typedef void (VKAPI_PTR *PFN_vkCmdSetStencilOpEXT)(VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, VkStencilOp failOp, VkStencilOp passOp, VkStencilOp
depthFailOp
, VkCompareOp compareOp);
11851
VkStencilOp
depthFailOp
,
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
vulkan_core.h
2468
VkStencilOp
depthFailOp
;
Completed in 73 milliseconds
Indexes created Sat Jul 25 00:23:55 UTC 2026