Searched refs:dst64 (Results 1 – 9 of 9) sorted by relevance
/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/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/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/broadcom/vulkan/ |
D | v3dv_query.c | 325 uint64_t *dst64 = (uint64_t *) dst; in write_to_buffer() local 326 dst64[idx] = value; in write_to_buffer()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_query.c | 388 uint64_t *dst64 = dst_slot; in cpu_write_query_result() local 389 dst64[value_index] = result; in cpu_write_query_result()
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 377 LLVMValueRef dst64, result; in emit_umul_high() local 381 dst64 = LLVMBuildMul(ctx->builder, src0, src1, ""); in emit_umul_high() 382 dst64 = LLVMBuildLShr(ctx->builder, dst64, LLVMConstInt(ctx->i64, 32, false), ""); in emit_umul_high() 383 result = LLVMBuildTrunc(ctx->builder, dst64, ctx->i32, ""); in emit_umul_high() 390 LLVMValueRef dst64, result; in emit_imul_high() local 394 dst64 = LLVMBuildMul(ctx->builder, src0, src1, ""); in emit_imul_high() 395 dst64 = LLVMBuildAShr(ctx->builder, dst64, LLVMConstInt(ctx->i64, 32, false), ""); in emit_imul_high() 396 result = LLVMBuildTrunc(ctx->builder, dst64, ctx->i32, ""); in emit_imul_high()
|
/third_party/mesa3d/src/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()
|