OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nr_blocks
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
bi_opt_push_ubo.c
59
unsigned
nr_blocks
;
member in struct:bi_ubo_analysis
67
.
nr_blocks
= ctx->nir->info.num_ubos + 1,
70
res.blocks = calloc(res.
nr_blocks
, sizeof(struct bi_ubo_block));
79
assert(ubo < res.
nr_blocks
);
100
for (signed ubo = analysis->
nr_blocks
- 1; ubo >= 0; --ubo) {
157
assert(ubo < analysis.
nr_blocks
);
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
mir_promote_uniforms.c
66
unsigned
nr_blocks
;
member in struct:mir_ubo_analysis
74
.
nr_blocks
= ctx->nir->info.num_ubos + 1,
77
res.blocks = calloc(res.
nr_blocks
, sizeof(struct mir_ubo_block));
85
assert(ubo < res.
nr_blocks
);
103
for (signed ubo = analysis->
nr_blocks
- 1; ubo >= 0; --ubo) {
131
printf("%u blocks\n", res->
nr_blocks
);
133
for (unsigned i = 0; i < res->
nr_blocks
; ++i) {
159
for (unsigned i = 0; i < analysis->
nr_blocks
; ++i) {
304
assert(ubo < analysis.
nr_blocks
);
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
t_draw.c
52
tnl->block[tnl->
nr_blocks
++] = space;
61
for (GLuint i = 0; i < tnl->
nr_blocks
; i++)
64
tnl->
nr_blocks
= 0;
t_context.c
87
tnl->
nr_blocks
= 0;
t_context.h
569
GLuint
nr_blocks
;
member in struct:__anon2698
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
t_draw.c
53
tnl->block[tnl->
nr_blocks
++] = space;
62
for (i = 0; i < tnl->
nr_blocks
; i++)
64
tnl->
nr_blocks
= 0;
t_context.c
86
tnl->
nr_blocks
= 0;
t_context.h
569
GLuint
nr_blocks
;
member in struct:__anon5017
Completed in 11 milliseconds
Indexes created Thu Jul 30 00:24:59 UTC 2026