Home
last modified time | relevance | path

Searched refs:reorder (Results 76 - 93 of 93) sorted by relevance

1234

/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_state.c280 if (ctx->screen->reorder) { in fd_set_framebuffer_state()
H A Dfreedreno_resource.c865 * TODO we could go down this path !reorder && !busy_for_read
869 if (ctx->screen->reorder && busy && !(usage & PIPE_MAP_READ) &&
/third_party/musl/
H A Dconfigure459 || tryflag CFLAGS_AUTO -fno-reorder-blocks
/third_party/backends/backend/
H A Depson.c118 Corrected "need-strange-reorder" recognition.
179 in the reorder routine are still in the code base.
5268 SANE_Bool reorder = SANE_FALSE; in sane_read() local
5439 /* do we have to reorder the data ? */ in sane_read()
5442 reorder = SANE_TRUE; in sane_read()
5511 reorder = SANE_FALSE; /* reordering once is enough */ in sane_read()
5514 reorder = SANE_FALSE; /* don't reorder for BW or gray */ in sane_read()
5516 if (reorder) in sane_read()
/third_party/ffmpeg/libavformat/
H A Dmux.c279 sti->reorder = 1; in init_muxer()
770 if (!sti->reorder) { in prepare_input_packet()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_print.c601 const char *const reorder = (access & ACCESS_CAN_REORDER) ? "reorderable " : ""; in print_var_decl() local
606 fprintf(fp, "%s%s%s%s%s%s%s%s", coher, volat, restr, ronly, wonly, reorder, in print_var_decl()
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc3960 ZoneVector<LiveRange*> reorder(data()->allocation_zone()); in ForwardStateTo()
3973 reorder.push_back(cur_inactive); in ForwardStateTo()
3976 for (LiveRange* range : reorder) { in ForwardStateTo()
/third_party/ffmpeg/libavutil/x86/
H A Dtx_float.asm331 ; reorder the multiplies to save movs reg, reg in the %if above
/third_party/lzma/CPP/7zip/
H A D7zip_gcc.mak191 #-Wno-reorder
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/sha/
H A Dsha1-mips.S36 .set reorder
H A Dsha512-mips.S30 .set reorder
H A Dsha256-mips.S30 .set reorder
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/sha/
H A Dsha1-mips.S36 .set reorder
H A Dsha512-mips.S30 .set reorder
H A Dsha256-mips.S30 .set reorder
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c4195 bool reorder = nir_intrinsic_can_reorder(instr); in visit_intrinsic() local
4221 addr_soffset, channel_type, cache_policy, reorder, false); in visit_intrinsic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1217 void reorder() { in reorder() function in llvm::slpvectorizer::BoUpSLP::VLOperands
1274 // We keep the original operand order for the FirstLane, so reorder the in reorder()
1572 /// Update operations state of this entry if reorder occurred.
2712 // Need to reorder.
2975 // Need to reorder.
3870 Ops.reorder();
5698 // TODO: reorder tree nodes without tree rebuilding.
5945 // TODO: reorder tree nodes without tree rebuilding.
5947 // reorder a larger list. In fact, we do exactly this when vectorizing
6742 // TODO: reorder tre
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp7212 bool reorder = nir_intrinsic_can_reorder(intrin);
7224 num_components, swizzle_element_size, !swizzled, reorder, slc, sync);

Completed in 83 milliseconds

1234