Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_gmem.c253 use_hw_binning(struct fd_batch *batch) in use_hw_binning() function
711 if (use_hw_binning(batch)) { in fd6_emit_tile_init()
797 if (use_hw_binning(batch)) { in fd6_emit_tile_prep()
1145 if (batch->fast_cleared || !use_hw_binning(batch)) { in fd6_emit_tile_renderprep()
1235 if (!use_hw_binning(batch)) { in fd6_emit_tile()
1250 if (use_hw_binning(batch)) { in fd6_emit_tile_gmem2mem()
1271 if (batch->fast_cleared || !use_hw_binning(batch)) { in fd6_emit_tile_gmem2mem()
1291 if (use_hw_binning(batch)) { in fd6_emit_tile_fini()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_gmem.c131 use_hw_binning(struct fd_batch *batch) in use_hw_binning() function
670 if (use_hw_binning(batch)) { in fd4_emit_tile_init()
756 if (use_hw_binning(batch)) { in fd4_emit_tile_renderprep()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_gmem.c63 use_hw_binning(struct fd_batch *batch) in use_hw_binning() function
560 if (use_hw_binning(batch)) { in fd2_emit_tile_init()
723 if (use_hw_binning(batch)) { in fd2_emit_tile_renderprep()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_gmem.c233 use_hw_binning(struct fd_batch *batch) in use_hw_binning() function
397 if (use_hw_binning(batch)) { in fd5_emit_tile_init()
434 if (use_hw_binning(batch)) { in fd5_emit_tile_prep()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_gmem.c128 use_hw_binning(struct fd_batch *batch) in use_hw_binning() function
944 if (use_hw_binning(batch)) { in fd3_emit_tile_init()
1009 if (use_hw_binning(batch)) { in fd3_emit_tile_renderprep()
/external/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.c491 use_hw_binning(struct tu_cmd_buffer *cmd) in use_hw_binning() function
584 if (use_hw_binning(cmd)) { in tu6_emit_tile_select()
1205 if (use_hw_binning(cmd)) { in tu6_tile_render_begin()
1246 if (use_hw_binning(cmd)) { in tu6_render_tile()
/external/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