Home
last modified time | relevance | path

Searched refs:isl_surf_created_successfully (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c700 const bool isl_surf_created_successfully = in crocus_resource_create_with_modifiers() local
702 if (!isl_surf_created_successfully) in crocus_resource_create_with_modifiers()
859 UNUSED const bool isl_surf_created_successfully = in crocus_resource_from_handle() local
862 assert(isl_surf_created_successfully); in crocus_resource_from_handle()
921 UNUSED const bool isl_surf_created_successfully = in crocus_resource_from_memobj() local
923 assert(isl_surf_created_successfully); in crocus_resource_from_memobj()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c1167 UNUSED const bool isl_surf_created_successfully = in iris_resource_create_with_modifiers() local
1169 assert(isl_surf_created_successfully); in iris_resource_create_with_modifiers()
1397 UNUSED const bool isl_surf_created_successfully = in iris_resource_from_handle() local
1400 assert(isl_surf_created_successfully); in iris_resource_from_handle()
1450 UNUSED const bool isl_surf_created_successfully = in iris_resource_from_memobj() local
1452 assert(isl_surf_created_successfully); in iris_resource_from_memobj()