Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_meta.c173 RADV_CMD_DIRTY_DYNAMIC_DEPTH_TEST_ENABLE | in radv_meta_restore()
Dradv_cmd_buffer.c1293 cmd_buffer->state.dirty |= RADV_CMD_DIRTY_DYNAMIC_DEPTH_TEST_ENABLE | in radv_emit_graphics_pipeline()
1498 if (states & RADV_CMD_DIRTY_DYNAMIC_DEPTH_TEST_ENABLE) { in radv_emit_depth_control()
2531 if (states & (RADV_CMD_DIRTY_DYNAMIC_DEPTH_TEST_ENABLE | in radv_cmd_buffer_flush_dynamic_state()
4613 state->dirty |= RADV_CMD_DIRTY_DYNAMIC_DEPTH_TEST_ENABLE; in radv_CmdSetDepthTestEnableEXT()
Dradv_private.h1034 RADV_CMD_DIRTY_DYNAMIC_DEPTH_TEST_ENABLE = 1 << 15, enumerator