Home
last modified time | relevance | path

Searched refs:ISL_SURF_USAGE_RENDER_TARGET_BIT (Results 1 - 19 of 19) sorted by relevance

/third_party/mesa3d/src/intel/isl/
H A Disl_gfx7.c281 (info->usage & ISL_SURF_USAGE_RENDER_TARGET_BIT) && in isl_gfx6_filter_tiling()
319 info->usage & ISL_SURF_USAGE_RENDER_TARGET_BIT && in isl_gfx6_filter_tiling()
409 (info->usage & ISL_SURF_USAGE_RENDER_TARGET_BIT)) in isl_gfx7_choose_image_alignment_el()
H A Disl_surface_state.c165 if (info->view->usage & ISL_SURF_USAGE_RENDER_TARGET_BIT) in surf_fill_state_s()
261 if (GFX_VER == 6 && (info->view->usage & ISL_SURF_USAGE_RENDER_TARGET_BIT) && in surf_fill_state_s()
300 if (info->view->usage & (ISL_SURF_USAGE_RENDER_TARGET_BIT | in surf_fill_state_s()
308 if (info->view->usage & (ISL_SURF_USAGE_RENDER_TARGET_BIT | in surf_fill_state_s()
353 if (info->view->usage & ISL_SURF_USAGE_RENDER_TARGET_BIT) { in surf_fill_state_s()
469 if (info->view->usage & ISL_SURF_USAGE_RENDER_TARGET_BIT) in surf_fill_state_s()
644 if (info->view->usage & ISL_SURF_USAGE_RENDER_TARGET_BIT) { in surf_fill_state_s()
H A Disl_gfx8.c49 if (info->usage & ISL_SURF_USAGE_RENDER_TARGET_BIT) in isl_gfx8_choose_msaa_layout()
H A Disl.c213 ISL_SURF_USAGE_RENDER_TARGET_BIT | in isl_mocs()
1630 if (surf_info->usage & ISL_SURF_USAGE_RENDER_TARGET_BIT) { in isl_calc_row_pitch_alignment()
1768 if ((surf_info->usage & (ISL_SURF_USAGE_RENDER_TARGET_BIT | in isl_calc_row_pitch()
1882 if (info->usage & ISL_SURF_USAGE_RENDER_TARGET_BIT) { in isl_surf_init_s()
2419 info->view->usage & (ISL_SURF_USAGE_RENDER_TARGET_BIT | in isl_surf_fill_state_s()
H A Disl.h1102 #define ISL_SURF_USAGE_RENDER_TARGET_BIT (1u << 0) macro
1598 * ISL_SURF_USAGE_RENDER_TARGET_BIT or ISL_SURF_USAGE_STORAGE_BIT then
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_blit.c250 is_dest ? ISL_SURF_USAGE_RENDER_TARGET_BIT in iris_blorp_surf_for_resource()
506 ISL_SURF_USAGE_RENDER_TARGET_BIT); in iris_blit()
696 ISL_SURF_USAGE_RENDER_TARGET_BIT), in iris_copy_region()
H A Diris_formats.c67 if ((usage & ISL_SURF_USAGE_RENDER_TARGET_BIT) && in iris_format_for_usage()
H A Diris_resource.c151 ISL_SURF_USAGE_RENDER_TARGET_BIT).fmt; in modifier_is_supported()
692 usage |= ISL_SURF_USAGE_RENDER_TARGET_BIT; in iris_resource_configure_main()
H A Diris_state.c2663 usage = ISL_SURF_USAGE_RENDER_TARGET_BIT; in iris_create_surface()
2668 if ((usage & ISL_SURF_USAGE_RENDER_TARGET_BIT) && in iris_create_surface()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_formats.c348 if (usage & ISL_SURF_USAGE_RENDER_TARGET_BIT) in crocus_format_for_usage()
406 (usage & ISL_SURF_USAGE_RENDER_TARGET_BIT)) { in crocus_format_for_usage()
H A Dcrocus_blit.c580 ISL_SURF_USAGE_RENDER_TARGET_BIT); in crocus_blit()
H A Dcrocus_resource.c157 usage |= ISL_SURF_USAGE_RENDER_TARGET_BIT; in pipe_bind_to_isl_usage()
H A Dcrocus_state.c2844 usage = ISL_SURF_USAGE_RENDER_TARGET_BIT; in crocus_create_surface()
2849 if ((usage & ISL_SURF_USAGE_RENDER_TARGET_BIT) && in crocus_create_surface()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_blorp.c166 is_dest ? ISL_SURF_USAGE_RENDER_TARGET_BIT in get_blorp_surf_for_anv_buffer()
181 .usage = is_dest ? ISL_SURF_USAGE_RENDER_TARGET_BIT in get_blorp_surf_for_anv_buffer()
220 ISL_SURF_USAGE_RENDER_TARGET_BIT : ISL_SURF_USAGE_TEXTURE_BIT; in get_blorp_surf_for_anv_image()
292 .mocs = anv_mocs(device, address.bo, ISL_SURF_USAGE_RENDER_TARGET_BIT), in get_blorp_surf_for_anv_shadow_image()
817 ISL_SURF_USAGE_RENDER_TARGET_BIT), in copy_buffer()
891 ISL_SURF_USAGE_RENDER_TARGET_BIT), in anv_CmdUpdateBuffer()
H A Danv_image.c217 isl_usage |= ISL_SURF_USAGE_RENDER_TARGET_BIT; in choose_isl_surf_usage()
255 isl_usage |= ISL_SURF_USAGE_RENDER_TARGET_BIT; in choose_isl_surf_usage()
2508 if (view_usage == ISL_SURF_USAGE_RENDER_TARGET_BIT) in anv_image_fill_surface_state()
H A DgenX_cmd_buffer.c6666 ISL_SURF_USAGE_RENDER_TARGET_BIT, in CmdBeginRendering()
/third_party/mesa3d/src/intel/blorp/
H A Dblorp.c130 view_usage = ISL_SURF_USAGE_RENDER_TARGET_BIT; in brw_blorp_surface_info_init()
H A Dblorp_blit.c1480 } else if (key->dst_usage == ISL_SURF_USAGE_RENDER_TARGET_BIT) { in brw_blorp_build_nir_shader()
1905 key->dst_usage = ISL_SURF_USAGE_RENDER_TARGET_BIT; in try_blorp_blit()
1912 key->dst_usage = ISL_SURF_USAGE_RENDER_TARGET_BIT; in try_blorp_blit()
1915 key->dst_usage = ISL_SURF_USAGE_RENDER_TARGET_BIT; in try_blorp_blit()
3091 ISL_SURF_USAGE_RENDER_TARGET_BIT, in do_buffer_copy()
H A Dblorp_clear.c1428 .usage = ISL_SURF_USAGE_RENDER_TARGET_BIT, in blorp_ccs_ambiguate()
1535 .usage = ISL_SURF_USAGE_RENDER_TARGET_BIT, in blorp_ccs_ambiguate()

Completed in 68 milliseconds