Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta.c330 RADV_CMD_DIRTY_DYNAMIC_BLEND_CONSTANTS | RADV_CMD_DIRTY_DYNAMIC_LINE_WIDTH | in radv_meta_restore()
Dradv_private.h1104 RADV_CMD_DIRTY_DYNAMIC_BLEND_CONSTANTS = 1ull << 4, enumerator
Dradv_cmd_buffer.c3349 if (states & RADV_CMD_DIRTY_DYNAMIC_BLEND_CONSTANTS) in radv_cmd_buffer_flush_dynamic_state()
5716 state->dirty |= RADV_CMD_DIRTY_DYNAMIC_BLEND_CONSTANTS; in radv_CmdSetBlendConstants()