Home
last modified time | relevance | path

Searched refs:external_format (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c1013 map_aux_addresses(screen, r[0], res->external_format, 0); in iris_resource_finish_aux_import()
1039 map_aux_addresses(screen, r[0], res->external_format, 0); in iris_resource_finish_aux_import()
1060 map_aux_addresses(screen, r[0], res->external_format, 0); in iris_resource_finish_aux_import()
1065 map_aux_addresses(screen, r[0], res->external_format, 0); in iris_resource_finish_aux_import()
1066 map_aux_addresses(screen, r[1], res->external_format, 1); in iris_resource_finish_aux_import()
1384 res->external_format = whandle->format; in iris_resource_from_handle()
1457 res->external_format = memobj->format; in iris_resource_from_memobj()
1558 assert(old_res->external_format == PIPE_FORMAT_NONE); in iris_reallocate_resource_inplace()
1721 res->external_format); in iris_resource_get_param()
1818 whandle->format = res->external_format; in iris_resource_get_handle()
Diris_resource.h161 enum pipe_format external_format; member
Diris_state.c2488 res->external_format, in fill_surface_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.h188 enum pipe_format external_format; member
Dcrocus_resource.c852 res->external_format = whandle->format; in crocus_resource_from_handle()
928 res->external_format = memobj->format; in crocus_resource_from_memobj()
997 *value = util_format_get_num_planes(res->external_format); in crocus_resource_get_param()
1067 whandle->format = res->external_format; in crocus_resource_get_handle()