Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/vulkan/
Dtu_private.h453 TU_DYNAMIC_STATE_SAMPLE_LOCATIONS = VK_DYNAMIC_STATE_STENCIL_REFERENCE + 1, enumerator
Dtu_pipeline.c2182 pipeline->dynamic_state_mask |= BIT(TU_DYNAMIC_STATE_SAMPLE_LOCATIONS); in tu_pipeline_builder_parse_dynamic()
2684 if (tu_pipeline_static_state(pipeline, &cs, TU_DYNAMIC_STATE_SAMPLE_LOCATIONS, in tu_pipeline_builder_parse_multisample_and_color_blend()
Dtu_cmd_buffer.c2270 struct tu_cs cs = tu_cmd_dynamic_state(cmd, TU_DYNAMIC_STATE_SAMPLE_LOCATIONS, 9); in tu_CmdSetSampleLocationsEXT()