| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_scratch.c | 67 panfrost_get_stack_shift(unsigned stack_size) argument 69 if (stack_size) 70 return util_logbase2_ceil(DIV_ROUND_UP(stack_size, 16));
|
| H A D | pan_encoder.h | 73 panfrost_get_stack_shift(unsigned stack_size);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_nir_lower_rt_intrinsics.c | 111 int32_t stack_size = nir_intrinsic_stack_size(intrin); local in function:lower_rt_intrinsics_impl 112 if (stack_size > 0) { 114 nir_iadd_imm(b, stack_base_offset, stack_size); 127 int32_t stack_size = nir_intrinsic_stack_size(intrin); local in function:lower_rt_intrinsics_impl 128 if (stack_size > 0) { 130 nir_iadd_imm(b, stack_base_offset, -stack_size);
|
| /xsrc/external/mit/freetype/dist/src/lzw/ |
| H A D | ftzopen.h | 141 FT_Offset stack_size; member in struct:FT_LzwStateRec_
|
| H A D | ftzopen.c | 121 if ( state->stack_top >= state->stack_size ) 125 FT_Offset old_size = state->stack_size; 148 state->stack_size = new_size; 221 state->stack_size = sizeof ( state->stack_0 ); 247 if ( state->stack_top >= state->stack_size && \
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_job.h | 68 unsigned stack_size; member in struct:panfrost_batch
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | regalloc.c | 391 load->index = -comp->prog->stack_size; /* index sizes are negative */ 483 load->index = -comp->prog->stack_size; /* index sizes are negative */ 532 store->index = -comp->prog->stack_size; /* index sizes are negative */ 705 /* stack_size will be used to assemble the frame reg in lima_draw. 708 comp->prog->stack_size++; 742 comp->prog->stack_size = 0;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | regalloc.c | 201 load->index = -comp->prog->state.stack_size; /* index sizes are negative */ 286 load->index = -comp->prog->state.stack_size; /* index sizes are negative */ 346 store->index = -comp->prog->state.stack_size; /* index sizes are negative */ 559 /* stack_size will be used to assemble the frame reg in lima_draw. 562 comp->prog->state.stack_size++; 598 comp->prog->state.stack_size = 0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ |
| H A D | lima_context.h | 57 int stack_size; member in struct:lima_fs_shader_state
|
| /xsrc/external/mit/MesaLib/dist/include/android_stub/backtrace/ |
| H A D | Backtrace.h | 89 size_t stack_size; // The size of the stack, zero indicate an unknown stack size. member in struct:backtrace_frame_data_t
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | regalloc.c | 52 unsigned stack_size; member in struct:regalloc_ctx 246 ctx->stack[ctx->stack_size++] = i; 267 ctx->stack_size = 0; 283 if (ctx->stack_size < ctx->comp->cur_reg) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/ |
| H A D | gtest-death-test.cc | 1073 const size_t stack_size = getpagesize(); local in function:testing::internal::ExecDeathTestSpawnChild 1075 void* const stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, 1083 // than 64. We assume stack and stack_size already have alignment of 1088 (stack_grows_down ? stack_size - kMaxStackAlignment : 0); 1089 GTEST_DEATH_TEST_CHECK_(stack_size > kMaxStackAlignment && 1094 GTEST_DEATH_TEST_CHECK_(munmap(stack, stack_size) != -1);
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ |
| H A D | gtest-death-test.cc | 1367 const auto stack_size = static_cast<size_t>(getpagesize()); local in function:testing::internal::ExecDeathTestSpawnChild 1369 void* const stack = mmap(nullptr, stack_size, PROT_READ | PROT_WRITE, 1377 // than 64. We assume stack and stack_size already have alignment of 1382 (stack_grows_down ? stack_size - kMaxStackAlignment : 0); 1384 static_cast<size_t>(stack_size) > kMaxStackAlignment && 1389 GTEST_DEATH_TEST_CHECK_(munmap(stack, stack_size) != -1);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| H A D | lima_context.h | 51 int stack_size; member in struct:lima_fs_compiled_shader::__anona2ef69930108
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | evergreen_textured_videofuncs.c | 222 vs_conf.stack_size = 0; 229 ps_conf.stack_size = 1;
|
| H A D | r600_textured_videofuncs.c | 241 vs_conf.stack_size = 0; 248 ps_conf.stack_size = 1;
|
| H A D | evergreen_state.h | 106 int stack_size; member in struct:__anon0a2b7a930308
|
| H A D | r600_state.h | 83 int stack_size; member in struct:__anonbd842b780408
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | evergreen_textured_videofuncs.c | 206 vs_conf.stack_size = 0; 213 ps_conf.stack_size = 1;
|
| H A D | r600_textured_videofuncs.c | 217 vs_conf.stack_size = 0; 224 ps_conf.stack_size = 1;
|
| H A D | evergreen_state.h | 104 int stack_size; member in struct:__anon924f4acb0308
|
| H A D | r600_state.h | 81 int stack_size; member in struct:__anonad3ef8b00408
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_shader_calls.c | 479 .call_idx = call_idx, .stack_size = offset); 487 nir_rt_execute_callable(b, call->src[0].ssa, call->src[1].ssa, .call_idx = call_idx, .stack_size = offset); 495 nir_rt_resume(b, .call_idx = call_idx, .stack_size = offset);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_screen.c | 927 unsigned stack_size; local in function:nv50_screen_create 1077 stack_size = util_next_power_of_two(screen->TPs) * screen->MPsInTP * 1080 ret = nouveau_bo_new(dev, NOUVEAU_BO_VRAM, 1 << 16, stack_size, NULL,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_screen.c | 1013 unsigned stack_size; local in function:nv50_screen_create 1163 stack_size = util_next_power_of_two(screen->TPs) * screen->MPsInTP * 1166 ret = nouveau_bo_new(dev, NOUVEAU_BO_VRAM, 1 << 16, stack_size, NULL,
|