Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/blorp/
Dblorp.h121 struct blorp_surf struct
156 const struct blorp_surf *src_surf, argument
159 const struct blorp_surf *dst_surf,
171 const struct blorp_surf *src_surf,
173 const struct blorp_surf *dst_surf,
187 const struct blorp_surf *surf,
218 const struct blorp_surf *surf,
227 const struct blorp_surf *depth,
228 const struct blorp_surf *stencil,
242 const struct blorp_surf *depth,
[all …]
Dblorp_clear.c449 const struct blorp_surf *surf, in blorp_fast_clear()
512 const struct blorp_surf *surf, in blorp_clear()
707 const struct blorp_surf *surf, in blorp_clear_stencil_as_rgba()
811 const struct blorp_surf *depth, in blorp_clear_depth_stencil()
812 const struct blorp_surf *stencil, in blorp_clear_depth_stencil()
983 blorp_can_clear_full_surface(const struct blorp_surf *depth, in blorp_can_clear_full_surface()
984 const struct blorp_surf *stencil, in blorp_can_clear_full_surface()
1007 const struct blorp_surf *depth, in blorp_hiz_clear_depth_stencil()
1008 const struct blorp_surf *stencil, in blorp_hiz_clear_depth_stencil()
1177 struct blorp_surf *surf, uint32_t level, in blorp_ccs_resolve()
[all …]
Dblorp.c98 const struct blorp_surf *surf, in brw_blorp_surface_info_init()
407 blorp_hiz_op(struct blorp_batch *batch, struct blorp_surf *surf, in blorp_hiz_op()
Dblorp_priv.h75 const struct blorp_surf *surf,
Dblorp_blit.c2516 const struct blorp_surf *src_surf, in blorp_blit()
2519 const struct blorp_surf *dst_surf, in blorp_blit()
2856 const struct blorp_surf *src_surf, in blorp_copy()
2858 const struct blorp_surf *dst_surf, in blorp_copy()
3095 struct blorp_surf src_blorp_surf = { in do_buffer_copy()
3100 struct blorp_surf dst_blorp_surf = { in do_buffer_copy()
/third_party/mesa3d/src/intel/vulkan/
Danv_blorp.c155 struct blorp_surf *blorp_surf, in get_blorp_surf_for_anv_buffer() argument
160 *blorp_surf = (struct blorp_surf) { in get_blorp_surf_for_anv_buffer()
208 struct blorp_surf *blorp_surf) in get_blorp_surf_for_anv_image() argument
226 *blorp_surf = (struct blorp_surf) { in get_blorp_surf_for_anv_image()
240 blorp_surf->aux_usage = aux_usage; in get_blorp_surf_for_anv_image()
241 blorp_surf->aux_surf = &aux_surface->isl; in get_blorp_surf_for_anv_image()
244 blorp_surf->aux_addr = (struct blorp_address) { in get_blorp_surf_for_anv_image()
260 blorp_surf->clear_color_addr = anv_to_blorp_address(clear_color_addr); in get_blorp_surf_for_anv_image()
264 blorp_surf->clear_color_addr = anv_to_blorp_address(clear_color_addr); in get_blorp_surf_for_anv_image()
265 blorp_surf->clear_color = (union isl_color_value) { in get_blorp_surf_for_anv_image()
[all …]
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_clear.c279 struct blorp_surf surf; in fast_clear_color()
349 struct blorp_surf surf; in clear_color()
538 struct blorp_surf z_surf; in clear_depth_stencil()
539 struct blorp_surf stencil_surf; in clear_depth_stencil()
Diris_blit.c234 struct blorp_surf *surf, in iris_blorp_surf_for_resource()
243 *surf = (struct blorp_surf) { in iris_blorp_surf_for_resource()
511 struct blorp_surf src_surf, dst_surf; in iris_blit()
712 struct blorp_surf src_surf, dst_surf; in iris_copy_region()
Diris_resolve.c438 struct blorp_surf surf; in iris_resolve_color()
501 struct blorp_surf surf; in iris_mcs_partial_resolve()
611 struct blorp_surf surf; in iris_hiz_exec()
Diris_context.h890 struct blorp_surf *surf,
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blit.c273 struct blorp_surf *surf, in crocus_blorp_surf_for_resource()
287 *surf = (struct blorp_surf) { in crocus_blorp_surf_for_resource()
585 struct blorp_surf src_surf, dst_surf; in crocus_blit()
728 struct blorp_surf src_surf, dst_surf; in crocus_copy_region()
Dcrocus_clear.c299 struct blorp_surf surf; in fast_clear_color()
369 struct blorp_surf surf; in clear_color()
566 struct blorp_surf z_surf; in clear_depth_stencil()
567 struct blorp_surf stencil_surf; in clear_depth_stencil()
Dcrocus_resolve.c534 struct blorp_surf surf; in crocus_resolve_color()
581 struct blorp_surf surf; in crocus_mcs_partial_resolve()
684 struct blorp_surf surf; in crocus_hiz_exec()
Dcrocus_context.h791 struct blorp_surf *surf,