Searched refs:dst64 (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/src/codec/ |
D | SkBmpStandardCodec.cpp | 318 uint64_t* dst64 = (uint64_t*) dstRow; in decodeIcoMask() local 319 dst64[x] &= bit - 1; in decodeIcoMask()
|
D | SkSwizzler.cpp | 72 uint64_t* dst64 = (uint64_t*) dst; in sample8() local 74 dst64[x] = *((const uint64_t*) src); in sample8()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_query.c | 132 uint64_t *dst64 = (uint64_t *) dst; in write_query_result() local 133 dst64[idx] = value; in write_query_result()
|
/third_party/skia/src/codec/ |
D | SkBmpStandardCodec.cpp | 318 uint64_t* dst64 = (uint64_t*) dstRow; in decodeIcoMask() local 319 dst64[x] &= bit - 1; in decodeIcoMask()
|
D | SkSwizzler.cpp | 72 uint64_t* dst64 = (uint64_t*) dst; in sample8() local 74 dst64[x] = *((const uint64_t*) src); in sample8()
|
/third_party/ffmpeg/libavcodec/ |
D | scpr.c | 599 uint64_t *dst64 = (uint64_t *)dst; in decode_frame() local 602 dst64[x] = (dst64[x] << 3) & 0xFCFCFCFCFCFCFCFCULL; in decode_frame()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_query.c | 382 uint64_t *dst64 = dst_slot; in cpu_write_query_result() local 383 dst64[value_index] = result; in cpu_write_query_result()
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 374 LLVMValueRef dst64, result; in emit_umul_high() local 378 dst64 = LLVMBuildMul(ctx->builder, src0, src1, ""); in emit_umul_high() 379 dst64 = LLVMBuildLShr(ctx->builder, dst64, LLVMConstInt(ctx->i64, 32, false), ""); in emit_umul_high() 380 result = LLVMBuildTrunc(ctx->builder, dst64, ctx->i32, ""); in emit_umul_high() 387 LLVMValueRef dst64, result; in emit_imul_high() local 391 dst64 = LLVMBuildMul(ctx->builder, src0, src1, ""); in emit_imul_high() 392 dst64 = LLVMBuildAShr(ctx->builder, dst64, LLVMConstInt(ctx->i64, 32, false), ""); in emit_imul_high() 393 result = LLVMBuildTrunc(ctx->builder, dst64, ctx->i32, ""); in emit_imul_high()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_lowering_nvc0.cpp | 208 Value *dst64 = lo->getDef(0); in handleShift() local 263 bld.mkOp2(OP_MERGE, TYPE_U64, dst64, dst[0], dst[1]); in handleShift() 292 bld.mkOp2(OP_MERGE, TYPE_U64, dst64, dst[0], dst[1]); in handleShift()
|