Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c1312 return RADV_DYNAMIC_SAMPLE_LOCATIONS; in radv_dynamic_state_mask()
1373 states &= ~RADV_DYNAMIC_SAMPLE_LOCATIONS; in radv_pipeline_needed_dynamic_state()
1682 if (needed_states & RADV_DYNAMIC_SAMPLE_LOCATIONS) { in radv_pipeline_init_dynamic_state()
Dradv_private.h1001 RADV_DYNAMIC_SAMPLE_LOCATIONS = 1 << 10, enumerator
Dradv_cmd_buffer.c211 if (copy_mask & RADV_DYNAMIC_SAMPLE_LOCATIONS) { in radv_bind_dynamic_state()
223 dest_mask |= RADV_DYNAMIC_SAMPLE_LOCATIONS; in radv_bind_dynamic_state()