Home
last modified time | relevance | path

Searched refs:vs_const_base (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_state.c2097 cbuf->buffer_base = r300->vs_const_base; in r300_set_constant_buffer()
2098 r300->vs_const_base += vs->shader->code.constants.Count; in r300_set_constant_buffer()
2099 if (r300->vs_const_base > R500_MAX_PVS_CONST_VECS) { in r300_set_constant_buffer()
2100 r300->vs_const_base = vs->shader->code.constants.Count; in r300_set_constant_buffer()
Dr300_context.h608 int vs_const_base; member