/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp.h | 121 struct blorp_surf struct 156 const struct blorp_surf *src_surf, 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 *dept [all...] |
H A 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 *sur in blorp_ccs_resolve() [all...] |
H A 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()
|
H A D | blorp_priv.h | 75 const struct blorp_surf *surf,
|
H A 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/ |
H A D | anv_blorp.c | 155 struct blorp_surf *blorp_surf, in get_blorp_surf_for_anv_buffer() 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() 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 in get_blorp_surf_for_anv_image() 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 202 get_blorp_surf_for_anv_image(const struct anv_device *device, const struct anv_image *image, VkImageAspectFlags aspect, VkImageUsageFlags usage, VkImageLayout layout, enum isl_aux_usage aux_usage, struct blorp_surf *blorp_surf) get_blorp_surf_for_anv_image() argument 273 get_blorp_surf_for_anv_shadow_image(const struct anv_device *device, const struct anv_image *image, VkImageAspectFlags aspect, struct blorp_surf *blorp_surf) get_blorp_surf_for_anv_shadow_image() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A D | iris_context.h | 890 struct blorp_surf *surf,
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A D | crocus_context.h | 791 struct blorp_surf *surf,
|