| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | 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;
|
| H A D | mtypes.h | 4399 unsigned StackSize; /**< Number of elements in Stack */ member in struct:gl_matrix_stack
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | 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;
|
| H A D | mtypes.h | 4591 unsigned StackSize; /**< Number of elements in Stack */ member in struct:gl_matrix_stack
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | genX_pipeline.c | 2074 vfe.StackSize = 0;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | genX_pipeline.c | 2654 vfe.StackSize = 0;
|
| /xsrc/external/mit/MesaLib.old/src/intel/genxml/ |
| H A D | gen10_pack.h | 8404 uint32_t StackSize; member in struct:GEN10_MEDIA_VFE_STATE 8465 __gen_uint(values->StackSize, 4, 7);
|
| H A D | gen11_pack.h | 8497 uint32_t StackSize; member in struct:GEN11_MEDIA_VFE_STATE 8525 __gen_uint(values->StackSize, 4, 7);
|
| H A D | gen75_pack.h | 6198 uint32_t StackSize; member in struct:GEN75_MEDIA_VFE_STATE 6253 __gen_uint(values->StackSize, 4, 7);
|
| H A D | gen8_pack.h | 6857 uint32_t StackSize; member in struct:GEN8_MEDIA_VFE_STATE 6912 __gen_uint(values->StackSize, 4, 7);
|
| H A D | gen9_pack.h | 8321 uint32_t StackSize; member in struct:GEN9_MEDIA_VFE_STATE 8373 __gen_uint(values->StackSize, 4, 7);
|
| /xsrc/external/mit/MesaLib/src/intel/genxml/ |
| H A D | gen10_pack.h | 8404 uint32_t StackSize; member in struct:GEN10_MEDIA_VFE_STATE 8465 __gen_uint(values->StackSize, 4, 7);
|
| H A D | gen11_pack.h | 8981 uint32_t StackSize; member in struct:GFX11_MEDIA_VFE_STATE 9009 __gen_uint(values->StackSize, 4, 7);
|
| H A D | gen75_pack.h | 6214 uint32_t StackSize; member in struct:GFX75_MEDIA_VFE_STATE 6269 __gen_uint(values->StackSize, 4, 7);
|
| H A D | gen8_pack.h | 6873 uint32_t StackSize; member in struct:GFX8_MEDIA_VFE_STATE 6928 __gen_uint(values->StackSize, 4, 7);
|
| H A D | gen9_pack.h | 8337 uint32_t StackSize; member in struct:GFX9_MEDIA_VFE_STATE 8389 __gen_uint(values->StackSize, 4, 7);
|
| H A D | gen12_pack.h | 9791 uint32_t StackSize; member in struct:GFX12_MEDIA_VFE_STATE 9819 __gen_uint(values->StackSize, 4, 7);
|