Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c1243 return RADV_DYNAMIC_VIEWPORT; in radv_dynamic_state_mask()
1520 if (needed_states & RADV_DYNAMIC_VIEWPORT) { in radv_pipeline_init_dynamic_state()
1524 if (states & RADV_DYNAMIC_VIEWPORT) { in radv_pipeline_init_dynamic_state()
Dradv_private.h977 RADV_DYNAMIC_VIEWPORT = 1ull << 0, enumerator
Dradv_cmd_buffer.c136 if (copy_mask & RADV_DYNAMIC_VIEWPORT) { in radv_bind_dynamic_state()
139 dest_mask |= RADV_DYNAMIC_VIEWPORT; in radv_bind_dynamic_state()
146 dest_mask |= RADV_DYNAMIC_VIEWPORT; in radv_bind_dynamic_state()