Searched refs:RADV_DYNAMIC_VERTEX_INPUT_BINDING_STRIDE (Results 1 – 2 of 2) sorted by relevance
1303 return RADV_DYNAMIC_VERTEX_INPUT_BINDING_STRIDE; in radv_dynamic_state_mask()1351 states &= ~(RADV_DYNAMIC_VERTEX_INPUT | RADV_DYNAMIC_VERTEX_INPUT_BINDING_STRIDE | in radv_pipeline_needed_dynamic_state()1361 return RADV_DYNAMIC_PRIMITIVE_TOPOLOGY | RADV_DYNAMIC_VERTEX_INPUT_BINDING_STRIDE | in radv_pipeline_needed_dynamic_state()1560 if (!(pipeline->dynamic_states & RADV_DYNAMIC_VERTEX_INPUT_BINDING_STRIDE)) { in radv_pipeline_init_vertex_input_info()2113 if (!(states & RADV_DYNAMIC_VERTEX_INPUT_BINDING_STRIDE) || in radv_pipeline_init_dynamic_state()
1085 RADV_DYNAMIC_VERTEX_INPUT_BINDING_STRIDE = 1ull << 21, enumerator