OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Meta
(Results
1 - 12
of
12
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
meta.c
26
*
Meta
operations. Some GL operations can be expressed in terms of
86
#include "drivers/common/
meta
.h"
155
"
meta
program compile failed:\n%s\nsource:\n%s\n",
172
_mesa_problem(ctx, "
meta
program link failed:\n%s",
212
/* texelFetch() can break GL_SKIP_DECODE_EXT, but many
meta
passes want
415
* Initialize
meta
-ops for a context.
421
assert(!ctx->
Meta
);
423
ctx->
Meta
= CALLOC_STRUCT(gl_meta_state);
427
* Free context
meta
-op state.
435
_mesa_meta_glsl_blit_cleanup(ctx, &ctx->
Meta
->Blit)
[
all
...]
meta_blit.c
48
#include "drivers/common/
meta
.h"
100
struct blit_state *blit = &ctx->
Meta
->Blit;
145
if (ctx->
Meta
->Blit.no_ctsi_fallback)
188
&ctx->
Meta
->Blit.VAO,
189
&ctx->
Meta
->Blit.buf_obj,
411
*
Meta
implementation of ctx->Driver.BlitFramebuffer() in terms
meta_generate_mipmap.c
26
*
Meta
operations. Some GL operations can be expressed in terms of
47
#include "drivers/common/
meta
.h"
61
struct gen_mipmap_state *mipmap = &ctx->
Meta
->Mipmap;
150
struct gen_mipmap_state *mipmap = &ctx->
Meta
->Mipmap;
meta.h
32
* \name Flags for
meta
operations
66
* State which we may save/restore across
meta
ops.
73
/* Always saved/restored with
meta
. */
197
* This is currently shared by all the
meta
ops. But we could create a
302
struct temp_texture Tex; /**< separate texture from other
meta
ops */
353
* All per-context
meta
state.
357
/** Stack of state saved during
meta
-ops */
394
return ctx->
Meta
->SaveStackDepth != 0;
477
/*
meta
-internal functions */
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
meta.c
26
*
Meta
operations. Some GL operations can be expressed in terms of
86
#include "drivers/common/
meta
.h"
150
"
meta
program compile failed:\n%s\nsource:\n%s\n",
167
_mesa_problem(ctx, "
meta
program link failed:\n%s",
207
/* texelFetch() can break GL_SKIP_DECODE_EXT, but many
meta
passes want
405
* Initialize
meta
-ops for a context.
411
assert(!ctx->
Meta
);
413
ctx->
Meta
= CALLOC_STRUCT(gl_meta_state);
417
* Free context
meta
-op state.
425
_mesa_meta_glsl_blit_cleanup(ctx, &ctx->
Meta
->Blit)
[
all
...]
meta_generate_mipmap.c
26
*
Meta
operations. Some GL operations can be expressed in terms of
47
#include "drivers/common/
meta
.h"
61
struct gen_mipmap_state *mipmap = &ctx->
Meta
->Mipmap;
150
struct gen_mipmap_state *mipmap = &ctx->
Meta
->Mipmap;
meta_blit.c
52
#include "drivers/common/
meta
.h"
612
struct blit_state *blit = &ctx->
Meta
->Blit;
661
if (ctx->
Meta
->Blit.no_ctsi_fallback)
710
&ctx->
Meta
->Blit.VAO,
711
&ctx->
Meta
->Blit.buf_obj,
942
*
Meta
implementation of ctx->Driver.BlitFramebuffer() in terms
meta.h
32
* \name Flags for
meta
operations
66
* State which we may save/restore across
meta
ops.
73
/* Always saved/restored with
meta
. */
198
* This is currently shared by all the
meta
ops. But we could create a
363
struct temp_texture Tex; /**< separate texture from other
meta
ops */
414
* All per-context
meta
state.
418
/** Stack of state saved during
meta
-ops */
455
return ctx->
Meta
->SaveStackDepth != 0;
547
/*
meta
-internal functions */
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nouveau_context.c
43
#include "drivers/common/
meta
.h"
211
if (ctx->
Meta
)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nouveau_context.c
43
#include "drivers/common/
meta
.h"
211
if (ctx->
Meta
)
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
mtypes.h
4578
* while
meta
is in progress.
5461
struct gl_meta_state *
Meta
; /**< for "
meta
" operations */
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
mtypes.h
4380
* while
meta
is in progress.
5040
struct gl_meta_state *
Meta
; /**< for "
meta
" operations */
Completed in 18 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026