Home
last modified time | relevance | path

Searched defs:shifted (Results 1 – 24 of 24) sorted by relevance

/third_party/node/test/parallel/
Dtest-stream-buffer-list.js47 const shifted = list.shift(); constant
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c226 LLVMValueRef shifted, casted, scaled, masked; in lp_build_unpack_arith_rgba_aos() local
372 LLVMValueRef shifted, casted, scaled, unswizzled; in lp_build_pack_rgba_aos() local
Dlp_bld_format_srgb.c358 LLVMValueRef shifted, shift_val; in lp_build_float_to_srgb_packed() local
Dlp_bld_swizzle.c522 LLVMValueRef shifted; in lp_build_swizzle_aos() local
Dlp_bld_conv.c921 LLVMValueRef shifted; in lp_build_conv() local
/third_party/mesa3d/src/intel/vulkan/
Danv_nir_lower_multiview.c115 nir_ssa_def *shifted; in build_view_index() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp481 dst_reg shifted(this, glsl_type::uvec4_type); in emit_unpack_unorm_4x8() local
503 dst_reg shifted(this, glsl_type::uvec4_type); in emit_unpack_snorm_4x8() local
Dbrw_fs_nir.cpp228 fs_reg shifted = abld.vgrf(BRW_REGISTER_TYPE_UW, 1); in emit_system_values_block() local
5664 fs_reg shifted = bld.vgrf(src.type); in nir_emit_intrinsic() local
Dbrw_fs.cpp1711 fs_reg shifted = ubld.vgrf(BRW_REGISTER_TYPE_W, 2); in assign_curb_setup() local
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrelemlib.cpp207 ADDR_FLT_32 shifted; in Flt32sToInt32s() local
/third_party/mesa3d/src/compiler/nir/
Dnir_format_convert.h197 nir_ssa_def *shifted = nir_ishl(b, nir_channel(b, src, i), in nir_format_bitcast_uvec_unmasked() local
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DRuleBasedCollator.java605 public void setAlternateHandlingShifted(boolean shifted) { in setAlternateHandlingShifted()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRuleBasedCollator.java587 public void setAlternateHandlingShifted(boolean shifted) { in setAlternateHandlingShifted()
/third_party/ffmpeg/libswscale/
Dutils.c2304 SwsVector *shifted = sws_getShiftedVec(a, shift); in sws_shiftVec() local
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_lowering_nv50.cpp1897 Value *src[2], *shifted; in handleSULDP() local
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java918 String[] shifted = { in TestBlackBird() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationMiscTest.java921 String[] shifted = { in TestBlackBird() local
/third_party/node/deps/v8/src/compiler/
Dsimplified-lowering.cc2987 Node* shifted = in VisitNode() local
/third_party/icu/icu4c/source/test/cintltst/
Dcmsccoll.c148 const static char shifted[][20] = { variable
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-logic-arm64.cc1402 uint64_t shifted = src_lane << shift; in sli() local
1442 uint64_t shifted; in sri() local
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c1460 LLVMValueRef shifted, normal; in ac_ufN_to_float() local
/third_party/vixl/src/aarch64/
Dlogic-aarch64.cc1659 uint64_t shifted = src_lane << shift; in sli() local
1711 uint64_t shifted; in sri() local
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc15870 TNode<Uint64T> shifted = in LoadSwissNameDictionaryCtrlTableGroup() local
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs11815 let mut shifted = ring.clone(); localVariable