OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gallium
(Results
1 - 7
of
7
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
pan_allocate.c
43
struct pipe_context *
gallium
= (struct pipe_context *) ctx;
local
44
struct panfrost_screen *screen = pan_screen(
gallium
->screen);
83
struct pipe_context *
gallium
= (struct pipe_context *) ctx;
local
84
struct panfrost_screen *screen = pan_screen(
gallium
->screen);
pan_drm.c
208
struct pipe_context *
gallium
= (struct pipe_context *) ctx;
local
209
struct panfrost_screen *screen = pan_screen(
gallium
->screen);
274
struct pipe_context *
gallium
= (struct pipe_context *) ctx;
local
275
struct panfrost_screen *screen = pan_screen(
gallium
->screen);
302
struct pipe_context *
gallium
= (struct pipe_context *) ctx;
local
303
struct panfrost_screen *screen = pan_screen(
gallium
->screen);
316
gallium
->screen->fence_reference(
gallium
->screen, fence, NULL);
350
struct pipe_context *
gallium
= (struct pipe_context *) ctx;
local
351
struct panfrost_screen *screen = pan_screen(
gallium
->screen)
[
all
...]
pan_resource.c
509
/*
Gallium
expects writeback here, so we tile */
522
struct pipe_context *
gallium
= (struct pipe_context *) ctx;
local
523
struct panfrost_screen *screen = pan_screen(
gallium
->screen);
pan_context.c
87
struct pipe_context *
gallium
= (struct pipe_context *) ctx;
local
88
struct panfrost_screen *screen = pan_screen(
gallium
->screen);
116
struct pipe_context *
gallium
= (struct pipe_context *) ctx;
local
117
struct panfrost_screen *screen = pan_screen(
gallium
->screen);
570
out->ref = 0; /*
Gallium
gets it from elsewhere */
1342
struct pipe_context *
gallium
= (struct pipe_context *) ctx;
local
1343
struct panfrost_screen *screen = pan_screen(
gallium
->screen);
2494
struct pipe_context *
gallium
= (struct pipe_context *) ctx;
local
2495
struct panfrost_screen *screen = pan_screen(
gallium
->screen);
2524
struct pipe_context *
gallium
= (struct pipe_context *) ctx
local
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
vbo_save.h
74
}
gallium
;
member in struct:vbo_save_vertex_list::__anon2713
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
pan_job.c
565
struct pipe_context *
gallium
= (struct pipe_context *) ctx;
local
566
struct panfrost_device *dev = pan_device(
gallium
->screen);
882
* the
Gallium
clear callback, which clears the whole framebuffer. If
883
* the scissor test were enabled from the GL side, the
gallium
frontend
pan_context.c
407
* Core
Gallium
stores output->register_index as a "slot" number, where
433
/* Map
Gallium
's condensed "slots" back to real VARYING_SLOT_* enums */
1036
struct pipe_context *
gallium
= (struct pipe_context *) ctx;
local
1039
gallium
->screen = screen;
1041
gallium
->destroy = panfrost_destroy;
1043
gallium
->set_framebuffer_state = panfrost_set_framebuffer_state;
1045
gallium
->flush = panfrost_flush;
1046
gallium
->clear = panfrost_clear;
1047
gallium
->texture_barrier = panfrost_texture_barrier;
1048
gallium
->set_frontend_noop = panfrost_set_frontend_noop
[
all
...]
Completed in 8 milliseconds
Indexes created Wed Apr 08 00:23:23 UTC 2026