HomeSort by relevance Sort by last modified time
    Searched defs:curbe (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_context.h 50 * CURBE - constant URB entry. An urb region (entry) used to hold
62 * addressable by programmed threads. The inputs (r0, payload, curbe,
858 GLuint wm_start; /**< pos of first wm const in CURBE buffer */
867 /** Offset within curbe_bo of space for current curbe entry */
869 /** Offset within curbe_bo of space for next curbe entry */
885 } curbe; member in struct:brw_context
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.h 50 * CURBE - constant URB entry. An urb region (entry) used to hold
62 * addressable by programmed threads. The inputs (r0, payload, curbe,
858 GLuint wm_start; /**< pos of first wm const in CURBE buffer */
867 /** Offset within curbe_bo of space for current curbe entry */
869 /** Offset within curbe_bo of space for next curbe entry */
885 } curbe; member in struct:brw_context
    [all...]

Completed in 23 milliseconds