/third_party/ffmpeg/libavfilter/ |
H A D | vf_unsharp_opencl.c | 37 cl_kernel kernel; member [all...] |
H A D | vf_overlay_opencl.c | 34 cl_kernel kernel; member 55 const char *kernel; in overlay_opencl_load() local [all...] |
H A D | vf_program_opencl.c | 38 cl_kernel kernel; member [all...] |
/third_party/lame/libmp3lame/ |
H A D | gain_analysis.c | 147 filterYule(const Float_t * input, Float_t * output, size_t nSamples, const Float_t * const kernel) in filterYule() argument 181 filterButter(const Float_t * input, Float_t * output, size_t nSamples, const Float_t * const kernel) filterButter() argument [all...] |
/third_party/mesa3d/src/freedreno/computerator/ |
H A D | main.c | 258 struct kernel *kernel = backend->assemble(backend, in); in main() local [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_kernel.c | 253 brw_kernel_from_spirv(struct brw_compiler *compiler, struct disk_cache *disk_cache, struct brw_kernel *kernel, void *log_data, void *mem_ctx, const uint32_t *spirv, size_t spirv_size, const char *entrypoint_name, char **error_str) brw_kernel_from_spirv() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | kernel.hpp | 37 class kernel : public ref_counter, public _cl_kernel { class
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_program_cache.c | 222 iris_blorp_upload_shader(struct blorp_batch *blorp_batch, uint32_t stage, const void *key, uint32_t key_size, const void *kernel, UNUSED uint32_t kernel_size, const struct brw_stage_prog_data *prog_data_templ, UNUSED uint32_t prog_data_size, uint32_t *kernel_out, void *prog_data_out) iris_blorp_upload_shader() argument
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_program_cache.c | 258 crocus_blorp_upload_shader(struct blorp_batch *blorp_batch, uint32_t stage, const void *key, uint32_t key_size, const void *kernel, uint32_t kernel_size, const struct brw_stage_prog_data *prog_data_templ, uint32_t prog_data_size, uint32_t *kernel_out, void *prog_data_out) crocus_blorp_upload_shader() argument
|
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 438 int kernel[2]; in wait_random_seeded() local
|
/third_party/skia/src/gpu/effects/ |
H A D | GrBicubicEffect.cpp | 114 Make(GrSurfaceProxyView view, SkAlphaType alphaType, const SkMatrix& matrix, SkImage::CubicResampler kernel, Direction direction) Make() argument 125 Make(GrSurfaceProxyView view, SkAlphaType alphaType, const SkMatrix& matrix, const GrSamplerState::WrapMode wrapX, const GrSamplerState::WrapMode wrapY, SkImage::CubicResampler kernel, Direction direction, const GrCaps& caps) Make() argument 141 MakeSubset( GrSurfaceProxyView view, SkAlphaType alphaType, const SkMatrix& matrix, const GrSamplerState::WrapMode wrapX, const GrSamplerState::WrapMode wrapY, const SkRect& subset, SkImage::CubicResampler kernel, Direction direction, const GrCaps& caps) MakeSubset() argument 160 MakeSubset( GrSurfaceProxyView view, SkAlphaType alphaType, const SkMatrix& matrix, const GrSamplerState::WrapMode wrapX, const GrSamplerState::WrapMode wrapY, const SkRect& subset, const SkRect& domain, SkImage::CubicResampler kernel, Direction direction, const GrCaps& caps) MakeSubset() argument 188 Make(std::unique_ptr<GrFragmentProcessor> fp, SkAlphaType alphaType, const SkMatrix& matrix, SkImage::CubicResampler kernel, Direction direction) Make() argument 198 GrBicubicEffect(std::unique_ptr<GrFragmentProcessor> fp, SkImage::CubicResampler kernel, Direction direction, Clamp clamp) GrBicubicEffect() argument 260 auto kernel = d->fRandom->nextBool() ? GrBicubicEffect::gMitchell TestCreate() local [all...] |
/third_party/openssl/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 438 int kernel[2]; in wait_random_seeded() local
|
/third_party/skia/gm/ |
H A D | imagefilters.cpp | 161 const SkScalar kernel[] = { 4, 0, 4, 0, -15, 0, 4, 0, 4 }; variable 213 SkScalar kernel[9] = {-1.f, -1.f, -1.f, in DEF_SIMPLE_GM() local
|
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/ |
H A D | nnrt_op_builder.cpp | 120 std::vector<int64_t> kernel = { static_cast<int64_t>(builtin->filter_height), in AddAvgPoolingParams() local 138 std::vector<int64_t> kernel = { static_cast<int64_t>(builtin->filter_height), in AddMaxPoolingParams() local
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | slb.c | 650 static enum slb_index alloc_slb_index(bool kernel) in alloc_slb_index() argument 695 slb_insert_entry(unsigned long ea, unsigned long context, unsigned long flags, int ssize, bool kernel) slb_insert_entry() argument [all...] |
/kernel/linux/linux-5.10/arch/mips/kvm/ |
H A D | tlb.c | 166 kvm_mips_host_tlb_inv(struct kvm_vcpu *vcpu, unsigned long va, bool user, bool kernel) kvm_mips_host_tlb_inv() argument
|
/kernel/linux/linux-5.10/arch/x86/boot/tools/ |
H A D | build.c | 378 void *kernel; in main() local [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | kexec-bzimage64.c | 324 static void *bzImage64_load(struct kimage *image, char *kernel, in bzImage64_load() argument 532 bzImage64_verify_sig(const char *kernel, unsigned long kernel_len) bzImage64_verify_sig() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | slb.c | 626 static enum slb_index alloc_slb_index(bool kernel) in alloc_slb_index() argument 671 slb_insert_entry(unsigned long ea, unsigned long context, unsigned long flags, int ssize, bool kernel) slb_insert_entry() argument [all...] |
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | perf_pai_crypto.c | 77 static u64 paicrypt_getctr(struct paicrypt_map *cpump, int nr, bool kernel) in paicrypt_getctr() argument 87 static u64 paicrypt_getdata(struct perf_event *event, bool kernel) in paicrypt_getdata() argument
|
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | api.c | 269 bool kernel = true; in cxl_start_context() local
|
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
H A D | bootgraph.py | 53 kernel = '' variable in SystemValues [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | gen7_renderclear.c | 206 gen7_fill_interface_descriptor(struct batch_chunk *state, const struct batch_vals *bv, const struct cb_kernel *kernel, unsigned int count) gen7_fill_interface_descriptor() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
H A D | vc4_hvs.c | 132 vc4_hvs_upload_linear_kernel(struct vc4_hvs *hvs, struct drm_mm_node *space, const u32 *kernel) vc4_hvs_upload_linear_kernel() argument
|
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | api.c | 270 bool kernel = true; in cxl_start_context() local
|