Home
last modified time | relevance | path

Searched refs:use_hw_binning (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c245 use_hw_binning(struct fd_batch *batch) in use_hw_binning() function
839 if (use_hw_binning(batch)) {
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/
H A Dfd5_gmem.c262 use_hw_binning(struct fd_batch *batch) in use_hw_binning() function
431 if (use_hw_binning(batch)) {
477 if (use_hw_binning(batch)) {
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_gmem.c64 use_hw_binning(struct fd_batch *batch) in use_hw_binning() function
572 if (use_hw_binning(batch)) {
737 if (use_hw_binning(batch)) {
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_gmem.c145 use_hw_binning(struct fd_batch *batch) in use_hw_binning() function
695 if (use_hw_binning(batch)) {
784 if (use_hw_binning(batch)) {
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_gmem.c142 use_hw_binning(struct fd_batch *batch) in use_hw_binning() function
975 if (use_hw_binning(batch)) {
1041 if (use_hw_binning(batch)) {
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cmd_buffer.c544 use_hw_binning(struct tu_cmd_buffer *cmd) in use_hw_binning() function
599 /* XFB is incompatible with non-hw binning GMEM rendering, see use_hw_binning */ in use_sysmem_rendering()
604 * GMEM rendering, see use_hw_binning. in use_sysmem_rendering()
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()

Completed in 14 milliseconds