Home
last modified time | relevance | path

Searched refs:vc4_context (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_state.c53 struct vc4_context *vc4 = vc4_context(pctx); in vc4_set_blend_color()
64 struct vc4_context *vc4 = vc4_context(pctx); in vc4_set_stencil_ref()
73 struct vc4_context *vc4 = vc4_context(pctx); in vc4_set_clip_state()
81 struct vc4_context *vc4 = vc4_context(pctx); in vc4_set_sample_mask()
284 struct vc4_context *vc4 = vc4_context(pctx); in vc4_set_polygon_stipple()
295 struct vc4_context *vc4 = vc4_context(pctx); in vc4_set_scissor_states()
307 struct vc4_context *vc4 = vc4_context(pctx); in vc4_set_viewport_states()
317 struct vc4_context *vc4 = vc4_context(pctx); in vc4_set_vertex_buffers()
330 struct vc4_context *vc4 = vc4_context(pctx); in vc4_blend_state_bind()
338 struct vc4_context *vc4 = vc4_context(pctx); in vc4_rasterizer_state_bind()
[all …]
Dvc4_context.h315 struct vc4_context { struct
432 static inline struct vc4_context *
433 vc4_context(struct pipe_context *pcontext) in vc4_context() function
435 return (struct vc4_context *)pcontext; in vc4_context()
459 int vc4_simulator_flush(struct vc4_context *vc4,
476 void vc4_write_uniforms(struct vc4_context *vc4,
482 void vc4_job_init(struct vc4_context *vc4);
483 struct vc4_job *vc4_get_job(struct vc4_context *vc4,
486 struct vc4_job *vc4_get_job_for_fbo(struct vc4_context *vc4);
488 void vc4_job_submit(struct vc4_context *vc4, struct vc4_job *job);
[all …]
Dvc4_context.c43 struct vc4_context *vc4 = vc4_context(pctx); in vc4_flush()
56 struct vc4_context *vc4 = vc4_context(pctx); in vc4_pipe_flush()
82 struct vc4_context *vc4 = vc4_context(pctx); in vc4_invalidate_resource()
100 struct vc4_context *vc4 = vc4_context(pctx); in vc4_context_destroy()
127 struct vc4_context *vc4; in vc4_context_create()
133 vc4 = rzalloc(NULL, struct vc4_context); in vc4_context_create()
Dvc4_draw.c75 vc4_start_draw(struct vc4_context *vc4) in vc4_start_draw()
116 struct vc4_context *vc4 = vc4_context(pctx); in vc4_predraw_check_textures()
132 vc4_emit_gl_shader_state(struct vc4_context *vc4, in vc4_emit_gl_shader_state()
275 struct vc4_context *vc4 = vc4_context(pctx); in vc4_hw_2116_workaround()
288 struct vc4_context *vc4 = vc4_context(pctx); in vc4_draw_vbo()
550 struct vc4_context *vc4 = vc4_context(pctx); in vc4_clear()
Dvc4_job.c42 vc4_job_free(struct vc4_context *vc4, struct vc4_job *job) in vc4_job_free()
78 vc4_job_create(struct vc4_context *vc4) in vc4_job_create()
99 vc4_flush_jobs_writing_resource(struct vc4_context *vc4, in vc4_flush_jobs_writing_resource()
111 vc4_flush_jobs_reading_resource(struct vc4_context *vc4, in vc4_flush_jobs_reading_resource()
168 vc4_get_job(struct vc4_context *vc4, in vc4_get_job()
227 vc4_get_job_for_fbo(struct vc4_context *vc4) in vc4_get_job_for_fbo()
371 vc4_job_submit(struct vc4_context *vc4, struct vc4_job *job) in vc4_job_submit()
527 vc4_job_init(struct vc4_context *vc4) in vc4_job_init()
Dvc4_blit.c53 struct vc4_context *vc4 = vc4_context(pctx); in vc4_tile_blit()
165 vc4_blitter_save(struct vc4_context *vc4) in vc4_blitter_save()
189 struct vc4_context *vc4 = vc4_context(ctx); in vc4_render_blit()
DMakefile.sources15 vc4_context.c \
16 vc4_context.h \
Dvc4_emit.c29 struct vc4_context *vc4 = vc4_context(pctx); in vc4_emit_state()
Dvc4_program.c2219 vc4_shader_ntq(struct vc4_context *vc4, enum qstage stage, in vc4_shader_ntq()
2423 struct vc4_context *vc4 = vc4_context(pctx); in vc4_shader_state_create()
2499 vc4_setup_compiled_fs_inputs(struct vc4_context *vc4, struct vc4_compile *c, in vc4_setup_compiled_fs_inputs()
2564 vc4_get_compiled_shader(struct vc4_context *vc4, enum qstage stage, in vc4_get_compiled_shader()
2679 vc4_setup_shared_key(struct vc4_context *vc4, struct vc4_key *key, in vc4_setup_shared_key()
2714 vc4_update_compiled_fs(struct vc4_context *vc4, uint8_t prim_mode) in vc4_update_compiled_fs()
2790 vc4_update_compiled_vs(struct vc4_context *vc4, uint8_t prim_mode) in vc4_update_compiled_vs()
2836 vc4_update_compiled_shaders(struct vc4_context *vc4, uint8_t prim_mode) in vc4_update_compiled_shaders()
2916 struct vc4_context *vc4 = vc4_context(pctx); in vc4_shader_state_delete()
2936 struct vc4_context *vc4 = vc4_context(pctx); in vc4_fp_state_bind()
[all …]
Dmeson.build35 'vc4_context.c',
36 'vc4_context.h',
Dvc4_resource.c78 struct vc4_context *vc4 = vc4_context(pctx); in vc4_resource_transfer_unmap()
155 struct vc4_context *vc4 = vc4_context(pctx); in vc4_resource_transfer_map()
1157 struct vc4_context *vc4 = vc4_context(pctx); in vc4_get_shadow_index_buffer()
Dvc4_uniforms.c190 vc4_upload_ubo(struct vc4_context *vc4, in vc4_upload_ubo()
210 vc4_write_uniforms(struct vc4_context *vc4, struct vc4_compiled_shader *shader, in vc4_write_uniforms()
Dvc4_bufmgr.h32 struct vc4_context;
Dvc4_register_allocate.c109 vc4_alloc_reg_set(struct vc4_context *vc4) in vc4_alloc_reg_set()
254 vc4_register_allocate(struct vc4_context *vc4, struct vc4_compile *c) in vc4_register_allocate()
Dvc4_qpu_emit.c589 vc4_generate_code(struct vc4_context *vc4, struct vc4_compile *c) in vc4_generate_code()
Dvc4_simulator.c363 vc4_simulator_flush(struct vc4_context *vc4, in vc4_simulator_flush()
Dvc4_qir.h413 struct vc4_context *vc4;