HomeSort by: relevance | last modified time | path
    Searched defs:reload (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
lima_resource.h 54 bool reload; member in struct:lima_surface
  /xsrc/external/mit/MesaLib/dist/src/asahi/lib/
agx_device.h 71 } reload; member in struct:agx_device
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
lima_resource.h 68 unsigned reload; member in struct:lima_surface
  /xsrc/external/mit/freetype/dist/src/pfr/
pfrsbit.c 73 FT_UInt n, reload; local
85 reload = n & 7;
89 if ( ( n & 7 ) == reload )
128 FT_UInt n, reload; local
141 reload = 1;
145 if ( reload )
195 reload = ( --count <= 0 );
209 FT_UInt n, reload; local
220 reload = 1;
224 if ( reload )
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_spill.cpp 348 aco_ptr<Pseudo_instruction> 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
792 instructions.emplace_back(std::move(reload));
824 * create reload instruction */
826 aco_ptr<Instruction> reload local
1022 aco_ptr<Instruction> reload = local
1074 aco_ptr<Instruction> reload = local
1265 aco_ptr<Instruction> reload = local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_spill.c 71 * 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
831 struct ir3_instruction *reload = local
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, after)
    [all...]

Completed in 12 milliseconds