Home
last modified time | relevance | path

Searched refs:is_dest (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blit.c238 bool is_dest) in iris_blorp_surf_for_resource() argument
248 .reloc_flags = is_dest ? EXEC_OBJECT_WRITE : 0, in iris_blorp_surf_for_resource()
250 is_dest ? ISL_SURF_USAGE_RENDER_TARGET_BIT in iris_blorp_surf_for_resource()
262 .reloc_flags = is_dest ? EXEC_OBJECT_WRITE : 0, in iris_blorp_surf_for_resource()
572 bool is_dest) in get_copy_region_aux_settings() argument
582 if (is_dest) { in get_copy_region_aux_settings()
594 if (!is_dest && !iris_can_sample_mcs_with_clear(devinfo, res)) { in get_copy_region_aux_settings()
629 *out_clear_supported = is_zero || (devinfo->ver >= 11 && !is_dest); in get_copy_region_aux_settings()
/third_party/mesa3d/src/intel/blorp/
Dblorp.c100 enum isl_format format, bool is_dest) in brw_blorp_surface_info_init() argument
126 if (is_dest) { in brw_blorp_surface_info_init()
146 if (!is_dest && in brw_blorp_surface_info_init()
167 if (is_dest && blorp->isl_dev->info->ver <= 6) in brw_blorp_surface_info_init()
Dblorp_priv.h77 enum isl_format format, bool is_dest);
/third_party/mesa3d/src/intel/vulkan/
Danv_blorp.c154 bool is_dest, in get_blorp_surf_for_anv_buffer() argument
166 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()
/third_party/ltp/tools/sparse/sparse-src/
Dcompile-i386.c1159 unsigned int is_dest = (src->type == STOR_REG); in emit_move() local
1219 if (is_dest) in emit_move()
/third_party/mesa3d/docs/relnotes/
D22.0.0.rst2476 - iris: Rename is_render_target to is_dest in a few blit functions