Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blit.c237 bool is_render_target) in iris_blorp_surf_for_resource() argument
246 .reloc_flags = is_render_target ? EXEC_OBJECT_WRITE : 0, in iris_blorp_surf_for_resource()
248 is_render_target ? ISL_SURF_USAGE_RENDER_TARGET_BIT in iris_blorp_surf_for_resource()
259 .reloc_flags = is_render_target ? EXEC_OBJECT_WRITE : 0, in iris_blorp_surf_for_resource()
544 bool is_render_target) in get_copy_region_aux_settings() argument
554 if (is_render_target) { in get_copy_region_aux_settings()
566 if (!is_render_target && in get_copy_region_aux_settings()
592 *out_clear_supported = (devinfo->ver >= 11 && !is_render_target) || in get_copy_region_aux_settings()
Diris_context.h878 bool is_render_target);
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blit.c277 bool is_render_target) in crocus_blorp_surf_for_resource() argument
292 .reloc_flags = is_render_target ? EXEC_OBJECT_WRITE : 0, in crocus_blorp_surf_for_resource()
303 .reloc_flags = is_render_target ? EXEC_OBJECT_WRITE : 0, in crocus_blorp_surf_for_resource()
645 bool is_render_target) in get_copy_region_aux_settings() argument
653 if (is_render_target && isl_surf_usage_is_stencil(res->surf.usage)) { in get_copy_region_aux_settings()
Dcrocus_context.h795 bool is_render_target);
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp.c123 bool is_render_target, in blorp_surf_for_miptree() argument
147 .reloc_flags = is_render_target ? EXEC_OBJECT_WRITE : 0, in blorp_surf_for_miptree()
170 .reloc_flags = is_render_target ? EXEC_OBJECT_WRITE : 0, in blorp_surf_for_miptree()
185 if (!is_render_target && brw->screen->devinfo.ver == 9) in blorp_surf_for_miptree()
214 bool is_render_target) in brw_blorp_to_isl_format() argument
230 if (is_render_target) { in brw_blorp_to_isl_format()
/third_party/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h1428 bool is_render_target) in blorp_emit_surface_state() argument
1441 assert(!is_render_target); in blorp_emit_surface_state()
1453 if (is_render_target && GFX_VER <= 5) { in blorp_emit_surface_state()