Searched refs:blorp_surf (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/intel/blorp/ |
D | blorp.h | 121 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 …]
|
D | blorp_clear.c | 449 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 …]
|
D | blorp.c | 98 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()
|
D | blorp_priv.h | 75 const struct blorp_surf *surf,
|
D | blorp_blit.c | 2516 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/ |
D | anv_blorp.c | 155 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/ |
D | iris_clear.c | 279 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()
|
D | iris_blit.c | 234 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()
|
D | iris_resolve.c | 438 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()
|
D | iris_context.h | 890 struct blorp_surf *surf,
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_blit.c | 273 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()
|
D | crocus_clear.c | 299 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()
|
D | crocus_resolve.c | 534 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()
|
D | crocus_context.h | 791 struct blorp_surf *surf,
|