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