HomeSort by relevance Sort by last modified time
    Searched refs:nvc0_context (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.h 74 struct nvc0_context { struct
82 void (*m2mf_copy_rect)(struct nvc0_context *,
167 static INLINE struct nvc0_context *
168 nvc0_context(struct pipe_context *pipe) function
170 return (struct nvc0_context *)pipe;
190 /* nvc0_context.c */
192 void nvc0_bufctx_fence(struct nvc0_context *, struct nouveau_bufctx *,
197 extern struct draw_stage *nvc0_draw_render_stage(struct nvc0_context *);
201 boolean nvc0_program_upload_code(struct nvc0_context *, struct nvc0_program *);
202 void nvc0_program_destroy(struct nvc0_context *, struct nvc0_program *)
    [all...]
nvc0_state.c 30 #include "nvc0_context.h"
194 struct nvc0_context *nvc0 = nvc0_context(pipe);
322 struct nvc0_context *nvc0 = nvc0_context(pipe);
393 struct nvc0_context *nvc0 = nvc0_context(pipe);
435 for (i = 0; i < nvc0_context(pipe)->num_samplers[s]; ++i)
436 if (nvc0_context(pipe)->samplers[s][i] == hwcso)
437 nvc0_context(pipe)->samplers[s][i] = NULL
    [all...]
nvc0_context.c 30 #include "nvc0_context.h"
38 struct nvc0_context *nvc0 = nvc0_context(pipe);
50 struct nouveau_pushbuf *push = nvc0_context(pipe)->base.pushbuf;
57 nvc0_context_unreference_resources(struct nvc0_context *nvc0)
87 struct nvc0_context *nvc0 = nvc0_context(pipe);
122 struct nvc0_context *nvc0;
127 nvc0 = CALLOC_STRUCT(nvc0_context);
209 nvc0_bufctx_fence(struct nvc0_context *nvc0, struct nouveau_bufctx *bufctx
    [all...]
nvc0_draw.c 25 #include "nvc0_context.h"
29 struct nvc0_context *nvc0;
74 nvc0_draw_render_stage(struct nvc0_context *nvc0)
nvc0_query.c 27 #include "nvc0_context.h"
59 nvc0_query_allocate(struct nvc0_context *nvc0, struct nvc0_query *q, int size)
93 nvc0_query_allocate(nvc0_context(pipe), nvc0_query(pq), 0);
100 struct nvc0_context *nvc0 = nvc0_context(pipe);
172 nvc0_query_rotate(struct nvc0_context *nvc0, struct nvc0_query *q)
183 struct nvc0_context *nvc0 = nvc0_context(pipe);
255 struct nvc0_context *nvc0 = nvc0_context(pipe)
    [all...]
nvc0_transfer.c 4 #include "nvc0_context.h"
17 nvc0_m2mf_transfer_rect(struct nvc0_context *nvc0,
112 nve4_m2mf_transfer_rect(struct nvc0_context *nvc0,
181 struct nvc0_context *nvc0 = nvc0_context(&nv->pipe);
226 struct nvc0_context *nvc0 = nvc0_context(&nv->pipe);
271 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx;
309 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx;
336 struct nvc0_context *nvc0 = nvc0_context(pctx)
    [all...]
nvc0_shader_state.c 28 #include "nvc0_context.h"
31 nvc0_program_update_context_state(struct nvc0_context *nvc0,
67 nvc0_program_validate(struct nvc0_context *nvc0, struct nvc0_program *prog)
85 nvc0_vertprog_validate(struct nvc0_context *nvc0)
105 nvc0_fragprog_validate(struct nvc0_context *nvc0)
133 nvc0_tctlprog_validate(struct nvc0_context *nvc0)
159 nvc0_tevlprog_validate(struct nvc0_context *nvc0)
183 nvc0_gmtyprog_validate(struct nvc0_context *nvc0)
212 nvc0_tfb_validate(struct nvc0_context *nvc0)
nvc0_state_validate.c 4 #include "nvc0_context.h"
7 nvc0_validate_zcull(struct nvc0_context *nvc0)
56 nvc0_validate_fb(struct nvc0_context *nvc0)
164 nvc0_validate_blend_colour(struct nvc0_context *nvc0)
176 nvc0_validate_stencil_ref(struct nvc0_context *nvc0)
186 nvc0_validate_stipple(struct nvc0_context *nvc0)
197 nvc0_validate_scissor(struct nvc0_context *nvc0)
218 nvc0_validate_viewport(struct nvc0_context *nvc0)
253 nvc0_upload_uclip_planes(struct nvc0_context *nvc0, unsigned s)
268 nvc0_check_program_ucps(struct nvc0_context *nvc0
    [all...]
nvc0_screen.h 20 struct nvc0_context;
27 struct nvc0_context *cur_ctx;
nvc0_vbo.c 31 #include "nvc0_context.h"
166 nvc0_set_constant_vertex_attrib(struct nvc0_context *nvc0, const unsigned a)
199 nvc0_user_vbuf_range(struct nvc0_context *nvc0, int vbi,
217 nvc0_release_user_vbufs(struct nvc0_context *nvc0)
226 nvc0_update_user_vbufs(struct nvc0_context *nvc0)
269 nvc0_update_user_vbufs_shared(struct nvc0_context *nvc0)
307 nvc0_validate_vertex_buffers(struct nvc0_context *nvc0)
370 nvc0_validate_vertex_buffers_shared(struct nvc0_context *nvc0)
409 nvc0_vertex_arrays_validate(struct nvc0_context *nvc0)
504 nvc0_idxbuf_validate(struct nvc0_context *nvc0
    [all...]
nvc0_surface.c 32 #include "nvc0_context.h"
206 struct nvc0_context *nvc0 = nvc0_context(pipe);
281 struct nvc0_context *nvc0 = nvc0_context(pipe);
351 struct nvc0_context *nvc0 = nvc0_context(pipe);
404 struct nvc0_context *nvc0 = nvc0_context(pipe);
736 nvc0_blit_set_dst(struct nvc0_context *nvc0
    [all...]
nvc0_tex.c 23 #include "nvc0_context.h"
210 nvc0_validate_tic(struct nvc0_context *nvc0, int s)
278 nve4_validate_tic(struct nvc0_context *nvc0, unsigned s)
334 void nvc0_validate_textures(struct nvc0_context *nvc0)
355 nvc0_validate_tsc(struct nvc0_context *nvc0, int s)
399 nve4_validate_tsc(struct nvc0_context *nvc0, int s)
442 void nvc0_validate_samplers(struct nvc0_context *nvc0)
467 nve4_set_tex_handles(struct nvc0_context *nvc0)
nvc0_vbo_translate.c 8 #include "nvc0_context.h"
36 struct nvc0_context *,
40 nvc0_push_context_init(struct nvc0_context *nvc0, struct push_context *ctx)
59 nvc0_vertex_configure_translate(struct nvc0_context *nvc0, int32_t index_bias)
82 nvc0_push_map_idxbuf(struct push_context *ctx, struct nvc0_context *nvc0)
94 nvc0_push_map_edgeflag(struct push_context *ctx, struct nvc0_context *nvc0,
181 nvc0_push_setup_vertex_array(struct nvc0_context *nvc0, const unsigned count)
430 nvc0_push_vbo(struct nvc0_context *nvc0, const struct pipe_draw_info *info)
566 struct nvc0_context *nvc0,
nvc0_push.c 8 #include "nvc0_context.h"
39 init_push_context(struct nvc0_context *nvc0, struct push_context *ctx)
298 nvc0_push_vbo(struct nvc0_context *nvc0, const struct pipe_draw_info *info)
nvc0_program.c 25 #include "nvc0_context.h"
649 nvc0_program_upload_code(struct nvc0_context *nvc0, struct nvc0_program *prog)
721 nvc0_program_library_upload(struct nvc0_context *nvc0)
747 nvc0_program_destroy(struct nvc0_context *nvc0, struct nvc0_program *prog)

Completed in 2567 milliseconds