Searched defs:pipe_constant_buffer (Results 1 – 2 of 2) sorted by relevance
459 struct pipe_constant_buffer { struct460 struct pipe_resource *buffer; /**< the actual buffer */461 unsigned buffer_offset; /**< offset to start of data in buffer, in bytes */462 unsigned buffer_size; /**< how much data can be read in shader */463 const void *user_buffer; /**< pointer to a user buffer if buffer == NULL */
574 struct pipe_constant_buffer struct576 struct pipe_resource *buffer; /**< the actual buffer */577 unsigned buffer_offset; /**< offset to start of data in buffer, in bytes */578 unsigned buffer_size; /**< how much data can be read in shader */579 const void *user_buffer; /**< pointer to a user buffer if buffer == NULL */