Searched refs:extra_aux (Results 1 – 4 of 4) sorted by relevance
438 res->aux.extra_aux.surf.size_B = 0; in iris_resource_disable_aux()598 const unsigned aux_offset = res->aux.extra_aux.surf.size_B > 0 ? in map_aux_addresses()599 res->aux.extra_aux.offset : res->aux.offset; in map_aux_addresses()797 &res->aux.surf, &res->aux.extra_aux.surf); in iris_resource_configure_aux()934 if (res->aux.extra_aux.surf.size_B > 0) { in iris_resource_init_aux_buf()940 memset((char*)map + res->aux.extra_aux.offset, in iris_resource_init_aux_buf()941 0, res->aux.extra_aux.surf.size_B); in iris_resource_init_aux_buf()1197 if (res->aux.extra_aux.surf.size_B > 0) { in iris_resource_create_with_modifiers()1198 res->aux.extra_aux.offset = in iris_resource_create_with_modifiers()1199 ALIGN(bo_size, res->aux.extra_aux.surf.alignment_B); in iris_resource_create_with_modifiers()[all …]
114 } extra_aux; member
2658 - iris: Drop iris_resource::aux::extra_aux::bo
2954 - crocus: Drop extra_aux support