Home
last modified time | relevance | path

Searched refs:use_hw_binning (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_gmem.c245 use_hw_binning(struct fd_batch *batch) in use_hw_binning() function
839 if (use_hw_binning(batch)) { in fd6_emit_tile_init()
924 if (use_hw_binning(batch)) { in fd6_emit_tile_prep()
1267 if (batch->fast_cleared || !use_hw_binning(batch)) { in fd6_emit_tile_renderprep()
1430 if (!use_hw_binning(batch)) { in fd6_emit_tile()
1445 if (use_hw_binning(batch)) { in fd6_emit_tile_gmem2mem()
1466 if (batch->fast_cleared || !use_hw_binning(batch)) { in fd6_emit_tile_gmem2mem()
1488 if (use_hw_binning(batch)) { in fd6_emit_tile_fini()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_gmem.c262 use_hw_binning(struct fd_batch *batch) in use_hw_binning() function
431 if (use_hw_binning(batch)) { in fd5_emit_tile_init()
477 if (use_hw_binning(batch)) { in fd5_emit_tile_prep()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_gmem.c64 use_hw_binning(struct fd_batch *batch) in use_hw_binning() function
572 if (use_hw_binning(batch)) { in fd2_emit_tile_init()
737 if (use_hw_binning(batch)) { in fd2_emit_tile_renderprep()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_gmem.c145 use_hw_binning(struct fd_batch *batch) in use_hw_binning() function
695 if (use_hw_binning(batch)) { in fd4_emit_tile_init()
784 if (use_hw_binning(batch)) { in fd4_emit_tile_renderprep()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_gmem.c142 use_hw_binning(struct fd_batch *batch) in use_hw_binning() function
975 if (use_hw_binning(batch)) { in fd3_emit_tile_init()
1041 if (use_hw_binning(batch)) { in fd3_emit_tile_renderprep()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.c544 use_hw_binning(struct tu_cmd_buffer *cmd) in use_hw_binning() function
659 bool hw_binning = use_hw_binning(cmd); in tu6_emit_tile_select()
1329 if (use_hw_binning(cmd)) { in tu6_tile_render_begin()
1392 if (use_hw_binning(cmd)) { in tu6_render_tile()
/third_party/mesa3d/docs/relnotes/
D19.0.0.rst1489 - freedreno: a2xx: add use_hw_binning function
D19.1.0.rst2311 - freedreno: a2xx: add use_hw_binning function