OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uniform_array_size
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/gallium/drivers/vc4/
vc4_qir.c
732
if (uniform >= c->
uniform_array_size
) {
733
c->
uniform_array_size
= MAX2(MAX2(16, uniform + 1),
734
c->
uniform_array_size
* 2);
738
c->
uniform_array_size
);
741
c->
uniform_array_size
);
vc4_qir.h
490
uint32_t
uniform_array_size
;
member in struct:vc4_compile
vc4_qpu_schedule.c
[
all
...]
/external/mesa3d/src/broadcom/compiler/
vir.c
847
if (uniform >= c->
uniform_array_size
) {
848
c->
uniform_array_size
= MAX2(MAX2(16, uniform + 1),
849
c->
uniform_array_size
* 2);
853
c->
uniform_array_size
);
856
c->
uniform_array_size
);
v3d_compiler.h
492
uint32_t
uniform_array_size
;
[
all
...]
qpu_schedule.c
[
all
...]
Completed in 581 milliseconds