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 */
649 struct pipe_constant_buffer struct651 struct pipe_resource *buffer; /**< the actual buffer */652 unsigned buffer_offset; /**< offset to start of data in buffer, in bytes */653 unsigned buffer_size; /**< how much data can be read in shader */654 const void *user_buffer; /**< pointer to a user buffer if buffer == NULL */