Searched refs:reload (Results 1 - 25 of 127) sorted by relevance

123456

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_lower_spill.c78 split_reload(struct ir3_instruction *reload) argument
80 unsigned orig_components = reload->srcs[2]->uim_val;
82 assert(reload->deps_count == 0);
85 if (reload->dsts[0]->flags & IR3_REG_ARRAY) {
86 reload->dsts[0]->wrmask = MASK(orig_components);
87 reload->dsts[0]->num = reload->dsts[0]->array.base;
88 reload->dsts[0]->flags &= ~IR3_REG_ARRAY;
95 struct ir3_instruction *clone = ir3_instr_clone(reload);
96 ir3_instr_move_before(clone, reload);
[all...]
H A Dir3_spill.c71 * insert the reload code for them last. Keep track of whether this interval
751 /* There's a corner case where we reload a value which has overlapping live
822 reload(struct ra_spill_ctx *ctx, struct ir3_register *reg, function in typeref:struct:ir3_register *
831 struct ir3_instruction *reload = local in function:reload
833 struct ir3_register *dst = __ssa_dst(reload);
835 ir3_src_create(reload, INVALID_REG, ctx->base_reg->flags)->def = ctx->base_reg;
837 ir3_src_create(reload, INVALID_REG, IR3_REG_IMMED);
839 ir3_src_create(reload, INVALID_REG, IR3_REG_IMMED)->uim_val = elems;
840 reload->cat6.type = (reg->flags & IR3_REG_HALF) ? TYPE_U16 : TYPE_U32;
856 ir3_instr_move_before(reload, afte
[all...]
H A Ddisasm-a3xx.c352 OPC(6, OPC_RELOAD_MACRO, reload.macro),
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_resource.h54 bool reload; member in struct:lima_surface
H A Dlima_draw.c222 /* for EGL_KHR_partial_update we just want to reload the
229 if (surf->reload)
703 /* no need to reload if cleared */
706 surf->reload = false;
1680 /* this surface may need reload when next draw if not end of frame */
1682 surf->reload = !end_of_frame;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_resource.h68 unsigned reload; member in struct:lima_surface
H A Dlima_job.c312 * we need to reload damage region, otherwise just want to reload
318 else if (surf->reload & PIPE_CLEAR_COLOR0)
331 if (surf->reload & (PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL))
380 if (surf->reload & PIPE_CLEAR_DEPTH)
382 if (surf->reload & PIPE_CLEAR_STENCIL) {
445 false, "reload plbu cmd at va %x\n", va);
1041 /* Set reload flags for next draw. It'll be unset if buffer is cleared */
1044 surf->reload = PIPE_CLEAR_COLOR0;
1049 surf->reload
[all...]
H A Dlima_resource.c587 surf->reload = 0;
589 surf->reload |= PIPE_CLEAR_STENCIL;
591 surf->reload |= PIPE_CLEAR_DEPTH;
593 surf->reload |= PIPE_CLEAR_COLOR0;
H A Dlima_draw.c150 /* no need to reload if cleared */
153 surf->reload &= ~PIPE_CLEAR_COLOR0;
178 zsbuf->reload &= ~PIPE_CLEAR_DEPTH;
184 zsbuf->reload &= ~PIPE_CLEAR_STENCIL;
/xsrc/external/mit/freetype/dist/src/pfr/
H A Dpfrsbit.c73 FT_UInt n, reload; local in function:pfr_bitwriter_decode_bytes
85 reload = n & 7;
89 if ( ( n & 7 ) == reload )
128 FT_UInt n, reload; local in function:pfr_bitwriter_decode_rle1
141 reload = 1;
145 if ( reload )
195 reload = ( --count <= 0 );
209 FT_UInt n, reload; local in function:pfr_bitwriter_decode_rle2
220 reload = 1;
224 if ( reload )
[all...]
/xsrc/external/mit/MesaLib/dist/src/asahi/lib/
H A Dagx_device.h71 } reload; member in struct:agx_device
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
H A Dagx_blit.c60 dev->reload.bo = bo;
78 dev->reload.format[i] = bo->ptr.gpu + offset;
137 * reload is not in use, a shader is used to clear a particular colour. At the
H A Dagx_pipe.c470 uint32_t shader = dev->reload.format[internal];
509 agx_batch_add_bo(batch, dev->reload.bo);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_spill.cpp348 aco_ptr<Pseudo_instruction> reload{ local in function:aco::__anond37687ce0110::do_reload
350 reload->operands[0] = Operand::c32(spill_id);
351 reload->definitions[0] = Definition(new_name);
353 return reload;
657 /* If it can be rematerialized, keep the variable spilled if all predecessors do not reload
789 /* variable is spilled at predecessor and live at current block: create reload instruction */
791 aco_ptr<Instruction> reload = do_reload(ctx, live.first, new_name, spills_exit_it->second); local in function:aco::__anond37687ce0110::add_coupling_code
792 instructions.emplace_back(std::move(reload));
824 * create reload instruction */
826 aco_ptr<Instruction> reload local in function:aco::__anond37687ce0110::add_coupling_code
1022 aco_ptr<Instruction> reload = local in function:aco::__anond37687ce0110::add_coupling_code
1074 aco_ptr<Instruction> reload = local in function:aco::__anond37687ce0110::add_coupling_code
1265 aco_ptr<Instruction> reload = local in function:aco::__anond37687ce0110::process_block
1801 Pseudo_instruction* reload = create_instruction<Pseudo_instruction>( local in function:aco::__anond37687ce0110::assign_spill_slots
[all...]
H A DREADME.md98 These are mostly parallel copy instructions created by instruction selection or register allocation and spill/reload code.
/xsrc/external/mit/MesaLib/dist/docs/
H A Dandroid.rst122 Now, restart the UI to do a full reload:
161 It seems that new invocations of an application will often reload the
163 find you need to reload the whole Android container. To do so without
/xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/
H A Dx-input.m58 /* We want to reload prefs even if we're not active */
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/
H A Dx-input.m55 /* We want to reload prefs even if we're not active */
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.3.rst224 - lima: use passed surface to get mipmap level for reload, not cbuf
/xsrc/external/mit/libdrm/dist/man/
H A Ddrm-memory.7.rst129 graphics device resources without the need to constantly reload the entire
/xsrc/external/mit/libxkbui/dist/
H A Daclocal.m42253 # find reload flag for linker
2254 # -- PORTME Some linkers may need a different reload flag.
2256 [AC_CACHE_CHECK([for $LD option to reload object files],
/xsrc/external/mit/xf86-video-imstt/dist/
H A Daclocal.m42253 # find reload flag for linker
2254 # -- PORTME Some linkers may need a different reload flag.
2256 [AC_CACHE_CHECK([for $LD option to reload object files],
/xsrc/external/mit/xf86-video-intel-2014/dist/m4/
H A Dlibtool.m43145 # find reload flag for linker
3146 # -- PORTME Some linkers may need a different reload flag.
3148 [AC_CACHE_CHECK([for $LD option to reload object files],
/xsrc/external/mit/xf86-video-intel-old/dist/m4/
H A Dlibtool.m42940 # find reload flag for linker
2941 # -- PORTME Some linkers may need a different reload flag.
2943 [AC_CACHE_CHECK([for $LD option to reload object files],
/xsrc/external/mit/xf86-video-nsc/dist/
H A Daclocal.m42253 # find reload flag for linker
2254 # -- PORTME Some linkers may need a different reload flag.
2256 [AC_CACHE_CHECK([for $LD option to reload object files],

Completed in 56 milliseconds

123456