Home
last modified time | relevance | path

Searched refs:u_box_pixels_to_blocks (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_box.h248 u_box_pixels_to_blocks(struct pipe_box *blocks, in u_box_pixels_to_blocks() function
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c292 u_box_pixels_to_blocks(&ptrans->box, &ptrans->box, format); in v3d_resource_transfer_map()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c189 u_box_pixels_to_blocks(&ptrans->box, &ptrans->box, format); in vc4_resource_transfer_map()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c1123 u_box_pixels_to_blocks(&box_blocks, box, format); in panfrost_ptr_map()
/third_party/mesa3d/docs/relnotes/
D22.0.0.rst362 - v3d: Use u_box_pixels_to_blocks helper
363 - vc4: Use u_box_pixels_to_blocks helper