Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h414 void (*set_constant_buffer)( struct pipe_context *, member
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py388 def set_constant_buffer(self, shader, index, constant_buffer): member in Context