/third_party/skia/third_party/externals/freetype/builds/amiga/ |
H A D | makefile | 2 # Makefile for FreeType2 link library using ppc-morphos-gcc-2.95.3-bin.tgz 44 # link your programs with libft2_ppc.a and either ftsystem.ppc.o or ftsystempure.ppc.o 45 # (and either ftdebug.ppc.o or ftdebugpure.ppc.o if you enabled FT_DEBUG_LEVEL_ERROR or 48 all: libft2_ppc.a ftsystem.ppc.o ftsystempure.ppc.o 55 CC = ppc-morphos-gcc 56 AR = ppc-morphos-ar rc 57 RANLIB = ppc [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | png_parser.c | 41 PNGParseContext *ppc = s->priv_data; in png_parse() local 50 if (!ppc->pc.frame_start_found) { in png_parse() 51 uint64_t state64 = ppc->pc.state64; in png_parse() 56 ppc->pc.frame_start_found = 1; in png_parse() 60 ppc->pc.state64 = state64; in png_parse() 61 } else if (ppc->remaining_size) { in png_parse() 62 i = FFMIN(ppc->remaining_size, buf_size); in png_parse() 63 ppc->remaining_size -= i; in png_parse() 64 if (ppc->remaining_size) in png_parse() 66 if (ppc in png_parse() [all...] |
H A D | nvdec_vp9.c | 38 CUVIDVP9PICPARAMS *ppc = &pp->CodecSpecific.vp9; in nvdec_vp9_start_frame() local 108 ppc->mbModeLfDelta[i] = h->h.lf_delta.mode[i]; in nvdec_vp9_start_frame() 111 ppc->mbRefLfDelta[i] = h->h.lf_delta.ref[i]; in nvdec_vp9_start_frame() 114 ppc->mb_segment_tree_probs[i] = h->h.segmentation.prob[i]; in nvdec_vp9_start_frame() 117 ppc->activeRefIdx[i] = h->h.refidx[i]; in nvdec_vp9_start_frame() 118 ppc->segment_pred_probs[i] = h->h.segmentation.pred_prob[i]; in nvdec_vp9_start_frame() 119 ppc->refFrameSignBias[i + 1] = h->h.signbias[i]; in nvdec_vp9_start_frame() 123 ppc->segmentFeatureEnable[i][0] = h->h.segmentation.feat[i].q_enabled; in nvdec_vp9_start_frame() 124 ppc->segmentFeatureEnable[i][1] = h->h.segmentation.feat[i].lf_enabled; in nvdec_vp9_start_frame() 125 ppc in nvdec_vp9_start_frame() [all...] |
H A D | nvdec_hevc.c | 43 static void fill_scaling_lists(CUVIDHEVCPICPARAMS *ppc, const HEVCContext *s) in fill_scaling_lists() argument 52 ppc->ScalingList4x4[i][j] = sl->sl[0][i][pos]; in fill_scaling_lists() 57 ppc->ScalingList8x8[i][j] = sl->sl[1][i][pos]; in fill_scaling_lists() 58 ppc->ScalingList16x16[i][j] = sl->sl[2][i][pos]; in fill_scaling_lists() 61 ppc->ScalingList32x32[i][j] = sl->sl[3][i * 3][pos]; in fill_scaling_lists() 64 ppc->ScalingListDCCoeff16x16[i] = sl->sl_dc[0][i]; in fill_scaling_lists() 66 ppc->ScalingListDCCoeff32x32[i] = sl->sl_dc[1][i * 3]; in fill_scaling_lists() 79 CUVIDHEVCPICPARAMS *ppc = &pp->CodecSpecific.hevc; in nvdec_hevc_start_frame() local 196 if (pps->num_tile_columns > FF_ARRAY_ELEMS(ppc->column_width_minus1) || in nvdec_hevc_start_frame() 197 pps->num_tile_rows > FF_ARRAY_ELEMS(ppc in nvdec_hevc_start_frame() [all...] |
H A D | nvdec_av1.c | 49 CUVIDAV1PICPARAMS *ppc = &pp->CodecSpecific.av1; in nvdec_av1_start_frame() local 210 ppc->tile_widths[i] = frame_header->width_in_sbs_minus_1[i] + 1; in nvdec_av1_start_frame() 213 ppc->tile_heights[i] = frame_header->height_in_sbs_minus_1[i] + 1; in nvdec_av1_start_frame() 218 ppc->cdef_y_strength[i] = (frame_header->cdef_y_pri_strength[i] & 0x0F) | (frame_header->cdef_y_sec_strength[i] << 4); in nvdec_av1_start_frame() 219 ppc->cdef_uv_strength[i] = (frame_header->cdef_uv_pri_strength[i] & 0x0F) | (frame_header->cdef_uv_sec_strength[i] << 4); in nvdec_av1_start_frame() 224 ppc->segmentation_feature_mask[i] = 0; in nvdec_av1_start_frame() 226 ppc->segmentation_feature_mask[i] |= frame_header->feature_enabled[i][j] << j; in nvdec_av1_start_frame() 227 ppc->segmentation_feature_data[i][j] = frame_header->feature_value[i][j]; in nvdec_av1_start_frame() 233 ppc->loop_filter_ref_deltas[i] = frame_header->loop_filter_ref_deltas[i]; in nvdec_av1_start_frame() 236 ppc in nvdec_av1_start_frame() [all...] |
H A D | nvdec_h264.c | 56 CUVIDH264PICPARAMS *ppc = &pp->CodecSpecific.h264; in nvdec_h264_start_frame() local 113 memcpy(ppc->WeightScale4x4, pps->scaling_matrix4, sizeof(ppc->WeightScale4x4)); in nvdec_h264_start_frame() 114 memcpy(ppc->WeightScale8x8[0], pps->scaling_matrix8[0], sizeof(ppc->WeightScale8x8[0])); in nvdec_h264_start_frame() 115 memcpy(ppc->WeightScale8x8[1], pps->scaling_matrix8[3], sizeof(ppc->WeightScale8x8[0])); in nvdec_h264_start_frame() 119 dpb_add(h, &ppc->dpb[dpb_size++], h->short_ref[i], h->short_ref[i]->frame_num); in nvdec_h264_start_frame() 122 dpb_add(h, &ppc->dpb[dpb_size++], h->long_ref[i], i); in nvdec_h264_start_frame() 125 for (i = dpb_size; i < FF_ARRAY_ELEMS(ppc in nvdec_h264_start_frame() [all...] |
H A D | nvdec_mpeg4.c | 37 CUVIDMPEG4PICPARAMS *ppc = &pp->CodecSpecific.mpeg4; in nvdec_mpeg4_start_frame() local 92 ppc->QuantMatrixIntra[i] = s->intra_matrix[n]; in nvdec_mpeg4_start_frame() 93 ppc->QuantMatrixInter[i] = s->inter_matrix[n]; in nvdec_mpeg4_start_frame()
|
H A D | nvdec_mpeg12.c | 37 CUVIDMPEG2PICPARAMS *ppc = &pp->CodecSpecific.mpeg2; in nvdec_mpeg12_start_frame() local 87 ppc->QuantMatrixIntra[i] = s->intra_matrix[n]; in nvdec_mpeg12_start_frame() 88 ppc->QuantMatrixInter[i] = s->inter_matrix[n]; in nvdec_mpeg12_start_frame()
|
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/ |
H A D | ppc-darwin_closure.S | 4 ppc-darwin_closure.S - Copyright (c) 2002, 2003, 2004, Free Software Foundation, 32 #include <ppc-ffitarget.h> // for FFI_TRAMPOLINE_SIZE 33 #include <ppc-darwin.h> 34 #include <architecture/ppc/mode_independent_asm.h> 36 .file "ppc-darwin_closure.S"
|
H A D | ppc64-darwin_closure.S | 32 #include <ppc-ffitarget.h> // for FFI_TRAMPOLINE_SIZE 33 #include <ppc-darwin.h> 34 #include <architecture/ppc/mode_independent_asm.h>
|
H A D | ppc-darwin.S | 4 ppc-darwin.S - Copyright (c) 2000 John Hornkvist 33 #include <ppc-darwin.h> 34 #include <architecture/ppc/mode_independent_asm.h>
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | ToposortStructs.h | 23 ProgramPreludeConfig &ppc);
|
H A D | EmitMetal.h | 26 const ProgramPreludeConfig &ppc,
|
H A D | ProgramPrelude.h | 44 const ProgramPreludeConfig &ppc);
|
H A D | ToposortStructs.cpp | 303 ProgramPreludeConfig &ppc) in ToposortStructs() 307 ppc.hasStructEq = !finder.mUsedStructs.empty(); in ToposortStructs() 300 ToposortStructs(TCompiler &compiler, SymbolEnv &symbolEnv, TIntermBlock &root, ProgramPreludeConfig &ppc) ToposortStructs() argument
|
H A D | ProgramPrelude.cpp | 30 ProgramPrelude(TInfoSinkBase &out, const ProgramPreludeConfig &ppc) in ProgramPrelude() argument 35 if (ppc.hasStructEq) in ProgramPrelude() 41 switch (ppc.shaderType) in ProgramPrelude() 44 ASSERT(0 && "ppc.shaderType should not be ShaderTypeNone"); in ProgramPrelude() 3976 bool sh::EmitProgramPrelude(TIntermBlock &root, TInfoSinkBase &out, const ProgramPreludeConfig &ppc) in EmitProgramPrelude() argument 3978 ProgramPrelude programPrelude(out, ppc); in EmitProgramPrelude()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/TargetInfo/ |
H A D | PowerPCTargetInfo.cpp | 27 RegisterTarget<Triple::ppc, /*HasJIT=*/true> X(getThePPC32Target(), "ppc32", in LLVMInitializePowerPCTargetInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Triple.cpp | 51 case ppc: return "powerpc"; in getArchTypeName() 99 case ppc: return "ppc"; in getArchTypePrefix() 283 .Case("ppc32", ppc) in getArchTypeForLLVMName() 284 .Case("ppc", ppc) in getArchTypeForLLVMName() 394 .Cases("powerpc", "powerpcspe", "ppc", "ppc32", Triple::ppc) in parseArch() 712 case Triple::ppc: in getDefaultFormat() 1255 case llvm::Triple::ppc [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | SubtargetFeature.cpp | 73 if (Triple.getArch() == Triple::ppc) { in getDefaultSubtargetFeatures()
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_pkt.c | 37 int ngtcp2_pkt_chain_new(ngtcp2_pkt_chain **ppc, const ngtcp2_path *path, in ngtcp2_pkt_chain_new() argument 41 *ppc = ngtcp2_mem_malloc(mem, sizeof(ngtcp2_pkt_chain) + pktlen); in ngtcp2_pkt_chain_new() 42 if (*ppc == NULL) { in ngtcp2_pkt_chain_new() 46 ngtcp2_path_storage_init2(&(*ppc)->path, path); in ngtcp2_pkt_chain_new() 47 (*ppc)->pi = *pi; in ngtcp2_pkt_chain_new() 48 (*ppc)->next = NULL; in ngtcp2_pkt_chain_new() 49 (*ppc)->pkt = (uint8_t *)(*ppc) + sizeof(ngtcp2_pkt_chain); in ngtcp2_pkt_chain_new() 50 (*ppc)->pktlen = pktlen; in ngtcp2_pkt_chain_new() 51 (*ppc) in ngtcp2_pkt_chain_new() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | unscaledcycleclock.cc | 25 #include <sys/platform/ppc.h>
|
/third_party/backends/backend/ |
H A D | epjitsu.c | 4166 int r=0, g=0, b=0, ppc=0; in descramble_raw() local 4173 if(ppc && curr_col != this_col){ in descramble_raw() 4174 *p_out = r/ppc; in descramble_raw() 4177 *p_out = g/ppc; in descramble_raw() 4180 *p_out = b/ppc; in descramble_raw() 4183 r = g = b = ppc = 0; in descramble_raw() 4207 ppc++; in descramble_raw() 4215 int r=0, g=0, b=0, ppc=0; in descramble_raw() local 4221 if(ppc && curr_col != this_col){ in descramble_raw() 4222 *p_out = r/ppc; in descramble_raw() 4259 int r=0, g=0, b=0, ppc=0; descramble_raw() local [all...] |
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_transfer.h | 127 struct usb_page_cache **ppc, usb_size_t size, usb_size_t align,
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | Makefile | 82 LIB_OBJS += target-ppc.o
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | TranslatorMetalDirect.cpp | 659 ProgramPreludeConfig ppc(metalShaderTypeFromGLSL(getShaderType())); in translateImpl() 1150 if (!ToposortStructs(*this, symbolEnv, *root, ppc)) in translateImpl() 1154 if (!EmitMetal(*this, *root, idGen, pipelineStructs, symbolEnv, ppc, &getSymbolTable())) in translateImpl()
|