Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_private.h1090 RADV_DYNAMIC_LOGIC_OP = 1ull << 26, enumerator
Dradv_pipeline.c1313 return RADV_DYNAMIC_LOGIC_OP; in radv_dynamic_state_mask()
2135 if (radv_pipeline_has_color_attachments(&info->ri) && states & RADV_DYNAMIC_LOGIC_OP) { in radv_pipeline_init_dynamic_state()
Dradv_cmd_buffer.c335 if (copy_mask & RADV_DYNAMIC_LOGIC_OP) { in radv_bind_dynamic_state()
338 dest_mask |= RADV_DYNAMIC_LOGIC_OP; in radv_bind_dynamic_state()