/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_resolve.c | 607 res->aux.usage != ISL_AUX_USAGE_NONE; in level_has_aux() 804 assert(res->mod_info->aux_usage != ISL_AUX_USAGE_NONE); in iris_resource_set_aux_state() 829 return ISL_AUX_USAGE_NONE; in iris_resource_texture_aux_usage() 850 return ISL_AUX_USAGE_NONE; in iris_resource_texture_aux_usage() 872 return ISL_AUX_USAGE_NONE; in iris_resource_texture_aux_usage() 881 return ISL_AUX_USAGE_NONE; in iris_image_view_aux_usage() 895 return ISL_AUX_USAGE_NONE; in iris_image_view_aux_usage() 968 return ISL_AUX_USAGE_NONE; in iris_resource_render_aux_usage() 991 return ISL_AUX_USAGE_NONE; in iris_resource_render_aux_usage() 1004 return ISL_AUX_USAGE_NONE; in iris_resource_render_aux_usage()
|
D | iris_resource.h | 444 ISL_AUX_USAGE_NONE, false); in iris_resource_access_raw() 447 ISL_AUX_USAGE_NONE); in iris_resource_access_raw() 477 res->mod_info->aux_usage != ISL_AUX_USAGE_NONE; in iris_resource_unfinished_aux_import()
|
D | iris_resource.c | 345 res->aux.usage = ISL_AUX_USAGE_NONE; in iris_resource_disable_aux() 346 res->aux.possible_usages = 1 << ISL_AUX_USAGE_NONE; in iris_resource_disable_aux() 347 res->aux.sampler_usages = 1 << ISL_AUX_USAGE_NONE; in iris_resource_disable_aux() 385 res->aux.possible_usages = 1 << ISL_AUX_USAGE_NONE; in iris_alloc_resource() 386 res->aux.sampler_usages = 1 << ISL_AUX_USAGE_NONE; in iris_alloc_resource() 588 res->mod_info->aux_usage == ISL_AUX_USAGE_NONE || in iris_resource_configure_aux() 601 (res->mod_info && res->mod_info->aux_usage != ISL_AUX_USAGE_NONE)) && in iris_resource_configure_aux() 664 case ISL_AUX_USAGE_NONE: in iris_resource_configure_aux() 669 return !res->mod_info || res->mod_info->aux_usage == ISL_AUX_USAGE_NONE; in iris_resource_configure_aux() 1126 mod ? mod->aux_usage : ISL_AUX_USAGE_NONE, in iris_flush_resource() [all …]
|
D | iris_blit.c | 245 aux_usage = ISL_AUX_USAGE_NONE; in iris_blorp_surf_for_resource() 260 if (aux_usage != ISL_AUX_USAGE_NONE) { in iris_blorp_surf_for_resource() 522 enum isl_aux_usage stc_dst_aux_usage = ISL_AUX_USAGE_NONE; in iris_blit() 615 *out_clear_supported = (*out_aux_usage != ISL_AUX_USAGE_NONE); in get_copy_region_aux_settings() 634 *out_aux_usage = ISL_AUX_USAGE_NONE; in get_copy_region_aux_settings()
|
D | iris_clear.c | 763 assert(res->aux.usage == ISL_AUX_USAGE_NONE); in iris_clear_texture()
|
D | iris_state.c | 2354 if (aux_usage != ISL_AUX_USAGE_NONE) { in fill_surface_state() 2629 assert(res->aux.possible_usages == 1 << ISL_AUX_USAGE_NONE); in iris_create_surface() 2771 1 << ISL_AUX_USAGE_NONE; in iris_set_shader_images() 4693 aux_modes &= ~(1 << ISL_AUX_USAGE_NONE); in update_clear_value()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_mipmap_tree.c | 168 assert(mt->aux_usage == ISL_AUX_USAGE_NONE); in intel_miptree_choose_aux_usage() 186 if (mt->aux_usage != ISL_AUX_USAGE_NONE) in intel_miptree_choose_aux_usage() 569 mt->aux_usage = ISL_AUX_USAGE_NONE; in intel_miptree_create() 657 mt->aux_usage = ISL_AUX_USAGE_NONE; in intel_miptree_create_for_bo() 827 if (mod_info && mod_info->aux_usage != ISL_AUX_USAGE_NONE) in intel_miptree_create_for_dri_image() 863 if (mod_info && mod_info->aux_usage != ISL_AUX_USAGE_NONE) { in intel_miptree_create_for_dri_image() 1584 case ISL_AUX_USAGE_NONE: in intel_miptree_alloc_aux() 1716 mt->aux_usage != ISL_AUX_USAGE_NONE && mt->aux_buf; in level_has_aux() 1980 return ISL_AUX_USAGE_NONE; in intel_miptree_texture_aux_usage() 1995 return ISL_AUX_USAGE_NONE; in intel_miptree_texture_aux_usage() [all …]
|
D | brw_blorp.c | 157 surf->aux_usage = ISL_AUX_USAGE_NONE; in blorp_surf_for_miptree() 159 if (surf->aux_usage != ISL_AUX_USAGE_NONE) { in blorp_surf_for_miptree() 182 assert((surf->aux_usage == ISL_AUX_USAGE_NONE) == in blorp_surf_for_miptree() 395 src_aux_usage = ISL_AUX_USAGE_NONE; in brw_blorp_blit_miptrees() 397 src_aux_usage != ISL_AUX_USAGE_NONE && src_mt->format == src_format; in brw_blorp_blit_miptrees() 406 const bool dst_clear_supported = dst_aux_usage != ISL_AUX_USAGE_NONE; in brw_blorp_blit_miptrees() 467 src_aux_usage = ISL_AUX_USAGE_NONE; in brw_blorp_copy_miptrees() 482 src_aux_usage = ISL_AUX_USAGE_NONE; in brw_blorp_copy_miptrees() 499 dst_aux_usage = ISL_AUX_USAGE_NONE; in brw_blorp_copy_miptrees() 1471 ISL_AUX_USAGE_NONE, false); in brw_blorp_clear_depth_stencil() [all …]
|
D | intel_mipmap_tree.h | 609 ISL_AUX_USAGE_NONE, false); in intel_miptree_access_raw() 611 intel_miptree_finish_write(brw, mt, level, layer, 1, ISL_AUX_USAGE_NONE); in intel_miptree_access_raw()
|
D | brw_wm_surface_state.c | 161 if (aux_usage != ISL_AUX_USAGE_NONE) { in brw_emit_surface_state() 1123 if (brw->draw_aux_usage[i] == ISL_AUX_USAGE_NONE) in update_renderbuffer_read_surfaces() 1124 aux_usage = ISL_AUX_USAGE_NONE; in update_renderbuffer_read_surfaces() 1587 ISL_AUX_USAGE_NONE, in update_image_surface()
|
D | brw_draw.c | 452 if (aux_usage != ISL_AUX_USAGE_NONE && in gen9_astc5x5_wa_bits() 755 stencil_irb->layer_count, ISL_AUX_USAGE_NONE); in brw_postdraw_set_buffers_need_resolve()
|
D | brw_misc_state.c | 391 info.hiz_usage = ISL_AUX_USAGE_NONE; in brw_emit_depthbuffer()
|
D | intel_screen.c | 784 assert(mod_info->aux_usage == ISL_AUX_USAGE_NONE); in intel_create_image_common() 1221 assert(mod_info->aux_usage == ISL_AUX_USAGE_NONE); in intel_create_image_from_fds_common()
|
/external/mesa3d/src/intel/isl/ |
D | isl_surface_state.c | 91 [ISL_AUX_USAGE_NONE] = AUX_NONE, 102 [ISL_AUX_USAGE_NONE] = AUX_NONE, 110 [ISL_AUX_USAGE_NONE] = AUX_NONE, 561 assert(info->aux_usage == ISL_AUX_USAGE_NONE); in isl_genX() 589 if (info->aux_usage != ISL_AUX_USAGE_NONE) { in isl_genX() 688 if ((GEN_GEN < 12 && info->aux_usage != ISL_AUX_USAGE_NONE) || in isl_genX()
|
D | isl_aux_info.c | 134 if (usage != ISL_AUX_USAGE_NONE) { in isl_aux_prepare_access() 176 assert(usage != ISL_AUX_USAGE_NONE || op == ISL_AUX_OP_NONE); in isl_aux_state_transition_aux_op()
|
D | isl_emit_depth_stencil.c | 167 assert(info->stencil_aux_usage == ISL_AUX_USAGE_NONE || in isl_genX() 207 assert(info->hiz_usage == ISL_AUX_USAGE_NONE || in isl_genX()
|
D | isl.h | 596 ISL_AUX_USAGE_NONE, enumerator 1854 return isl_drm_modifier_get_info(modifier)->aux_usage != ISL_AUX_USAGE_NONE; in isl_drm_modifier_has_aux() 1885 if (!mod_info || mod_info->aux_usage == ISL_AUX_USAGE_NONE) in isl_drm_modifier_get_default_aux_state()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_image.c | 296 assert(image->planes[plane].aux_usage != ISL_AUX_USAGE_NONE && in add_aux_state_tracking_buffer() 599 image->planes[plane].aux_usage = ISL_AUX_USAGE_NONE; in make_surface() 644 if (image->planes[plane].aux_usage != ISL_AUX_USAGE_NONE) { in make_surface() 969 image->planes[plane].aux_usage = ISL_AUX_USAGE_NONE; in anv_image_bind_memory_plane() 1389 assert(aux_usage != ISL_AUX_USAGE_NONE); in anv_layout_to_aux_state() 1564 if (image->planes[plane].aux_usage == ISL_AUX_USAGE_NONE) in anv_layout_to_aux_usage() 1565 return ISL_AUX_USAGE_NONE; in anv_layout_to_aux_usage() 1598 return ISL_AUX_USAGE_NONE; in anv_layout_to_aux_usage() 1603 return ISL_AUX_USAGE_NONE; in anv_layout_to_aux_usage() 1631 if (image->planes[plane].aux_usage == ISL_AUX_USAGE_NONE) in anv_layout_to_fast_clear_type() [all …]
|
D | anv_blorp.c | 228 if (aux_usage != ISL_AUX_USAGE_NONE) { in get_blorp_surf_for_anv_image() 343 src_image_layout, ISL_AUX_USAGE_NONE, in copy_image() 348 dst_image_layout, ISL_AUX_USAGE_NONE, in copy_image() 381 src_image_layout, ISL_AUX_USAGE_NONE, in copy_image() 385 dst_image_layout, ISL_AUX_USAGE_NONE, in copy_image() 521 image_layout, ISL_AUX_USAGE_NONE, in copy_buffer_to_image() 788 src_image_layout, ISL_AUX_USAGE_NONE, &src); in blit_image() 792 dst_image_layout, ISL_AUX_USAGE_NONE, &dst); in blit_image() 1203 imageLayout, ISL_AUX_USAGE_NONE, &surf); in anv_CmdClearColorImage() 1257 imageLayout, ISL_AUX_USAGE_NONE, &depth); in anv_CmdClearDepthStencilImage() [all …]
|
D | genX_cmd_buffer.c | 568 if (image->planes[depth_plane].aux_usage == ISL_AUX_USAGE_NONE) in transition_depth_buffer() 676 if (image->planes[plane].aux_usage == ISL_AUX_USAGE_NONE) in transition_stencil_buffer() 1294 assert(initial_aux_usage == ISL_AUX_USAGE_NONE || in transition_color_buffer() 1295 final_aux_usage == ISL_AUX_USAGE_NONE || in transition_color_buffer() 1299 if (initial_aux_usage == ISL_AUX_USAGE_NONE) in transition_color_buffer() 1476 att_state->aux_usage = ISL_AUX_USAGE_NONE; in genX() 5118 if (info.hiz_usage != ISL_AUX_USAGE_NONE) { in cmd_buffer_emit_depth_stencil() 5566 iview->image->planes[0].aux_usage != ISL_AUX_USAGE_NONE && in cmd_buffer_begin_subpass() 5691 ISL_AUX_USAGE_NONE, in cmd_buffer_end_subpass() 5866 enum isl_aux_usage src_aux_usage = ISL_AUX_USAGE_NONE; in cmd_buffer_end_subpass()
|
D | anv_private.h | 3870 if (image->planes[plane].aux_usage == ISL_AUX_USAGE_NONE) in anv_image_aux_levels()
|
/external/mesa3d/src/intel/blorp/ |
D | blorp.c | 99 if (info->aux_usage != ISL_AUX_USAGE_NONE) { in brw_blorp_surface_info_init() 149 assert(info->aux_usage == ISL_AUX_USAGE_NONE); in brw_blorp_surface_info_init()
|
D | blorp_genX_exec.h | 1444 .aux_address = aux_usage == ISL_AUX_USAGE_NONE ? 0 : in blorp_emit_surface_state() 1457 if (aux_usage != ISL_AUX_USAGE_NONE) { in blorp_emit_surface_state() 1468 if (aux_usage != ISL_AUX_USAGE_NONE && surface->clear_color_addr.buffer) { in blorp_emit_surface_state()
|
D | blorp_clear.c | 528 assert(params.dst.aux_usage == ISL_AUX_USAGE_NONE); in blorp_clear()
|
D | blorp_blit.c | 1574 assert(info->aux_usage == ISL_AUX_USAGE_NONE); in blorp_surf_convert_to_single_slice() 2662 assert(params.src.aux_usage == ISL_AUX_USAGE_NONE || in blorp_copy()
|