Home
last modified time | relevance | path

Searched refs:fpovs_per_batch (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_binning.c413 unsigned fpovs_per_batch; /* allowed range: [0, 255], 0 = unlimited */ in si_emit_dpbb_state() local
421 fpovs_per_batch = 63; in si_emit_dpbb_state()
444 S_028C44_FPOVS_PER_BATCH(fpovs_per_batch) | in si_emit_dpbb_state()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c2393 unsigned fpovs_per_batch; /* allowed range: [0, 255], 0 = unlimited */ in radv_compute_binning_state() local
2399 fpovs_per_batch = 63; in radv_compute_binning_state()
2404 fpovs_per_batch = 63; in radv_compute_binning_state()
2419 S_028C44_FPOVS_PER_BATCH(fpovs_per_batch) | in radv_compute_binning_state()