Home
last modified time | relevance | path

Searched defs:pipe_constant_buffer (Results 1 – 2 of 2) sorted by relevance

/external/virglrenderer/src/gallium/include/pipe/
Dp_state.h459 struct pipe_constant_buffer { struct
460 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 */
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h574 struct pipe_constant_buffer struct
576 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 */