Home
last modified time | relevance | path

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

/aosp_15_r20/external/virglrenderer/src/gallium/include/pipe/
H A Dp_state.h460 struct pipe_constant_buffer { struct
461 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 */
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h649 struct pipe_constant_buffer struct
651 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 */