Searched refs:vs_const_base (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_context.h604 int vs_const_base; member in struct:r300_context
H A Dr300_state.c2022 cbuf->buffer_base = r300->vs_const_base;
2023 r300->vs_const_base += vs->code.constants.Count;
2024 if (r300->vs_const_base > R500_MAX_PVS_CONST_VECS) {
2025 r300->vs_const_base = vs->code.constants.Count;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_context.h604 int vs_const_base; member in struct:r300_context
H A Dr300_state.c2035 cbuf->buffer_base = r300->vs_const_base;
2036 r300->vs_const_base += vs->code.constants.Count;
2037 if (r300->vs_const_base > R500_MAX_PVS_CONST_VECS) {
2038 r300->vs_const_base = vs->code.constants.Count;

Completed in 14 milliseconds