Home
last modified time | relevance | path

Searched refs:old_res (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c1546 struct iris_resource *old_res, in iris_reallocate_resource_inplace()
1551 if (iris_bo_is_external(old_res->bo)) in iris_reallocate_resource_inplace()
1554 assert(old_res->mod_info == NULL); in iris_reallocate_resource_inplace()
1555 assert(old_res->bo == old_res->aux.bo || old_res->aux.bo == NULL); in iris_reallocate_resource_inplace()
1556 assert(old_res->bo == old_res->aux.clear_color_bo || in iris_reallocate_resource_inplace()
1557 old_res->aux.clear_color_bo == NULL); in iris_reallocate_resource_inplace()
1558 assert(old_res in iris_reallocate_resource_inplace()
1545 iris_reallocate_resource_inplace(struct iris_context *ice, struct iris_resource *old_res, unsigned new_bind_flag) iris_reallocate_resource_inplace() argument
[all...]
/third_party/backends/backend/
H A Dqcam.c1682 QC_Resolution old_res; in sane_control_option() local
1791 old_res = s->resolution; in sane_control_option()
1801 if (old_res == QC_RES_LOW && s->resolution == QC_RES_HIGH) in sane_control_option()
1809 else if (old_res == QC_RES_HIGH && s->resolution == QC_RES_LOW) in sane_control_option()

Completed in 9 milliseconds