Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.h173 enum pipe_format external_format; member
Diris_resource.c924 switch (res->external_format) { in iris_resource_finish_aux_import()
1248 res->external_format = whandle->format; in iris_resource_from_handle()
1321 res->external_format = memobj->format; in iris_resource_from_memobj()
1421 assert(old_res->external_format == PIPE_FORMAT_NONE); in iris_reallocate_resource_inplace()
1583 res->external_format); in iris_resource_get_param()
1669 whandle->format = res->external_format; in iris_resource_get_handle()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.h188 enum pipe_format external_format; member
Dcrocus_resource.c838 res->external_format = whandle->format; in crocus_resource_from_handle()
914 res->external_format = memobj->format; in crocus_resource_from_memobj()
983 *value = util_format_get_num_planes(res->external_format); in crocus_resource_get_param()
1053 whandle->format = res->external_format; in crocus_resource_get_handle()