Searched defs:pipe_constant_buffer (Results 1 – 1 of 1) sorted by relevance
455 struct pipe_constant_buffer { struct456 struct pipe_resource *buffer; /**< the actual buffer */457 unsigned buffer_offset; /**< offset to start of data in buffer, in bytes */458 unsigned buffer_size; /**< how much data can be read in shader */459 const void *user_buffer; /**< pointer to a user buffer if buffer == NULL */