Home
last modified time | relevance | path

Searched defs:nvc0 (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state_validate.c38 gm200_validate_sample_locations(struct nvc0_context *nvc0, unsigned ms) in gm200_validate_sample_locations()
112 nvc0_validate_sample_locations(struct nvc0_context *nvc0, unsigned ms) in nvc0_validate_sample_locations()
133 validate_sample_locations(struct nvc0_context *nvc0) in validate_sample_locations()
144 nvc0_validate_fb(struct nvc0_context *nvc0) in nvc0_validate_fb()
275 nvc0_validate_blend_colour(struct nvc0_context *nvc0) in nvc0_validate_blend_colour()
287 nvc0_validate_stencil_ref(struct nvc0_context *nvc0) in nvc0_validate_stencil_ref()
297 nvc0_validate_stipple(struct nvc0_context *nvc0) in nvc0_validate_stipple()
308 nvc0_validate_scissor(struct nvc0_context *nvc0) in nvc0_validate_scissor()
340 nvc0_validate_viewport(struct nvc0_context *nvc0) in nvc0_validate_viewport()
397 nvc0_validate_window_rects(struct nvc0_context *nvc0) in nvc0_validate_window_rects()
[all …]
Dnvc0_shader_state.c34 nvc0_program_update_context_state(struct nvc0_context *nvc0, in nvc0_program_update_context_state()
50 nvc0_program_validate(struct nvc0_context *nvc0, struct nvc0_program *prog) in nvc0_program_validate()
69 nvc0_program_sp_start_id(struct nvc0_context *nvc0, int stage, in nvc0_program_sp_start_id()
86 nvc0_vertprog_validate(struct nvc0_context *nvc0) in nvc0_vertprog_validate()
106 nvc0_fragprog_validate(struct nvc0_context *nvc0) in nvc0_fragprog_validate()
197 nvc0_tctlprog_validate(struct nvc0_context *nvc0) in nvc0_tctlprog_validate()
225 nvc0_tevlprog_validate(struct nvc0_context *nvc0) in nvc0_tevlprog_validate()
248 nvc0_gmtyprog_validate(struct nvc0_context *nvc0) in nvc0_gmtyprog_validate()
268 nvc0_compprog_validate(struct nvc0_context *nvc0) in nvc0_compprog_validate()
281 nvc0_layer_validate(struct nvc0_context *nvc0) in nvc0_layer_validate()
[all …]
Dnvc0_compute.c121 nvc0_compute_validate_samplers(struct nvc0_context *nvc0) in nvc0_compute_validate_samplers()
136 nvc0_compute_validate_textures(struct nvc0_context *nvc0) in nvc0_compute_validate_textures()
154 nvc0_compute_invalidate_constbufs(struct nvc0_context *nvc0) in nvc0_compute_invalidate_constbufs()
167 nvc0_compute_validate_constbufs(struct nvc0_context *nvc0) in nvc0_compute_validate_constbufs()
226 nvc0_compute_validate_driverconst(struct nvc0_context *nvc0) in nvc0_compute_validate_driverconst()
242 nvc0_compute_validate_buffers(struct nvc0_context *nvc0) in nvc0_compute_validate_buffers()
279 nvc0_compute_validate_globals(struct nvc0_context *nvc0) in nvc0_compute_validate_globals()
294 nvc0_compute_invalidate_surfaces(struct nvc0_context *nvc0, const int s) in nvc0_compute_invalidate_surfaces()
314 nvc0_compute_validate_surfaces(struct nvc0_context *nvc0) in nvc0_compute_validate_surfaces()
346 nvc0_state_validate_cp(struct nvc0_context *nvc0, uint32_t mask) in nvc0_state_validate_cp()
[all …]
Dnvc0_state.c198 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_blend_state_bind() local
350 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_rasterizer_state_bind() local
428 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_zsa_state_bind() local
462 nvc0_stage_sampler_states_bind(struct nvc0_context *nvc0, in nvc0_stage_sampler_states_bind()
518 nvc0_stage_set_sampler_views(struct nvc0_context *nvc0, int s, in nvc0_stage_set_sampler_views()
637 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_sp_state_delete() local
658 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_vp_state_bind() local
674 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_fp_state_bind() local
690 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_gp_state_bind() local
706 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_tcp_state_bind() local
[all …]
Dnvc0_query_hw.c34 nvc0_hw_query_allocate(struct nvc0_context *nvc0, struct nvc0_query *q, in nvc0_hw_query_allocate()
86 nvc0_hw_query_rotate(struct nvc0_context *nvc0, struct nvc0_query *q) in nvc0_hw_query_rotate()
111 nvc0_hw_destroy_query(struct nvc0_context *nvc0, struct nvc0_query *q) in nvc0_hw_destroy_query()
126 nvc0_hw_query_write_compute_invocations(struct nvc0_context *nvc0, in nvc0_hw_query_write_compute_invocations()
142 nvc0_hw_begin_query(struct nvc0_context *nvc0, struct nvc0_query *q) in nvc0_hw_begin_query()
227 nvc0_hw_end_query(struct nvc0_context *nvc0, struct nvc0_query *q) in nvc0_hw_end_query()
308 nvc0_hw_get_query_result(struct nvc0_context *nvc0, struct nvc0_query *q, in nvc0_hw_get_query_result()
388 nvc0_hw_get_query_result_resource(struct nvc0_context *nvc0, in nvc0_hw_get_query_result_resource()
526 nvc0_hw_create_query(struct nvc0_context *nvc0, unsigned type, unsigned index) in nvc0_hw_create_query()
638 nvc0_hw_query_fifo_wait(struct nvc0_context *nvc0, struct nvc0_query *q) in nvc0_hw_query_fifo_wait()
Dnvc0_tex.c453 nvc0_update_tic(struct nvc0_context *nvc0, struct nv50_tic_entry *tic, in nvc0_update_tic()
479 nvc0_validate_tic(struct nvc0_context *nvc0, int s) in nvc0_validate_tic()
548 nve4_validate_tic(struct nvc0_context *nvc0, unsigned s) in nve4_validate_tic()
598 void nvc0_validate_textures(struct nvc0_context *nvc0) in nvc0_validate_textures()
623 nvc0_validate_tsc(struct nvc0_context *nvc0, int s) in nvc0_validate_tsc()
684 nve4_validate_tsc(struct nvc0_context *nvc0, int s) in nve4_validate_tsc()
720 void nvc0_validate_samplers(struct nvc0_context *nvc0) in nvc0_validate_samplers()
743 nvc0_upload_tsc0(struct nvc0_context *nvc0) in nvc0_upload_tsc0()
759 nve4_set_tex_handles(struct nvc0_context *nvc0) in nve4_set_tex_handles()
799 struct nvc0_context *nvc0 = nvc0_context(pipe); in nve4_create_texture_handle() local
[all …]
Dnve4_compute.c181 gm107_compute_validate_surfaces(struct nvc0_context *nvc0, in gm107_compute_validate_surfaces()
244 nve4_compute_validate_surfaces(struct nvc0_context *nvc0) in nve4_compute_validate_surfaces()
290 nve4_compute_validate_samplers(struct nvc0_context *nvc0) in nve4_compute_validate_samplers()
313 nve4_compute_set_tex_handles(struct nvc0_context *nvc0) in nve4_compute_set_tex_handles()
348 nve4_compute_validate_constbufs(struct nvc0_context *nvc0) in nve4_compute_validate_constbufs()
409 nve4_compute_validate_buffers(struct nvc0_context *nvc0) in nve4_compute_validate_buffers()
463 nve4_state_validate_cp(struct nvc0_context *nvc0, uint32_t mask) in nve4_state_validate_cp()
477 nve4_compute_upload_input(struct nvc0_context *nvc0, in nve4_compute_upload_input()
562 nve4_compute_setup_buf_cb(struct nvc0_context *nvc0, bool gp100, void *desc) in nve4_compute_setup_buf_cb()
586 nve4_compute_setup_launch_desc(struct nvc0_context *nvc0, uint32_t *qmd, in nve4_compute_setup_launch_desc()
[all …]
Dnvc0_context.c41 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_svm_migrate() local
83 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_flush() local
105 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_memory_barrier() local
190 nvc0_context_unreference_resources(struct nvc0_context *nvc0) in nvc0_context_unreference_resources()
244 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_destroy() local
283 struct nvc0_context *nvc0 = nvc0_context(&context->pipe); in nvc0_default_kick_notify() local
296 struct nvc0_context *nvc0 = nvc0_context(&ctx->pipe); in nvc0_invalidate_resource_storage() local
414 struct nvc0_context *nvc0; in nvc0_create() local
578 nvc0_bufctx_fence(struct nvc0_context *nvc0, struct nouveau_bufctx *bufctx, in nvc0_bufctx_fence()
Dnvc0_vbo.c54 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_vertex_state_create() local
177 nvc0_set_constant_vertex_attrib(struct nvc0_context *nvc0, const unsigned a) in nvc0_set_constant_vertex_attrib()
208 nvc0_user_vbuf_range(struct nvc0_context *nvc0, int vbi, in nvc0_user_vbuf_range()
226 nvc0_release_user_vbufs(struct nvc0_context *nvc0) in nvc0_release_user_vbufs()
235 nvc0_update_user_vbufs(struct nvc0_context *nvc0) in nvc0_update_user_vbufs()
280 nvc0_update_user_vbufs_shared(struct nvc0_context *nvc0) in nvc0_update_user_vbufs_shared()
320 nvc0_validate_vertex_buffers(struct nvc0_context *nvc0) in nvc0_validate_vertex_buffers()
387 nvc0_validate_vertex_buffers_shared(struct nvc0_context *nvc0) in nvc0_validate_vertex_buffers_shared()
440 nvc0_vertex_arrays_validate(struct nvc0_context *nvc0) in nvc0_vertex_arrays_validate()
572 nvc0_draw_arrays(struct nvc0_context *nvc0, in nvc0_draw_arrays()
[all …]
Dnvc0_query_sw.c68 nvc0_sw_destroy_query(struct nvc0_context *nvc0, struct nvc0_query *q) in nvc0_sw_destroy_query()
75 nvc0_sw_begin_query(struct nvc0_context *nvc0, struct nvc0_query *q) in nvc0_sw_begin_query()
90 nvc0_sw_end_query(struct nvc0_context *nvc0, struct nvc0_query *q) in nvc0_sw_end_query()
99 nvc0_sw_get_query_result(struct nvc0_context *nvc0, struct nvc0_query *q, in nvc0_sw_get_query_result()
Dnvc0_transfer.c15 nvc0_m2mf_transfer_rect(struct nvc0_context *nvc0, in nvc0_m2mf_transfer_rect()
110 nve4_m2mf_transfer_rect(struct nvc0_context *nvc0, in nve4_m2mf_transfer_rect()
203 struct nvc0_context *nvc0 = nvc0_context(&nv->pipe); in nvc0_m2mf_push_linear() local
245 struct nvc0_context *nvc0 = nvc0_context(&nv->pipe); in nve4_p2mf_push_linear() local
360 nvc0_mt_sync(struct nvc0_context *nvc0, struct nv50_miptree *mt, unsigned usage) in nvc0_mt_sync()
380 struct nvc0_context *nvc0 = nvc0_context(pctx); in nvc0_miptree_transfer_map() local
499 struct nvc0_context *nvc0 = nvc0_context(pctx); in nvc0_miptree_transfer_unmap() local
543 struct nvc0_context *nvc0 = nvc0_context(&nv->pipe); in nvc0_cb_push() local
613 nvc0_init_transfer_functions(struct nvc0_context *nvc0) in nvc0_init_transfer_functions()
Dnvc0_surface.c214 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_resource_copy_region() local
296 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_clear_render_target() local
378 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_clear_buffer_push_nvc0() local
427 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_clear_buffer_push_nve4() local
474 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_clear_buffer_push() local
501 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_clear_buffer() local
632 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_clear_depth_stencil() local
700 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_clear() local
798 struct nvc0_context *nvc0 = nvc0_context(pipe); in gm200_evaluate_depth_buffer() local
826 struct nvc0_context *nvc0; member
[all …]
Dnvc0_query_hw_metric.c445 nvc0_hw_metric_query_get_cfg(struct nvc0_context *nvc0, struct nvc0_hw_query *hq) in nvc0_hw_metric_query_get_cfg()
465 nvc0_hw_metric_destroy_query(struct nvc0_context *nvc0, in nvc0_hw_metric_destroy_query()
478 nvc0_hw_metric_begin_query(struct nvc0_context *nvc0, struct nvc0_hw_query *hq) in nvc0_hw_metric_begin_query()
493 nvc0_hw_metric_end_query(struct nvc0_context *nvc0, struct nvc0_hw_query *hq) in nvc0_hw_metric_end_query()
667 nvc0_hw_metric_get_query_result(struct nvc0_context *nvc0, in nvc0_hw_metric_get_query_result()
717 nvc0_hw_metric_create_query(struct nvc0_context *nvc0, unsigned type) in nvc0_hw_metric_create_query()
Dnvc0_program.c761 nvc0_program_alloc_code(struct nvc0_context *nvc0, struct nvc0_program *prog) in nvc0_program_alloc_code()
813 nvc0_program_upload_code(struct nvc0_context *nvc0, struct nvc0_program *prog) in nvc0_program_upload_code()
861 nvc0_program_upload(struct nvc0_context *nvc0, struct nvc0_program *prog) in nvc0_program_upload()
951 nvc0_program_library_upload(struct nvc0_context *nvc0) in nvc0_program_library_upload()
977 nvc0_program_destroy(struct nvc0_context *nvc0, struct nvc0_program *prog) in nvc0_program_destroy()
1003 nvc0_program_init_tcp_empty(struct nvc0_context *nvc0) in nvc0_program_init_tcp_empty()
Dnvc0_query.c37 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_create_query() local
100 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_render_condition() local
271 nvc0_init_query_functions(struct nvc0_context *nvc0) in nvc0_init_query_functions()
Dnvc0_vbo_translate.c43 nvc0_push_context_init(struct nvc0_context *nvc0, struct push_context *ctx) in nvc0_push_context_init()
64 nvc0_vertex_configure_translate(struct nvc0_context *nvc0, int32_t index_bias) in nvc0_vertex_configure_translate()
91 nvc0_push_map_idxbuf(struct push_context *ctx, struct nvc0_context *nvc0, in nvc0_push_map_idxbuf()
104 nvc0_push_map_edgeflag(struct push_context *ctx, struct nvc0_context *nvc0, in nvc0_push_map_edgeflag()
220 nvc0_push_setup_vertex_array(struct nvc0_context *nvc0, const unsigned count) in nvc0_push_setup_vertex_array()
494 nvc0_push_vbo_indirect(struct nvc0_context *nvc0, const struct pipe_draw_info *info, in nvc0_push_vbo_indirect()
559 nvc0_push_vbo(struct nvc0_context *nvc0, const struct pipe_draw_info *info, in nvc0_push_vbo()
713 struct nvc0_context *nvc0, in nvc0_push_upload_vertex_ids()
Dnvc0_query_hw_sm.c2282 nvc0_hw_sm_query_get_cfg(struct nvc0_context *nvc0, struct nvc0_hw_query *hq) in nvc0_hw_sm_query_get_cfg()
2302 nvc0_hw_sm_destroy_query(struct nvc0_context *nvc0, struct nvc0_hw_query *hq) in nvc0_hw_sm_destroy_query()
2311 nve4_hw_sm_begin_query(struct nvc0_context *nvc0, struct nvc0_hw_query *hq) in nve4_hw_sm_begin_query()
2396 nvc0_hw_sm_begin_query(struct nvc0_context *nvc0, struct nvc0_hw_query *hq) in nvc0_hw_sm_begin_query()
2501 nvc0_hw_sm_upload_input(struct nvc0_context *nvc0, struct nvc0_hw_query *hq) in nvc0_hw_sm_upload_input()
2535 nvc0_hw_sm_end_query(struct nvc0_context *nvc0, struct nvc0_hw_query *hq) in nvc0_hw_sm_end_query()
2624 struct nvc0_context *nvc0, bool wait, in nvc0_hw_sm_query_read_data()
2650 struct nvc0_context *nvc0, bool wait, in nve4_hw_sm_query_read_data()
2681 nvc0_hw_sm_get_query_result(struct nvc0_context *nvc0, struct nvc0_hw_query *hq, in nvc0_hw_sm_get_query_result()
2717 nvc0_hw_sm_create_query(struct nvc0_context *nvc0, unsigned type) in nvc0_hw_sm_create_query()
Dnvc0_video.c95 struct nvc0_context *nvc0 = nvc0_context(context); in nvc0_create_decoder() local
Dnvc0_context.h314 nvc0_resource_fence(struct nvc0_context *nvc0, struct nv04_resource *res, uint32_t flags) in nvc0_resource_fence()
324 nvc0_resource_validate(struct nvc0_context *nvc0, struct nv04_resource *res, uint32_t flags) in nvc0_resource_validate()
Dnvc0_screen.c660 struct nvc0_context *nvc0 = nvc0_context(pcontext); in nvc0_screen_fence_emit() local
/external/libdrm/nouveau/
Dabi16.c63 struct nvc0_fifo *nvc0 = obj->data; in abi16_chan_nvc0() local
Dnouveau.h108 } nvc0; member
/external/mesa3d/src/gallium/winsys/nouveau/drm/
Dnouveau.h71 } nvc0; member