Home
last modified time | relevance | path

Searched defs:pred (Results 176 - 200 of 292) sorted by relevance

12345678910>>...12

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdcoefct.c449 int Al, pred; in decompress_smooth_data() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc_mips_dsp_r2.c1455 static void CollectHistogram_MIPSdspR2(const uint8_t* ref, const uint8_t* pred, in CollectHistogram_MIPSdspR2() argument
H A Denc_sse41.c26 static void CollectHistogram_SSE41(const uint8_t* ref, const uint8_t* pred, in CollectHistogram_SSE41() argument
/third_party/skia/tests/
H A DMathTest.cpp63 static float sk_fsel(float pred, float result_ge, float result_lt) { in sk_fsel() argument
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dscheduler.cpp249 void Scheduler::Fiber::wait(marl::lock& lock, const Predicate& pred) { in wait() argument
435 wait(lock& waitLock, const TimePoint* timeout, const Predicate& pred) wait() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h190 void setNextPredecessor(const Dependence *pred) { NextPredecessor = pred; } in setNextPredecessor() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlowering.cpp585 auto pred = GetCheckInstAndGetConstInput(inst); in LowerShift() local
741 auto pred = GetCheckInstAndGetConstInput(inst); in LowerAddSub() local
781 auto pred in LowerMulDivMod() local
1040 auto pred = GetCheckInstAndGetConstInput(inst); LowerLogic() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vm.cpp345 void PandaEtsVM::HandleReferences(const GCTask &task, const mem::GC::ReferenceClearPredicateT &pred) in HandleReferences() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc.cpp470 void GC::ProcessReferences(GCPhase gcPhase, const GCTask &task, const ReferenceClearPredicateT &pred) in ProcessReferences() argument
485 void GC::ProcessReferences(const mem::GC::ReferenceClearPredicateT &pred) in ProcessReferences() argument
645 bool GC::IsReference(const BaseClass *cls, const ObjectHeader *ref, const ReferenceCheckPredicateT &pred) in IsReference() argument
442 ProcessReference(GCMarkingStackType *objectsStack, const BaseClass *cls, const ObjectHeader *ref, const ReferenceProcessPredicateT &pred) ProcessReference() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_ark_tools.cpp788 static JSTaggedValue TestElementsKind([[maybe_unused]] EcmaRuntimeCallInfo *info, Pred const &pred) in TestElementsKind() argument
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp142 inline auto FindIf(ListType&& list, Predicate&& pred) in FindIf() argument
/third_party/ffmpeg/libavcodec/
H A Dh264_cabac.c2080 int pred = pred_intra_mode(h, sl, i); in ff_h264_decode_mb_cabac() local
2086 int pred = pred_intra_mode(h, sl, i); in ff_h264_decode_mb_cabac() local
H A Dadpcm.c357 int delta, pred, step, add; in adpcm_agm_expand_nibble() local
[all...]
H A Dvc1_block.c343 int a, b, c, wrap, pred, scale; in vc1_i_pred_dc() local
409 int a, b, c, wrap, pred; in ff_vc1_pred_dc() local
479 int xy, wrap, pred, in vc1_coded_block_pred() local
2593 int pred = vc1_coded_block_pred(&v->s, k, &coded_val); vc1_decode_i_blocks() local
2747 int pred = vc1_coded_block_pred(&v->s, k, &coded_val); vc1_decode_i_blocks_adv() local
[all...]
H A Dvp9block.c110 int pred = 8, x; in decode_mode() local
H A Dpngenc.c199 int pred = s->filter_type; in png_choose_filter() local
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dh264idct_msa.c322 v16u8 pred = { 0 }; in ff_h264_idct4x4_addblk_dc_msa() local
/third_party/ffmpeg/libavformat/
H A Dnutenc.c169 int key_frame, index, pred, stream_id; in build_frame_code() local
[all...]
/third_party/glslang/SPIRV/
H A DspvIR.h204 void addPredecessor(Block* pred) { predecessors.push_back(pred); pred->successors.push_back(this);} in addPredecessor() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_validate.c1139 validate_phi_src(nir_phi_instr *instr, nir_block *pred, validate_state *state) in validate_phi_src() argument
1239 const nir_block *pred = entry->key; in validate_block_predecessors() local
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_sched.c100 struct ir3_instruction *pred; /* current p0.x user, if any */ member
[all...]
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_cfg.c959 struct vtn_block *pred = vtn_block(b, w[i + 1]); in vtn_handle_phi_second_pass() local
/third_party/mesa3d/src/amd/compiler/
H A Daco_spill.cpp914 Block& pred = ctx.program->blocks[pred_idx]; in add_coupling_code() local
972 Block& pred in add_coupling_code() local
1018 Block& pred = ctx.program->blocks[pred_idx]; add_coupling_code() local
1069 Block& pred = ctx.program->blocks[pred_idx]; add_coupling_code() local
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_internal.h126 enum dxil_cmp_pred pred; member
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_rt_builder.h63 brw_nir_rt_load_const(nir_builder *b, unsigned components, nir_ssa_def *addr, nir_ssa_def *pred) brw_nir_rt_load_const() argument

Completed in 40 milliseconds

12345678910>>...12