Home
last modified time | relevance | path

Searched refs:nr_gs_entries (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c690 ice->urb.clip_start = ice->urb.gs_start + ice->urb.nr_gs_entries * ice->urb.vsize; in check_urb_layout()
726 ice->urb.nr_gs_entries = limits[URB_GS].preferred_nr_entries; in crocus_calculate_urb_fence()
755 ice->urb.nr_gs_entries = limits[URB_GS].min_nr_entries; in crocus_calculate_urb_fence()
6955 gs.NumberofURBEntries = batch->ice->urb.nr_gs_entries;
6957 gs.MaximumNumberofThreads = batch->ice->urb.nr_gs_entries >= 8 ? 1 : 0;
8919 int nr_vs_entries, nr_gs_entries; local
8926 nr_gs_entries = (total_urb_size/2) / (gs_size * 128);
8929 nr_gs_entries = 0;
8936 if (nr_gs_entries > devinfo->urb.max_entries[MESA_SHADER_GEOMETRY])
8937 nr_gs_entries
[all...]
H A Dcrocus_context.h699 uint32_t nr_gs_entries; member

Completed in 15 milliseconds