Home
last modified time | relevance | path

Searched refs:blorp_surf (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/intel/blorp/
Dblorp.h100 struct blorp_surf struct
135 const struct blorp_surf *src_surf, argument
138 const struct blorp_surf *dst_surf,
150 const struct blorp_surf *src_surf,
152 const struct blorp_surf *dst_surf,
166 const struct blorp_surf *surf,
173 const struct blorp_surf *surf,
182 const struct blorp_surf *depth,
183 const struct blorp_surf *stencil,
197 const struct blorp_surf *depth,
[all …]
Dblorp_clear.c339 const struct blorp_surf *surf, in blorp_fast_clear()
377 const struct blorp_surf *surf, in blorp_clear()
560 const struct blorp_surf *surf, in blorp_clear_stencil_as_rgba()
661 const struct blorp_surf *depth, in blorp_clear_depth_stencil()
662 const struct blorp_surf *stencil, in blorp_clear_depth_stencil()
852 blorp_can_clear_full_surface(const struct blorp_surf *depth, in blorp_can_clear_full_surface()
853 const struct blorp_surf *stencil, in blorp_can_clear_full_surface()
876 const struct blorp_surf *depth, in blorp_hiz_clear_depth_stencil()
877 const struct blorp_surf *stencil, in blorp_hiz_clear_depth_stencil()
1040 struct blorp_surf *surf, uint32_t level, in blorp_ccs_resolve()
[all …]
Dblorp.c81 const struct blorp_surf *surf, in brw_blorp_surface_info_init()
322 blorp_hiz_op(struct blorp_batch *batch, struct blorp_surf *surf, in blorp_hiz_op()
388 blorp_hiz_stencil_op(struct blorp_batch *batch, struct blorp_surf *stencil, in blorp_hiz_stencil_op()
Dblorp_priv.h72 const struct blorp_surf *surf,
Dblorp_blit.c2322 const struct blorp_surf *src_surf, in blorp_blit()
2325 const struct blorp_surf *dst_surf, in blorp_blit()
2630 const struct blorp_surf *src_surf, in blorp_copy()
2632 const struct blorp_surf *dst_surf, in blorp_copy()
2866 struct blorp_surf src_blorp_surf = { in do_buffer_copy()
2871 struct blorp_surf dst_blorp_surf = { in do_buffer_copy()
/external/mesa3d/src/intel/vulkan/
Danv_blorp.c136 struct blorp_surf *blorp_surf, in get_blorp_surf_for_anv_buffer() argument
156 *blorp_surf = (struct blorp_surf) { in get_blorp_surf_for_anv_buffer()
204 struct blorp_surf *blorp_surf) in get_blorp_surf_for_anv_image() argument
219 *blorp_surf = (struct blorp_surf) { in get_blorp_surf_for_anv_image()
230 blorp_surf->aux_surf = &aux_surface->isl, in get_blorp_surf_for_anv_image()
231 blorp_surf->aux_addr = (struct blorp_address) { in get_blorp_surf_for_anv_image()
236 blorp_surf->aux_usage = aux_usage; in get_blorp_surf_for_anv_image()
247 blorp_surf->clear_color_addr = anv_to_blorp_address(clear_color_addr); in get_blorp_surf_for_anv_image()
258 blorp_surf->clear_color_addr = in get_blorp_surf_for_anv_image()
261 blorp_surf->clear_color = (union isl_color_value) { in get_blorp_surf_for_anv_image()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp.c120 struct blorp_surf *surf, in blorp_surf_for_miptree()
142 *surf = (struct blorp_surf) { in blorp_surf_for_miptree()
410 struct blorp_surf src_surf, dst_surf; in brw_blorp_blit_miptrees()
509 struct blorp_surf src_surf, dst_surf; in brw_blorp_copy_miptrees()
1292 struct blorp_surf surf; in do_single_blorp_clear()
1336 struct blorp_surf surf; in do_single_blorp_clear()
1431 struct blorp_surf depth_surf, stencil_surf; in brw_blorp_clear_depth_stencil()
1511 struct blorp_surf surf; in brw_blorp_resolve_color()
1554 struct blorp_surf surf; in brw_blorp_mcs_partial_resolve()
1650 struct blorp_surf surf; in intel_hiz_exec()
/external/mesa3d/src/gallium/drivers/iris/
Diris_blit.c233 struct blorp_surf *surf, in iris_blorp_surf_for_resource()
247 *surf = (struct blorp_surf) { in iris_blorp_surf_for_resource()
416 struct blorp_surf src_surf, dst_surf; in iris_blit()
527 struct blorp_surf src_surf, dst_surf; in iris_blit()
701 struct blorp_surf src_surf, dst_surf; in iris_copy_region()
Diris_clear.c317 struct blorp_surf surf; in fast_clear_color()
383 struct blorp_surf surf; in clear_color()
579 struct blorp_surf z_surf; in clear_depth_stencil()
580 struct blorp_surf stencil_surf; in clear_depth_stencil()
Diris_resolve.c393 struct blorp_surf surf; in iris_resolve_color()
447 struct blorp_surf surf; in iris_mcs_partial_resolve()
567 struct blorp_surf surf; in iris_hiz_exec()
Diris_context.h809 struct blorp_surf *surf,