Searched refs:NV50_MAX_PIPE_CONSTBUFS (Results 1 – 7 of 7) sorted by relevance
16 #define NV50_MAX_PIPE_CONSTBUFS 14 macro
150 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()
138 struct nv50_constbuf constbuf[3][NV50_MAX_PIPE_CONSTBUFS];
465 ctx_to->constbuf_dirty[2] = (1 << NV50_MAX_PIPE_CONSTBUFS) - 1; in nv50_switch_pipe_context()
54 assert(i < NV50_MAX_PIPE_CONSTBUFS); in nv50_constbufs_validate()
424 return NV50_MAX_PIPE_CONSTBUFS; in nv50_screen_get_shader_param()
903 assert(i < NV50_MAX_PIPE_CONSTBUFS); in nv50_set_constant_buffer()