Home | History | Annotate | Download | only in i965

Lines Matching defs:urb

46  * URB - uniform resource buffer.  A mid-sized buffer which is
50 * CURBE - constant URB entry. An urb region (entry) used to hold
54 * VUE - vertex URB entry. An urb entry holding a vertex and usually
58 * PUE - primitive URB entry. An urb entry produced by the setup (SF)
63 * urb) of the thread are preloaded to this area before the thread is
70 * MRF registers. All program output is via these messages. URB
71 * entries are populated by sending a message to the shared URB
85 * interaction. Holds the URB entries used for constant data, ie the
345 * and "slots" within the vertex URB entry (VUE). A "slot" is defined as a
442 /* Used for calculating urb partitions:
817 GLuint vsize; /* vertex size plus header in urb registers */
818 GLuint csize; /* constant buffer size in urb registers */
819 GLuint sfsize; /* setup data size in urb registers */
833 * The length of each URB entry owned by the VS (or GS), as
846 GLuint size; /* Hardware URB size, in KB. */
849 * URB space for the GS.
852 } urb;