Home
last modified time | relevance | path

Searched refs:gallium (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.c1074 struct pipe_context *gallium = (struct pipe_context *) ctx; in panfrost_create_context() local
1077 gallium->screen = screen; in panfrost_create_context()
1079 gallium->destroy = panfrost_destroy; in panfrost_create_context()
1081 gallium->set_framebuffer_state = panfrost_set_framebuffer_state; in panfrost_create_context()
1083 gallium->flush = panfrost_flush; in panfrost_create_context()
1084 gallium->clear = panfrost_clear; in panfrost_create_context()
1085 gallium->texture_barrier = panfrost_texture_barrier; in panfrost_create_context()
1086 gallium->set_frontend_noop = panfrost_set_frontend_noop; in panfrost_create_context()
1088 gallium->set_vertex_buffers = panfrost_set_vertex_buffers; in panfrost_create_context()
1089 gallium in panfrost_create_context()
[all...]
H A Dpan_job.c616 struct pipe_context *gallium = (struct pipe_context *) ctx; in panfrost_batch_submit_ioctl() local
617 struct panfrost_device *dev = pan_device(gallium->screen); in panfrost_batch_submit_ioctl()
955 * the scissor test were enabled from the GL side, the gallium frontend in panfrost_batch_clear()

Completed in 4 milliseconds