Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.h16 #define NV50_MAX_PIPE_CONSTBUFS 14 macro
Dnv50_context.c167 for (i = 0; i < NV50_MAX_PIPE_CONSTBUFS; ++i) in nv50_context_unreference_resources()
271 for (i = 0; i < NV50_MAX_PIPE_CONSTBUFS; ++i) { in nv50_invalidate_resource_storage()
Dnv50_context.h165 struct nv50_constbuf constbuf[NV50_MAX_SHADER_STAGES][NV50_MAX_PIPE_CONSTBUFS];
Dnv50_state_validate.c465 ctx_to->constbuf_dirty[NV50_SHADER_STAGE_FRAGMENT] = (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.c461 return NV50_MAX_PIPE_CONSTBUFS; in nv50_screen_get_shader_param()