Lines Matching defs:state
159 struct radv_meta_state *state = &device->meta_state;
161 radv_DestroyPipeline(radv_device_to_handle(device), state->buffer.copy_pipeline, &state->alloc);
162 radv_DestroyPipeline(radv_device_to_handle(device), state->buffer.fill_pipeline, &state->alloc);
163 radv_DestroyPipelineLayout(radv_device_to_handle(device), state->buffer.copy_p_layout,
164 &state->alloc);
165 radv_DestroyPipelineLayout(radv_device_to_handle(device), state->buffer.fill_p_layout,
166 &state->alloc);
262 cmd_buffer->state.flush_bits |=
318 old_predicating = cmd_buffer->state.predicating;
319 cmd_buffer->state.predicating = false;
326 cmd_buffer->state.predicating = old_predicating;