Searched refs:reorder (Results 76 - 93 of 93) sorted by relevance
1234
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_state.c | 280 if (ctx->screen->reorder) { in fd_set_framebuffer_state()
|
H A D | freedreno_resource.c | 865 * 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 D | configure | 459 || tryflag CFLAGS_AUTO -fno-reorder-blocks
|
/third_party/backends/backend/ |
H A D | epson.c | 118 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 D | mux.c | 279 sti->reorder = 1; in init_muxer() 770 if (!sti->reorder) { in prepare_input_packet()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_print.c | 601 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 D | register-allocator.cc | 3960 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 D | tx_float.asm | 331 ; reorder the multiplies to save movs reg, reg in the %if above
|
/third_party/lzma/CPP/7zip/ |
H A D | 7zip_gcc.mak | 191 #-Wno-reorder
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/sha/ |
H A D | sha1-mips.S | 36 .set reorder
|
H A D | sha512-mips.S | 30 .set reorder
|
H A D | sha256-mips.S | 30 .set reorder
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/sha/ |
H A D | sha1-mips.S | 36 .set reorder
|
H A D | sha512-mips.S | 30 .set reorder
|
H A D | sha256-mips.S | 30 .set reorder
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_nir_to_llvm.c | 4195 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 D | SLPVectorizer.cpp | 1217 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 D | aco_instruction_selection.cpp | 7212 bool reorder = nir_intrinsic_can_reorder(intrin); 7224 num_components, swizzle_element_size, !swizzled, reorder, slc, sync);
|
Completed in 83 milliseconds
1234