OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:depth_write
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_state.h
110
VkBool32
depth_write
;
member in struct:zink_depth_stencil_alpha_hw_state
zink_state.c
509
cso->hw_state.
depth_write
= depth_stencil_alpha->depth_writemask;
519
bool prev_zwrite = ctx->dsa_state ? ctx->dsa_state->hw_state.
depth_write
: false;
530
if (prev_zwrite != (ctx->dsa_state ? ctx->dsa_state->hw_state.
depth_write
: false)) {
zink_pipeline.c
181
depth_stencil_state.depthWriteEnable = state->dyn_state1.depth_stencil_alpha_state->
depth_write
;
zink_draw.cpp
657
VKCTX(CmdSetDepthWriteEnableEXT)(batch->state->cmdbuf, dsa_state->hw_state.
depth_write
);
zink_context.c
1936
bool needs_write = (ctx->dsa_state && ctx->dsa_state->hw_state.
depth_write
) ||
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_cmd_buffer.c
3831
bool
depth_write
= tu6_writes_depth(cmd, depth_test_enable);
local
3835
(
depth_write
|| stencil_write)) {
Completed in 13 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026