Home
last modified time | relevance | path

Searched refs:is_dest (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_blit.c238 bool is_dest) in iris_blorp_surf_for_resource()
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()
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()
233 iris_blorp_surf_for_resource(struct isl_device *isl_dev, struct blorp_surf *surf, struct pipe_resource *p_res, enum isl_aux_usage aux_usage, unsigned level, bool is_dest) iris_blorp_surf_for_resource() argument
566 get_copy_region_aux_settings(struct iris_context *ice, const struct iris_batch *batch, struct iris_resource *res, unsigned level, enum isl_aux_usage *out_aux_usage, bool *out_clear_supported, bool is_dest) get_copy_region_aux_settings() argument
/third_party/mesa3d/src/intel/blorp/
H A Dblorp.c100 enum isl_format format, bool is_dest) in brw_blorp_surface_info_init()
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()
96 brw_blorp_surface_info_init(struct blorp_batch *batch, struct brw_blorp_surface_info *info, const struct blorp_surf *surf, unsigned int level, float layer, enum isl_format format, bool is_dest) brw_blorp_surface_info_init() argument
H A Dblorp_priv.h77 enum isl_format format, bool is_dest);
/third_party/mesa3d/src/intel/vulkan/
H A Danv_blorp.c154 bool is_dest, in get_blorp_surf_for_anv_buffer()
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()
150 get_blorp_surf_for_anv_buffer(struct anv_device *device, struct anv_buffer *buffer, uint64_t offset, uint32_t width, uint32_t height, uint32_t row_pitch, enum isl_format format, bool is_dest, struct blorp_surf *blorp_surf, struct isl_surf *isl_surf) get_blorp_surf_for_anv_buffer() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dcompile-i386.c1159 unsigned int is_dest = (src->type == STOR_REG); in emit_move() local
1219 if (is_dest) in emit_move()

Completed in 10 milliseconds