Home
last modified time | relevance | path

Searched defs:nv50 (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state_validate.c20 nv50_validate_fb(struct nv50_context *nv50) in nv50_validate_fb()
150 nv50_validate_blend_colour(struct nv50_context *nv50) in nv50_validate_blend_colour()
162 nv50_validate_stencil_ref(struct nv50_context *nv50) in nv50_validate_stencil_ref()
173 nv50_validate_stipple(struct nv50_context *nv50) in nv50_validate_stipple()
184 nv50_validate_scissor(struct nv50_context *nv50) in nv50_validate_scissor()
248 nv50_validate_viewport(struct nv50_context *nv50) in nv50_validate_viewport()
287 nv50_validate_window_rects(struct nv50_context *nv50) in nv50_validate_window_rects()
313 nv50_check_program_ucps(struct nv50_context *nv50, in nv50_check_program_ucps()
338 nv50_validate_derived_2(struct nv50_context *nv50) in nv50_validate_derived_2()
351 nv50_validate_clip(struct nv50_context *nv50) in nv50_validate_clip()
[all …]
Dnv50_state.c210 struct nv50_context *nv50 = nv50_context(pipe); in nv50_blend_state_bind() local
347 struct nv50_context *nv50 = nv50_context(pipe); in nv50_rasterizer_state_bind() local
441 struct nv50_context *nv50 = nv50_context(pipe); in nv50_zsa_state_bind() local
600 nv50_stage_sampler_states_bind(struct nv50_context *nv50, int s, in nv50_stage_sampler_states_bind()
681 nv50_stage_set_sampler_views(struct nv50_context *nv50, int s, in nv50_stage_set_sampler_views()
794 struct nv50_context *nv50 = nv50_context(pipe); in nv50_vp_state_bind() local
810 struct nv50_context *nv50 = nv50_context(pipe); in nv50_fp_state_bind() local
826 struct nv50_context *nv50 = nv50_context(pipe); in nv50_gp_state_bind() local
855 struct nv50_context *nv50 = nv50_context(pipe); in nv50_cp_state_bind() local
866 struct nv50_context *nv50 = nv50_context(pipe); in nv50_set_constant_buffer() local
[all …]
Dnv50_shader_state.c35 nv50_constbufs_validate(struct nv50_context *nv50) in nv50_constbufs_validate()
115 nv50_program_validate(struct nv50_context *nv50, struct nv50_program *prog) in nv50_program_validate()
130 nv50_program_update_context_state(struct nv50_context *nv50, in nv50_program_update_context_state()
150 nv50_vertprog_validate(struct nv50_context *nv50) in nv50_vertprog_validate()
171 nv50_fragprog_validate(struct nv50_context *nv50) in nv50_fragprog_validate()
257 nv50_gmtyprog_validate(struct nv50_context *nv50) in nv50_gmtyprog_validate()
284 nv50_compprog_validate(struct nv50_context *nv50) in nv50_compprog_validate()
297 nv50_sprite_coords_validate(struct nv50_context *nv50) in nv50_sprite_coords_validate()
354 nv50_validate_derived_rs(struct nv50_context *nv50) in nv50_validate_derived_rs()
419 nv50_fp_linkage_validate(struct nv50_context *nv50) in nv50_fp_linkage_validate()
[all …]
Dnv50_compute.c159 nv50_compute_validate_globals(struct nv50_context *nv50) in nv50_compute_validate_globals()
180 nv50_state_validate_cp(struct nv50_context *nv50, uint32_t mask) in nv50_state_validate_cp()
195 nv50_compute_upload_input(struct nv50_context *nv50, const uint32_t *input) in nv50_compute_upload_input()
229 nv50_compute_find_symbol(struct nv50_context *nv50, uint32_t label) in nv50_compute_find_symbol()
246 struct nv50_context *nv50 = nv50_context(pipe); in nv50_launch_grid() local
Dnv50_query_hw_metric.c59 nv50_hw_metric_query_get_cfg(struct nv50_context *nv50, in nv50_hw_metric_query_get_cfg()
67 nv50_hw_metric_destroy_query(struct nv50_context *nv50, in nv50_hw_metric_destroy_query()
80 nv50_hw_metric_begin_query(struct nv50_context *nv50, struct nv50_hw_query *hq) in nv50_hw_metric_begin_query()
95 nv50_hw_metric_end_query(struct nv50_context *nv50, struct nv50_hw_query *hq) in nv50_hw_metric_end_query()
122 nv50_hw_metric_get_query_result(struct nv50_context *nv50, in nv50_hw_metric_get_query_result()
152 nv50_hw_metric_create_query(struct nv50_context *nv50, unsigned type) in nv50_hw_metric_create_query()
Dnv50_query_hw.c47 nv50_hw_query_allocate(struct nv50_context *nv50, struct nv50_query *q, in nv50_hw_query_allocate()
113 nv50_hw_destroy_query(struct nv50_context *nv50, struct nv50_query *q) in nv50_hw_destroy_query()
128 nv50_hw_begin_query(struct nv50_context *nv50, struct nv50_query *q) in nv50_hw_begin_query()
204 nv50_hw_end_query(struct nv50_context *nv50, struct nv50_query *q) in nv50_hw_end_query()
274 nv50_hw_get_query_result(struct nv50_context *nv50, struct nv50_query *q, in nv50_hw_get_query_result()
356 nv50_hw_create_query(struct nv50_context *nv50, unsigned type, unsigned index) in nv50_hw_create_query()
Dnv50_tex.c221 nv50_update_tic(struct nv50_context *nv50, struct nv50_tic_entry *tic, in nv50_update_tic()
240 nv50_validate_tic(struct nv50_context *nv50, int s) in nv50_validate_tic()
333 void nv50_validate_textures(struct nv50_context *nv50) in nv50_validate_textures()
348 nv50_validate_tsc(struct nv50_context *nv50, int s) in nv50_validate_tsc()
386 void nv50_validate_samplers(struct nv50_context *nv50) in nv50_validate_samplers()
Dnv50_query_hw_sm.c146 nv50_hw_sm_query_get_cfg(struct nv50_context *nv50, struct nv50_hw_query *hq) in nv50_hw_sm_query_get_cfg()
153 nv50_hw_sm_destroy_query(struct nv50_context *nv50, struct nv50_hw_query *hq) in nv50_hw_sm_destroy_query()
162 nv50_hw_sm_begin_query(struct nv50_context *nv50, struct nv50_hw_query *hq) in nv50_hw_sm_begin_query()
215 nv50_hw_sm_end_query(struct nv50_context *nv50, struct nv50_hw_query *hq) in nv50_hw_sm_end_query()
309 struct nv50_context *nv50, bool wait, in nv50_hw_sm_query_read_data()
334 nv50_hw_sm_get_query_result(struct nv50_context *nv50, struct nv50_hw_query *hq, in nv50_hw_sm_get_query_result()
370 nv50_hw_sm_create_query(struct nv50_context *nv50, unsigned type) in nv50_hw_sm_create_query()
Dnv50_vbo.c140 nv50_emit_vtxattr(struct nv50_context *nv50, struct pipe_vertex_buffer *vb, in nv50_emit_vtxattr()
196 nv50_user_vbuf_range(struct nv50_context *nv50, unsigned vbi, in nv50_user_vbuf_range()
214 nv50_upload_user_buffers(struct nv50_context *nv50, in nv50_upload_user_buffers()
240 nv50_update_user_vbufs(struct nv50_context *nv50) in nv50_update_user_vbufs()
286 nv50_release_user_vbufs(struct nv50_context *nv50) in nv50_release_user_vbufs()
295 nv50_vertex_arrays_validate(struct nv50_context *nv50) in nv50_vertex_arrays_validate()
474 nv50_draw_arrays(struct nv50_context *nv50, in nv50_draw_arrays()
597 nv50_draw_elements(struct nv50_context *nv50, bool shorten, in nv50_draw_elements()
711 nva0_draw_stream_output(struct nv50_context *nv50, in nva0_draw_stream_output()
768 struct nv50_context *nv50 = nv50_context(pipe); in nv50_draw_vbo() local
Dnv50_context.c60 struct nv50_context *nv50 = nv50_context(pipe); in nv50_memory_barrier() local
131 nv50_context_unreference_resources(struct nv50_context *nv50) in nv50_context_unreference_resources()
167 struct nv50_context *nv50 = nv50_context(pipe); in nv50_destroy() local
193 struct nv50_context *nv50 = nv50_context(&ctx->pipe); in nv50_invalidate_resource_storage() local
275 struct nv50_context *nv50; in nv50_create() local
Dnv50_surface.c202 struct nv50_context *nv50 = nv50_context(pipe); in nv50_resource_copy_region() local
283 struct nv50_context *nv50 = nv50_context(pipe); in nv50_clear_render_target() local
374 struct nv50_context *nv50 = nv50_context(pipe); in nv50_clear_depth_stencil() local
531 struct nv50_context *nv50 = nv50_context(pipe); in nv50_clear() local
613 struct nv50_context *nv50 = nv50_context(pipe); in nv50_clear_buffer_push() local
689 struct nv50_context *nv50 = nv50_context(pipe); in nv50_clear_buffer() local
829 struct nv50_context *nv50; member
1095 struct nv50_context *nv50 = ctx->nv50; in nv50_blit_set_dst() local
1125 struct nv50_context *nv50 = blit->nv50; in nv50_blit_set_src() local
1227 struct nv50_context *nv50 = ctx->nv50; in nv50_blitctx_pre_blit() local
[all …]
Dnv50_transfer.c55 nv50_m2mf_transfer_rect(struct nv50_context *nv50, in nv50_m2mf_transfer_rect()
153 struct nv50_context *nv50 = nv50_context(&nv->pipe); in nv50_sifc_linear_u8() local
253 struct nv50_context *nv50 = nv50_context(pctx); in nv50_miptree_transfer_map() local
346 struct nv50_context *nv50 = nv50_context(pctx); in nv50_miptree_transfer_unmap() local
406 struct nv50_context *nv50 = nv50_context(&nv->pipe); in nv50_cb_push() local
Dnv50_query.c36 struct nv50_context *nv50 = nv50_context(pipe); in nv50_create_query() local
78 struct nv50_context *nv50 = nv50_context(pipe); in nv50_render_condition() local
154 nv50_init_query_functions(struct nv50_context *nv50) in nv50_init_query_functions()
Dnv50_program.c446 nv50_program_upload_code(struct nv50_context *nv50, struct nv50_program *prog) in nv50_program_upload_code()
516 nv50_program_destroy(struct nv50_context *nv50, struct nv50_program *p) in nv50_program_destroy()
Dnv50_push.c241 nv50_push_vbo(struct nv50_context *nv50, const struct pipe_draw_info *info) in nv50_push_vbo()
Dnv84_video.c267 struct nv50_context *nv50 = (struct nv50_context *)context; in nv84_create_decoder() local
/external/libdrm/nouveau/
Dnouveau.h104 } nv50; member