Searched refs:old_state (Results 1 – 4 of 4) sorted by relevance
209 HalState old_state = HalState::READY; in initialize() local213 old_state = mState; in initialize()219 if (old_state != HalState::READY) { in initialize()220 ALOGE("initialize: Unexpected State %d", static_cast<int>(old_state)); in initialize()
284 bool old_state = connector->connected(); in find_hdmi_connector_status() local288 if (cur_state != old_state) in find_hdmi_connector_status()296 static bool check_hotplug_status(omap_hwc_device_t* hwc_dev, bool old_state) in check_hotplug_status() argument301 if (state != old_state) in check_hotplug_status()
1642 const struct vk_graphics_pipeline_state *old_state, in vk_graphics_pipeline_state_copy() argument1647 vk_graphics_pipeline_state_validate(old_state); in vk_graphics_pipeline_state_copy()1653 if (old_state->s && !is_group_all_dynamic(state, STATE)) { \ in vk_graphics_pipeline_state_copy()1663 if (old_state->ms && old_state->ms->sample_locations && in vk_graphics_pipeline_state_copy()1664 !BITSET_TEST(old_state->dynamic, MESA_VK_DYNAMIC_MS_SAMPLE_LOCATIONS)) { in vk_graphics_pipeline_state_copy()1665 assert(old_state->ms->sample_locations); in vk_graphics_pipeline_state_copy()1677 *new_sample_locations = *old_state->ms->sample_locations; in vk_graphics_pipeline_state_copy()1682 *new_##s = *old_state->s; \ in vk_graphics_pipeline_state_copy()1692 state->shader_stages = old_state->shader_stages; in vk_graphics_pipeline_state_copy()1693 BITSET_COPY(state->dynamic, old_state->dynamic); in vk_graphics_pipeline_state_copy()
985 const struct vk_graphics_pipeline_state *old_state,