Searched defs:pipe_constant_buffer (Results 1 – 2 of 2) sorted by relevance
460 struct pipe_constant_buffer { struct461 struct pipe_resource *buffer; /**< the actual buffer */462 unsigned buffer_offset; /**< offset to start of data in buffer, in bytes */463 unsigned buffer_size; /**< how much data can be read in shader */464 const void *user_buffer; /**< pointer to a user buffer if buffer == NULL */
651 struct pipe_constant_buffer struct653 struct pipe_resource *buffer; /**< the actual buffer */654 unsigned buffer_offset; /**< offset to start of data in buffer, in bytes */655 unsigned buffer_size; /**< how much data can be read in shader */656 const void *user_buffer; /**< pointer to a user buffer if buffer == NULL */