Home
last modified time | relevance | path

Searched defs:vc4 (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_state.c53 struct vc4_context *vc4 = vc4_context(pctx); in vc4_set_blend_color() local
64 struct vc4_context *vc4 = vc4_context(pctx); in vc4_set_stencil_ref() local
73 struct vc4_context *vc4 = vc4_context(pctx); in vc4_set_clip_state() local
81 struct vc4_context *vc4 = vc4_context(pctx); in vc4_set_sample_mask() local
261 struct vc4_context *vc4 = vc4_context(pctx); in vc4_set_polygon_stipple() local
272 struct vc4_context *vc4 = vc4_context(pctx); in vc4_set_scissor_states() local
284 struct vc4_context *vc4 = vc4_context(pctx); in vc4_set_viewport_states() local
294 struct vc4_context *vc4 = vc4_context(pctx); in vc4_set_vertex_buffers() local
308 struct vc4_context *vc4 = vc4_context(pctx); in vc4_set_index_buffer() local
325 struct vc4_context *vc4 = vc4_context(pctx); in vc4_blend_state_bind() local
[all …]
Dvc4_context.c43 struct vc4_context *vc4 = vc4_context(pctx); in vc4_flush() local
56 struct vc4_context *vc4 = vc4_context(pctx); in vc4_pipe_flush() local
72 struct vc4_context *vc4 = vc4_context(pctx); in vc4_invalidate_resource() local
90 struct vc4_context *vc4 = vc4_context(pctx); in vc4_context_destroy() local
117 struct vc4_context *vc4; in vc4_context_create() local
Dvc4_job.c41 vc4_job_free(struct vc4_context *vc4, struct vc4_job *job) in vc4_job_free()
77 vc4_job_create(struct vc4_context *vc4) in vc4_job_create()
96 vc4_flush_jobs_writing_resource(struct vc4_context *vc4, in vc4_flush_jobs_writing_resource()
108 vc4_flush_jobs_reading_resource(struct vc4_context *vc4, in vc4_flush_jobs_reading_resource()
160 vc4_get_job(struct vc4_context *vc4, in vc4_get_job()
219 vc4_get_job_for_fbo(struct vc4_context *vc4) in vc4_get_job_for_fbo()
356 vc4_job_submit(struct vc4_context *vc4, struct vc4_job *job) in vc4_job_submit()
513 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() local
165 vc4_blitter_save(struct vc4_context *vc4) in vc4_blitter_save()
189 struct vc4_context *vc4 = vc4_context(ctx); in vc4_render_blit() local
Dvc4_draw.c75 vc4_start_draw(struct vc4_context *vc4) in vc4_start_draw()
123 struct vc4_context *vc4 = vc4_context(pctx); in vc4_predraw_check_textures() local
138 vc4_emit_gl_shader_state(struct vc4_context *vc4, in vc4_emit_gl_shader_state()
271 struct vc4_context *vc4 = vc4_context(pctx); in vc4_hw_2116_workaround() local
284 struct vc4_context *vc4 = vc4_context(pctx); in vc4_draw_vbo() local
495 struct vc4_context *vc4 = vc4_context(pctx); in vc4_clear() local
Dvc4_register_allocate.c107 vc4_alloc_reg_set(struct vc4_context *vc4) in vc4_alloc_reg_set()
209 vc4_register_allocate(struct vc4_context *vc4, struct vc4_compile *c) in vc4_register_allocate()
Dvc4_emit.c29 struct vc4_context *vc4 = vc4_context(pctx); in vc4_emit_state() local
Dvc4_program.c2188 vc4_shader_ntq(struct vc4_context *vc4, enum qstage stage, in vc4_shader_ntq()
2385 struct vc4_context *vc4 = vc4_context(pctx); in vc4_shader_state_create() local
2458 vc4_setup_compiled_fs_inputs(struct vc4_context *vc4, struct vc4_compile *c, in vc4_setup_compiled_fs_inputs()
2523 vc4_get_compiled_shader(struct vc4_context *vc4, enum qstage stage, in vc4_get_compiled_shader()
2631 vc4_setup_shared_key(struct vc4_context *vc4, struct vc4_key *key, in vc4_setup_shared_key()
2666 vc4_update_compiled_fs(struct vc4_context *vc4, uint8_t prim_mode) in vc4_update_compiled_fs()
2743 vc4_update_compiled_vs(struct vc4_context *vc4, uint8_t prim_mode) in vc4_update_compiled_vs()
2789 vc4_update_compiled_shaders(struct vc4_context *vc4, uint8_t prim_mode) in vc4_update_compiled_shaders()
2864 struct vc4_context *vc4 = vc4_context(pctx); in vc4_shader_state_delete() local
2880 struct vc4_context *vc4 = vc4_context(pctx); in vc4_fp_state_bind() local
[all …]
Dvc4_uniforms.c189 vc4_upload_ubo(struct vc4_context *vc4, in vc4_upload_ubo()
209 vc4_write_uniforms(struct vc4_context *vc4, struct vc4_compiled_shader *shader, in vc4_write_uniforms()
Dvc4_resource.c74 struct vc4_context *vc4 = vc4_context(pctx); in vc4_resource_transfer_unmap() local
151 struct vc4_context *vc4 = vc4_context(pctx); in vc4_resource_transfer_map() local
986 struct vc4_context *vc4 = vc4_context(pctx); in vc4_get_shadow_index_buffer() local
Dvc4_qpu_emit.c582 vc4_generate_code(struct vc4_context *vc4, struct vc4_compile *c) in vc4_generate_code()
Dvc4_simulator.c362 vc4_simulator_flush(struct vc4_context *vc4, in vc4_simulator_flush()
Dvc4_qir.h414 struct vc4_context *vc4; member
/external/clang/test/Sema/
Dext_vector_conversions.c8 char4 vc4; in test() local
/external/valgrind/drd/tests/
Dunit_vc.c64 VectorClock vc4; in vc_unittest() local
/external/libdrm/
Dconfigure.ac135 AC_ARG_ENABLE(vc4, optenable