Home
last modified time | relevance | path

Searched refs:direct (Results 51 - 75 of 633) sorted by relevance

12345678910>>...26

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dmap_ptr_kern.c51 struct bpf_map *direct) in check_bpf_map_ptr()
53 VERIFY(indirect->map_type == direct->map_type); in check_bpf_map_ptr()
54 VERIFY(indirect->key_size == direct->key_size); in check_bpf_map_ptr()
55 VERIFY(indirect->value_size == direct->value_size); in check_bpf_map_ptr()
56 VERIFY(indirect->max_entries == direct->max_entries); in check_bpf_map_ptr()
57 VERIFY(indirect->id == direct->id); in check_bpf_map_ptr()
62 static inline int check(struct bpf_map *indirect, struct bpf_map *direct, in check() argument
65 VERIFY(check_bpf_map_ptr(indirect, direct)); in check()
72 struct bpf_map *direct) in check_default()
74 VERIFY(check(indirect, direct, sizeo in check_default()
50 check_bpf_map_ptr(struct bpf_map *indirect, struct bpf_map *direct) check_bpf_map_ptr() argument
71 check_default(struct bpf_map *indirect, struct bpf_map *direct) check_default() argument
80 check_default_noinline(struct bpf_map *indirect, struct bpf_map *direct) check_default_noinline() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_uniforms.c120 uint64_t direct = agx_push_location_direct(ctx, push, stage); in agx_push_location() local
124 return agx_pool_upload(pool, &direct, sizeof(direct)); in agx_push_location()
126 return direct; in agx_push_location()
/third_party/ffmpeg/libavfilter/
H A Dvf_hqdn3d.c169 if (!direct) \
290 int direct; member
299 int direct = td->direct; in do_denoise() local
318 int direct = av_frame_is_writable(in) && !ctx->is_disabled; in filter_frame() local
321 if (direct) { in filter_frame()
335 td.direct = direct; in filter_frame()
344 if (!direct) in filter_frame()
H A Dvf_removelogo.c438 * @param is_image_direct If the image is direct, then source and destination are
456 int w, int h, int direct, in blur_image()
463 if (!direct) in blur_image()
479 if (!direct) in blur_image()
491 int direct = 0; in filter_frame() local
494 direct = 1; in filter_frame()
509 inlink->w, inlink->h, direct, &s->full_mask_bbox); in filter_frame()
514 inlink->w/2, inlink->h/2, direct, &s->half_mask_bbox); in filter_frame()
519 inlink->w/2, inlink->h/2, direct, &s->half_mask_bbox); in filter_frame()
521 if (!direct) in filter_frame()
452 blur_image(int ***mask, const uint8_t *src_data, int src_linesize, uint8_t *dst_data, int dst_linesize, const uint8_t *mask_data, int mask_linesize, int w, int h, int direct, FFBoundingBox *bbox) blur_image() argument
[all...]
H A Dvf_selectivecolor.c311 int jobnr, int nb_jobs, int direct, int correction_method) \
387 if (!direct || adjust_r || adjust_g || adjust_b) { \
391 if (!direct && s->step == 4) \
409 #define DEF_SELECTIVE_COLOR_FUNC(name, direct, correction_method, nbits) \
412 return selective_color_##nbits(ctx, arg, jobnr, nb_jobs, direct, correction_method); \
431 int direct; in filter_frame() local
446 direct = 1; in filter_frame()
449 direct = 0; in filter_frame()
460 ff_filter_execute(ctx, funcs[s->is_16bit][direct][s->correction_method], in filter_frame()
463 if (!direct) in filter_frame()
[all...]
/third_party/skia/src/gpu/
H A DGrAHardwareBufferImageGenerator.cpp88 auto direct = context->asDirectContext(); in makeView() local
89 if (!direct) { in makeView()
93 GrBackendFormat backendFormat = GrAHardwareBufferUtils::GetBackendFormat(direct, in makeView()
129 [direct, buffer = AutoAHBRelease(hardwareBuffer)]( in makeView()
139 GrAHardwareBufferUtils::MakeBackendTexture(direct, in makeView()
/third_party/skia/src/image/
H A DSkImage_GpuBase.cpp133 GrDirectContext* direct) const { in onMakeSubset()
134 if (!fContext->priv().matches(direct)) { in onMakeSubset()
138 auto [view, ct] = this->asView(direct, GrMipmapped::kNo); in onMakeSubset()
143 auto copyView = GrSurfaceProxyView::Copy(direct, in onMakeSubset()
154 return sk_make_sp<SkImage_Gpu>(sk_ref_sp(direct), in onMakeSubset()
H A DSkImage_Gpu.cpp78 // If this image is used off the direct context it originated on, i.e. on a recording-only in chooseProxy()
79 // context, we don't know how the recording context's actions are ordered WRT direct context in chooseProxy()
80 // actions until the recording context's DAG is imported into the direct context. in chooseProxy()
206 // We only attempt to make a dual-proxy image on a direct context. This optimziation requires in MakeWithVolatileSrc()
209 if (auto direct = sk_ref_sp(rContext->asDirectContext())) { in MakeWithVolatileSrc()
211 return sk_sp<SkImage>(new SkImage_Gpu(std::move(direct), in MakeWithVolatileSrc()
253 auto direct = fContext->asDirectContext(); in onGetBackendTexture() local
254 if (!direct) { in onGetBackendTexture()
258 if (direct->abandoned()) { in onGetBackendTexture()
267 auto resourceProvider = direct in onGetBackendTexture()
499 MakeTextureFromCompressed(GrDirectContext* direct, sk_sp<SkData> data, int width, int height, CompressionType type, GrMipmapped mipMapped, GrProtected isProtected, sk_sp<SkColorSpace> colorSpace) MakeTextureFromCompressed() argument
781 MakeBackendTextureFromSkImage(GrDirectContext* direct, sk_sp<SkImage> image, GrBackendTexture* backendTexture, BackendTextureReleaseProc* releaseProc) MakeBackendTextureFromSkImage() argument
[all...]
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
H A Dmax16064.c67 .format[PSC_VOLTAGE_IN] = direct,
68 .format[PSC_VOLTAGE_OUT] = direct,
69 .format[PSC_TEMPERATURE] = direct,
H A Dmax8688.c144 .format[PSC_VOLTAGE_IN] = direct,
145 .format[PSC_VOLTAGE_OUT] = direct,
146 .format[PSC_TEMPERATURE] = direct,
147 .format[PSC_CURRENT_OUT] = direct,
H A Disl68137.c183 .format[PSC_VOLTAGE_IN] = direct,
184 .format[PSC_VOLTAGE_OUT] = direct,
185 .format[PSC_CURRENT_IN] = direct,
186 .format[PSC_CURRENT_OUT] = direct,
187 .format[PSC_POWER] = direct,
188 .format[PSC_TEMPERATURE] = direct,
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/
H A Dmax16064.c67 .format[PSC_VOLTAGE_IN] = direct,
68 .format[PSC_VOLTAGE_OUT] = direct,
69 .format[PSC_TEMPERATURE] = direct,
H A Ddelta-ahe50dc-fan.c70 .format[PSC_FAN] = direct,
71 .format[PSC_TEMPERATURE] = direct,
72 .format[PSC_VOLTAGE_IN] = direct,
H A Dmax8688.c144 .format[PSC_VOLTAGE_IN] = direct,
145 .format[PSC_VOLTAGE_OUT] = direct,
146 .format[PSC_TEMPERATURE] = direct,
147 .format[PSC_CURRENT_OUT] = direct,
H A Disl68137.c183 .format[PSC_VOLTAGE_IN] = direct,
184 .format[PSC_VOLTAGE_OUT] = direct,
185 .format[PSC_CURRENT_IN] = direct,
186 .format[PSC_CURRENT_OUT] = direct,
187 .format[PSC_POWER] = direct,
188 .format[PSC_TEMPERATURE] = direct,
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dnested.rs6 direct: Vec<&'a Api>,
16 &self.direct in new()
25 let mut direct = Vec::new(); in sort_by_inner_namespace() variables
40 direct.push(*api); in sort_by_inner_namespace()
48 NamespaceEntries { direct, nested } in sort_by_inner_namespace()
/third_party/rust/crates/cxx/gen/src/
H A Dnested.rs6 direct: Vec<&'a Api>,
16 &self.direct in new()
25 let mut direct = Vec::new(); in sort_by_inner_namespace() variables
40 direct.push(*api); in sort_by_inner_namespace()
48 NamespaceEntries { direct, nested } in sort_by_inner_namespace()
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dnested.rs6 direct: Vec<&'a Api>,
16 &self.direct in new()
25 let mut direct = Vec::new(); in sort_by_inner_namespace() variables
40 direct.push(*api); in sort_by_inner_namespace()
48 NamespaceEntries { direct, nested } in sort_by_inner_namespace()
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dnested.rs6 direct: Vec<&'a Api>,
16 &self.direct in new()
25 let mut direct = Vec::new(); in sort_by_inner_namespace() variables
40 direct.push(*api); in sort_by_inner_namespace()
48 NamespaceEntries { direct, nested } in sort_by_inner_namespace()
/third_party/typescript/tests/baselines/reference/
H A DdecoratorOnFunctionParameter.js6 function direct(@dec this: C) { return this.n; } function
16 function direct() { return this.n; }
/third_party/skia/samplecode/
H A DSampleAnimatedText.cpp70 auto direct = GrAsDirectContext(canvas->recordingContext()); variable
71 if (direct) {
73 sk_sp<SkImage> image = direct->priv().testingOnly_getFontAtlasImage(
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dinit_64.c961 bool direct) in remove_pte_table()
988 * Do not free direct mapping pages since they were in remove_pte_table()
991 if (!direct) in remove_pte_table()
998 /* For non-direct mapping, pages means nothing. */ in remove_pte_table()
1003 * direct mapped memory ranges to be freed are aligned. in remove_pte_table()
1026 if (direct) in remove_pte_table()
1032 bool direct, struct vmem_altmap *altmap) in remove_pmd_table()
1049 if (!direct) in remove_pmd_table()
1077 remove_pte_table(pte_base, addr, next, direct); in remove_pmd_table()
1082 if (direct) in remove_pmd_table()
960 remove_pte_table(pte_t *pte_start, unsigned long addr, unsigned long end, bool direct) remove_pte_table() argument
1031 remove_pmd_table(pmd_t *pmd_start, unsigned long addr, unsigned long end, bool direct, struct vmem_altmap *altmap) remove_pmd_table() argument
1087 remove_pud_table(pud_t *pud_start, unsigned long addr, unsigned long end, struct vmem_altmap *altmap, bool direct) remove_pud_table() argument
1142 remove_p4d_table(p4d_t *p4d_start, unsigned long addr, unsigned long end, struct vmem_altmap *altmap, bool direct) remove_p4d_table() argument
1175 remove_pagetable(unsigned long start, unsigned long end, bool direct, struct vmem_altmap *altmap) remove_pagetable() argument
[all...]
/third_party/skia/tools/viewer/
H A DGMSlide.cpp34 auto direct = GrAsDirectContext(canvas->recordingContext()); in draw() local
35 auto result = fGM->gpuSetup(direct, canvas, &msg); in draw()
/third_party/skia/bench/
H A DGMBench.cpp28 auto direct = GrAsDirectContext(canvas->recordingContext()); in onPerCanvasPreDraw() local
30 if (fGM->gpuSetup(direct, canvas) != skiagm::DrawResult::kOk) { in onPerCanvasPreDraw()
/third_party/skia/gm/
H A Dsurface.cpp184 GrDirectContext* direct = GrAsDirectContext(canvas->recordingContext()); in make_surface() local
189 if (!direct) { in make_surface()
192 return sk_gpu_test::MakeBackendTextureSurface(direct, ii, kTopLeft_GrSurfaceOrigin, 1); in make_surface()
194 return sk_gpu_test::MakeBackendRenderTargetSurface(direct, in make_surface()
214 GrDirectContext* direct = GrAsDirectContext(canvas->recordingContext()); \
215 if (!direct || direct->abandoned()) { \

Completed in 13 milliseconds

12345678910>>...26