OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StackSize
(Results
1 - 17
of
17
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
matrix.c
246
if (stack->Depth + 1 >= stack->
StackSize
) {
247
unsigned new_stack_size = stack->
StackSize
* 2;
257
for (i = stack->
StackSize
; i < new_stack_size; i++)
261
stack->
StackSize
= new_stack_size;
668
stack->
StackSize
= 1;
685
for (i = 0; i < stack->
StackSize
; i++) {
690
stack->
StackSize
= 0;
mtypes.h
4399
unsigned
StackSize
; /**< Number of elements in Stack */
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
matrix.c
308
if (stack->Depth + 1 >= stack->
StackSize
) {
309
unsigned new_stack_size = stack->
StackSize
* 2;
319
for (i = stack->
StackSize
; i < new_stack_size; i++)
323
stack->
StackSize
= new_stack_size;
999
stack->
StackSize
= 1;
1014
stack->
StackSize
= 0;
mtypes.h
4591
unsigned
StackSize
; /**< Number of elements in Stack */
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
genX_pipeline.c
2074
vfe.
StackSize
= 0;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
genX_pipeline.c
2654
vfe.
StackSize
= 0;
/xsrc/external/mit/MesaLib/src/intel/genxml/
gen10_pack.h
8404
uint32_t
StackSize
;
8465
__gen_uint(values->
StackSize
, 4, 7);
gen11_pack.h
8981
uint32_t
StackSize
;
9009
__gen_uint(values->
StackSize
, 4, 7);
gen75_pack.h
6214
uint32_t
StackSize
;
6269
__gen_uint(values->
StackSize
, 4, 7);
gen8_pack.h
6873
uint32_t
StackSize
;
6928
__gen_uint(values->
StackSize
, 4, 7);
gen9_pack.h
8337
uint32_t
StackSize
;
8389
__gen_uint(values->
StackSize
, 4, 7);
gen12_pack.h
9791
uint32_t
StackSize
;
9819
__gen_uint(values->
StackSize
, 4, 7);
/xsrc/external/mit/MesaLib.old/src/intel/genxml/
gen10_pack.h
8404
uint32_t
StackSize
;
8465
__gen_uint(values->
StackSize
, 4, 7);
gen11_pack.h
8497
uint32_t
StackSize
;
8525
__gen_uint(values->
StackSize
, 4, 7);
gen75_pack.h
6198
uint32_t
StackSize
;
6253
__gen_uint(values->
StackSize
, 4, 7);
gen8_pack.h
6857
uint32_t
StackSize
;
6912
__gen_uint(values->
StackSize
, 4, 7);
gen9_pack.h
8321
uint32_t
StackSize
;
8373
__gen_uint(values->
StackSize
, 4, 7);
Completed in 114 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026