Home
last modified time | relevance | path

Searched refs:NV50_MAX_PIPE_CONSTBUFS (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.h16 #define NV50_MAX_PIPE_CONSTBUFS 14 macro
Dnv50_context.c150 for (i = 0; i < NV50_MAX_PIPE_CONSTBUFS; ++i) in nv50_context_unreference_resources()
249 for (i = 0; i < NV50_MAX_PIPE_CONSTBUFS; ++i) { in nv50_invalidate_resource_storage()
Dnv50_context.h138 struct nv50_constbuf constbuf[3][NV50_MAX_PIPE_CONSTBUFS];
Dnv50_state_validate.c465 ctx_to->constbuf_dirty[2] = (1 << NV50_MAX_PIPE_CONSTBUFS) - 1; in nv50_switch_pipe_context()
Dnv50_shader_state.c54 assert(i < NV50_MAX_PIPE_CONSTBUFS); in nv50_constbufs_validate()
Dnv50_screen.c424 return NV50_MAX_PIPE_CONSTBUFS; in nv50_screen_get_shader_param()
Dnv50_state.c903 assert(i < NV50_MAX_PIPE_CONSTBUFS); in nv50_set_constant_buffer()